Sun Apr 9 17:37:18 2017 UTC ()
Changes 4.0.2:
* Requirements: Now depends on Kombu 4.0.2.
* Tasks: Fixed problem with JSON serialization of group
* Worker: Fixed JSON serialization issue when using inspect active and friends
* App: Fixed saferef errors when using signals
* Prefork: Fixed bug with pack requiring bytes argument on Python 2.7.5 and earlier
* Tasks: Saferepr did not handle unicode in bytestrings on Python 2
* Testing: Added new celery_worker_paremeters fixture.
* Tasks: Added new app argument to GroupResult.restore
  This makes the restore method behave the same way as the GroupResult constructor.
* Tasks: Fixed type checking crash when task takes *args on Python 3
* Documentation and examples improvements


(adam)
diff -r1.8 -r1.9 pkgsrc/net/py-celery/Makefile
diff -r1.1 -r1.2 pkgsrc/net/py-celery/PLIST
diff -r1.4 -r1.5 pkgsrc/net/py-celery/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/net/py-celery/Makefile (expand / switch to unified diff)

--- pkgsrc/net/py-celery/Makefile 2017/01/03 13:23:03 1.8
+++ pkgsrc/net/py-celery/Makefile 2017/04/09 17:37:18 1.9
@@ -1,31 +1,24 @@ @@ -1,31 +1,24 @@
1# $NetBSD: Makefile,v 1.8 2017/01/03 13:23:03 jperkin Exp $ 1# $NetBSD: Makefile,v 1.9 2017/04/09 17:37:18 adam Exp $
2 2
3DISTNAME= celery-3.1.16 3DISTNAME= celery-4.0.2
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= net python 5CATEGORIES= net python
6MASTER_SITES= ${MASTER_SITE_PYPI:=c/celery/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=c/celery/}
7 7
8MAINTAINER= rodent@NetBSD.org 8MAINTAINER= rodent@NetBSD.org
9HOMEPAGE= http://www.celeryproject.org/ 9HOMEPAGE= http://www.celeryproject.org/
10COMMENT= Asynchronous task/job queue based on distributed message passing 10COMMENT= Asynchronous task/job queue based on distributed message passing
11LICENSE= modified-bsd AND cc-by-nc-sa-v3.0-license 11LICENSE= modified-bsd
12 12
13DEPENDS+= ${PYPKGPREFIX}-anyjson-[0-9]*:../../textproc/py-anyjson 13DEPENDS+= ${PYPKGPREFIX}-billiard>=3.5.0.2:../../parallel/py-billiard
14DEPENDS+= ${PYPKGPREFIX}-billiard>=3.3.0.18:../../parallel/py-billiard 14DEPENDS+= ${PYPKGPREFIX}-kombu>=4.0.2:../../net/py-kombu
15DEPENDS+= ${PYPKGPREFIX}-kombu>=3.0.22:../../net/py-kombu 
16DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz 15DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
17 16
18USE_LANGUAGES= c 17USE_LANGUAGES= c
19 18
20post-install: 19post-install:
21 ${MV} ${DESTDIR}${PREFIX}/bin/celery \ 20 ${MV} ${DESTDIR}${PREFIX}/bin/celery \
22 ${DESTDIR}${PREFIX}/bin/celery${PYVERSSUFFIX} || ${TRUE} 21 ${DESTDIR}${PREFIX}/bin/celery${PYVERSSUFFIX} || ${TRUE}
23 ${MV} ${DESTDIR}${PREFIX}/bin/celerybeat \ 
24 ${DESTDIR}${PREFIX}/bin/celerybeat${PYVERSSUFFIX} || ${TRUE} 
25 ${MV} ${DESTDIR}${PREFIX}/bin/celeryd \ 
26 ${DESTDIR}${PREFIX}/bin/celeryd${PYVERSSUFFIX} || ${TRUE} 
27 ${MV} ${DESTDIR}${PREFIX}/bin/celeryd-multi \ 
28 ${DESTDIR}${PREFIX}/bin/celeryd-multi${PYVERSSUFFIX} || ${TRUE} 
29 22
30.include "../../lang/python/egg.mk" 23.include "../../lang/python/egg.mk"
31.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/net/py-celery/PLIST (expand / switch to unified diff)

--- pkgsrc/net/py-celery/PLIST 2014/04/19 17:57:31 1.1
+++ pkgsrc/net/py-celery/PLIST 2017/04/09 17:37:18 1.2
@@ -1,148 +1,199 @@ @@ -1,148 +1,199 @@
1@comment $NetBSD: PLIST,v 1.1 2014/04/19 17:57:31 rodent Exp $ 1@comment $NetBSD: PLIST,v 1.2 2017/04/09 17:37:18 adam Exp $
2bin/celery${PYVERSSUFFIX} 2bin/celery${PYVERSSUFFIX}
3bin/celerybeat${PYVERSSUFFIX} 
4bin/celeryd${PYVERSSUFFIX} 
5bin/celeryd-multi${PYVERSSUFFIX} 
6${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
7${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
8${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
9${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
10${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
11${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${EGG_INFODIR}/requires.txt
12${PYSITELIB}/${EGG_INFODIR}/top_level.txt 9${PYSITELIB}/${EGG_INFODIR}/top_level.txt
13${PYSITELIB}/celery/__init__.py 10${PYSITELIB}/celery/__init__.py
14${PYSITELIB}/celery/__init__.pyc 11${PYSITELIB}/celery/__init__.pyc
15${PYSITELIB}/celery/__init__.pyo 12${PYSITELIB}/celery/__init__.pyo
16${PYSITELIB}/celery/__main__.py 13${PYSITELIB}/celery/__main__.py
17${PYSITELIB}/celery/__main__.pyc 14${PYSITELIB}/celery/__main__.pyc
18${PYSITELIB}/celery/__main__.pyo 15${PYSITELIB}/celery/__main__.pyo
19${PYSITELIB}/celery/_state.py 16${PYSITELIB}/celery/_state.py
20${PYSITELIB}/celery/_state.pyc 17${PYSITELIB}/celery/_state.pyc
21${PYSITELIB}/celery/_state.pyo 18${PYSITELIB}/celery/_state.pyo
22${PYSITELIB}/celery/app/__init__.py 19${PYSITELIB}/celery/app/__init__.py
23${PYSITELIB}/celery/app/__init__.pyc 20${PYSITELIB}/celery/app/__init__.pyc
24${PYSITELIB}/celery/app/__init__.pyo 21${PYSITELIB}/celery/app/__init__.pyo
25${PYSITELIB}/celery/app/amqp.py 22${PYSITELIB}/celery/app/amqp.py
26${PYSITELIB}/celery/app/amqp.pyc 23${PYSITELIB}/celery/app/amqp.pyc
27${PYSITELIB}/celery/app/amqp.pyo 24${PYSITELIB}/celery/app/amqp.pyo
28${PYSITELIB}/celery/app/annotations.py 25${PYSITELIB}/celery/app/annotations.py
29${PYSITELIB}/celery/app/annotations.pyc 26${PYSITELIB}/celery/app/annotations.pyc
30${PYSITELIB}/celery/app/annotations.pyo 27${PYSITELIB}/celery/app/annotations.pyo
 28${PYSITELIB}/celery/app/backends.py
 29${PYSITELIB}/celery/app/backends.pyc
 30${PYSITELIB}/celery/app/backends.pyo
31${PYSITELIB}/celery/app/base.py 31${PYSITELIB}/celery/app/base.py
32${PYSITELIB}/celery/app/base.pyc 32${PYSITELIB}/celery/app/base.pyc
33${PYSITELIB}/celery/app/base.pyo 33${PYSITELIB}/celery/app/base.pyo
34${PYSITELIB}/celery/app/builtins.py 34${PYSITELIB}/celery/app/builtins.py
35${PYSITELIB}/celery/app/builtins.pyc 35${PYSITELIB}/celery/app/builtins.pyc
36${PYSITELIB}/celery/app/builtins.pyo 36${PYSITELIB}/celery/app/builtins.pyo
37${PYSITELIB}/celery/app/control.py 37${PYSITELIB}/celery/app/control.py
38${PYSITELIB}/celery/app/control.pyc 38${PYSITELIB}/celery/app/control.pyc
39${PYSITELIB}/celery/app/control.pyo 39${PYSITELIB}/celery/app/control.pyo
40${PYSITELIB}/celery/app/defaults.py 40${PYSITELIB}/celery/app/defaults.py
41${PYSITELIB}/celery/app/defaults.pyc 41${PYSITELIB}/celery/app/defaults.pyc
42${PYSITELIB}/celery/app/defaults.pyo 42${PYSITELIB}/celery/app/defaults.pyo
 43${PYSITELIB}/celery/app/events.py
 44${PYSITELIB}/celery/app/events.pyc
 45${PYSITELIB}/celery/app/events.pyo
43${PYSITELIB}/celery/app/log.py 46${PYSITELIB}/celery/app/log.py
44${PYSITELIB}/celery/app/log.pyc 47${PYSITELIB}/celery/app/log.pyc
45${PYSITELIB}/celery/app/log.pyo 48${PYSITELIB}/celery/app/log.pyo
46${PYSITELIB}/celery/app/registry.py 49${PYSITELIB}/celery/app/registry.py
47${PYSITELIB}/celery/app/registry.pyc 50${PYSITELIB}/celery/app/registry.pyc
48${PYSITELIB}/celery/app/registry.pyo 51${PYSITELIB}/celery/app/registry.pyo
49${PYSITELIB}/celery/app/routes.py 52${PYSITELIB}/celery/app/routes.py
50${PYSITELIB}/celery/app/routes.pyc 53${PYSITELIB}/celery/app/routes.pyc
51${PYSITELIB}/celery/app/routes.pyo 54${PYSITELIB}/celery/app/routes.pyo
52${PYSITELIB}/celery/app/task.py 55${PYSITELIB}/celery/app/task.py
53${PYSITELIB}/celery/app/task.pyc 56${PYSITELIB}/celery/app/task.pyc
54${PYSITELIB}/celery/app/task.pyo 57${PYSITELIB}/celery/app/task.pyo
55${PYSITELIB}/celery/app/trace.py 58${PYSITELIB}/celery/app/trace.py
56${PYSITELIB}/celery/app/trace.pyc 59${PYSITELIB}/celery/app/trace.pyc
57${PYSITELIB}/celery/app/trace.pyo 60${PYSITELIB}/celery/app/trace.pyo
58${PYSITELIB}/celery/app/utils.py 61${PYSITELIB}/celery/app/utils.py
59${PYSITELIB}/celery/app/utils.pyc 62${PYSITELIB}/celery/app/utils.pyc
60${PYSITELIB}/celery/app/utils.pyo 63${PYSITELIB}/celery/app/utils.pyo
61${PYSITELIB}/celery/apps/__init__.py 64${PYSITELIB}/celery/apps/__init__.py
62${PYSITELIB}/celery/apps/__init__.pyc 65${PYSITELIB}/celery/apps/__init__.pyc
63${PYSITELIB}/celery/apps/__init__.pyo 66${PYSITELIB}/celery/apps/__init__.pyo
64${PYSITELIB}/celery/apps/beat.py 67${PYSITELIB}/celery/apps/beat.py
65${PYSITELIB}/celery/apps/beat.pyc 68${PYSITELIB}/celery/apps/beat.pyc
66${PYSITELIB}/celery/apps/beat.pyo 69${PYSITELIB}/celery/apps/beat.pyo
 70${PYSITELIB}/celery/apps/multi.py
 71${PYSITELIB}/celery/apps/multi.pyc
 72${PYSITELIB}/celery/apps/multi.pyo
67${PYSITELIB}/celery/apps/worker.py 73${PYSITELIB}/celery/apps/worker.py
68${PYSITELIB}/celery/apps/worker.pyc 74${PYSITELIB}/celery/apps/worker.pyc
69${PYSITELIB}/celery/apps/worker.pyo 75${PYSITELIB}/celery/apps/worker.pyo
70${PYSITELIB}/celery/backends/__init__.py 76${PYSITELIB}/celery/backends/__init__.py
71${PYSITELIB}/celery/backends/__init__.pyc 77${PYSITELIB}/celery/backends/__init__.pyc
72${PYSITELIB}/celery/backends/__init__.pyo 78${PYSITELIB}/celery/backends/__init__.pyo
73${PYSITELIB}/celery/backends/amqp.py 79${PYSITELIB}/celery/backends/amqp.py
74${PYSITELIB}/celery/backends/amqp.pyc 80${PYSITELIB}/celery/backends/amqp.pyc
75${PYSITELIB}/celery/backends/amqp.pyo 81${PYSITELIB}/celery/backends/amqp.pyo
 82${PYSITELIB}/celery/backends/async.py
 83${PYSITELIB}/celery/backends/async.pyc
 84${PYSITELIB}/celery/backends/async.pyo
76${PYSITELIB}/celery/backends/base.py 85${PYSITELIB}/celery/backends/base.py
77${PYSITELIB}/celery/backends/base.pyc 86${PYSITELIB}/celery/backends/base.pyc
78${PYSITELIB}/celery/backends/base.pyo 87${PYSITELIB}/celery/backends/base.pyo
79${PYSITELIB}/celery/backends/cache.py 88${PYSITELIB}/celery/backends/cache.py
80${PYSITELIB}/celery/backends/cache.pyc 89${PYSITELIB}/celery/backends/cache.pyc
81${PYSITELIB}/celery/backends/cache.pyo 90${PYSITELIB}/celery/backends/cache.pyo
82${PYSITELIB}/celery/backends/cassandra.py 91${PYSITELIB}/celery/backends/cassandra.py
83${PYSITELIB}/celery/backends/cassandra.pyc 92${PYSITELIB}/celery/backends/cassandra.pyc
84${PYSITELIB}/celery/backends/cassandra.pyo 93${PYSITELIB}/celery/backends/cassandra.pyo
 94${PYSITELIB}/celery/backends/consul.py
 95${PYSITELIB}/celery/backends/consul.pyc
 96${PYSITELIB}/celery/backends/consul.pyo
85${PYSITELIB}/celery/backends/couchbase.py 97${PYSITELIB}/celery/backends/couchbase.py
86${PYSITELIB}/celery/backends/couchbase.pyc 98${PYSITELIB}/celery/backends/couchbase.pyc
87${PYSITELIB}/celery/backends/couchbase.pyo 99${PYSITELIB}/celery/backends/couchbase.pyo
 100${PYSITELIB}/celery/backends/couchdb.py
 101${PYSITELIB}/celery/backends/couchdb.pyc
 102${PYSITELIB}/celery/backends/couchdb.pyo
88${PYSITELIB}/celery/backends/database/__init__.py 103${PYSITELIB}/celery/backends/database/__init__.py
89${PYSITELIB}/celery/backends/database/__init__.pyc 104${PYSITELIB}/celery/backends/database/__init__.pyc
90${PYSITELIB}/celery/backends/database/__init__.pyo 105${PYSITELIB}/celery/backends/database/__init__.pyo
91${PYSITELIB}/celery/backends/database/models.py 106${PYSITELIB}/celery/backends/database/models.py
92${PYSITELIB}/celery/backends/database/models.pyc 107${PYSITELIB}/celery/backends/database/models.pyc
93${PYSITELIB}/celery/backends/database/models.pyo 108${PYSITELIB}/celery/backends/database/models.pyo
94${PYSITELIB}/celery/backends/database/session.py 109${PYSITELIB}/celery/backends/database/session.py
95${PYSITELIB}/celery/backends/database/session.pyc 110${PYSITELIB}/celery/backends/database/session.pyc
96${PYSITELIB}/celery/backends/database/session.pyo 111${PYSITELIB}/celery/backends/database/session.pyo
 112${PYSITELIB}/celery/backends/elasticsearch.py
 113${PYSITELIB}/celery/backends/elasticsearch.pyc
 114${PYSITELIB}/celery/backends/elasticsearch.pyo
 115${PYSITELIB}/celery/backends/filesystem.py
 116${PYSITELIB}/celery/backends/filesystem.pyc
 117${PYSITELIB}/celery/backends/filesystem.pyo
97${PYSITELIB}/celery/backends/mongodb.py 118${PYSITELIB}/celery/backends/mongodb.py
98${PYSITELIB}/celery/backends/mongodb.pyc 119${PYSITELIB}/celery/backends/mongodb.pyc
99${PYSITELIB}/celery/backends/mongodb.pyo 120${PYSITELIB}/celery/backends/mongodb.pyo
100${PYSITELIB}/celery/backends/redis.py 121${PYSITELIB}/celery/backends/redis.py
101${PYSITELIB}/celery/backends/redis.pyc 122${PYSITELIB}/celery/backends/redis.pyc
102${PYSITELIB}/celery/backends/redis.pyo 123${PYSITELIB}/celery/backends/redis.pyo
 124${PYSITELIB}/celery/backends/riak.py
 125${PYSITELIB}/celery/backends/riak.pyc
 126${PYSITELIB}/celery/backends/riak.pyo
103${PYSITELIB}/celery/backends/rpc.py 127${PYSITELIB}/celery/backends/rpc.py
104${PYSITELIB}/celery/backends/rpc.pyc 128${PYSITELIB}/celery/backends/rpc.pyc
105${PYSITELIB}/celery/backends/rpc.pyo 129${PYSITELIB}/celery/backends/rpc.pyo
106${PYSITELIB}/celery/beat.py 130${PYSITELIB}/celery/beat.py
107${PYSITELIB}/celery/beat.pyc 131${PYSITELIB}/celery/beat.pyc
108${PYSITELIB}/celery/beat.pyo 132${PYSITELIB}/celery/beat.pyo
109${PYSITELIB}/celery/bin/__init__.py 133${PYSITELIB}/celery/bin/__init__.py
110${PYSITELIB}/celery/bin/__init__.pyc 134${PYSITELIB}/celery/bin/__init__.pyc
111${PYSITELIB}/celery/bin/__init__.pyo 135${PYSITELIB}/celery/bin/__init__.pyo
112${PYSITELIB}/celery/bin/amqp.py 136${PYSITELIB}/celery/bin/amqp.py
113${PYSITELIB}/celery/bin/amqp.pyc 137${PYSITELIB}/celery/bin/amqp.pyc
114${PYSITELIB}/celery/bin/amqp.pyo 138${PYSITELIB}/celery/bin/amqp.pyo
115${PYSITELIB}/celery/bin/base.py 139${PYSITELIB}/celery/bin/base.py
116${PYSITELIB}/celery/bin/base.pyc 140${PYSITELIB}/celery/bin/base.pyc
117${PYSITELIB}/celery/bin/base.pyo 141${PYSITELIB}/celery/bin/base.pyo
118${PYSITELIB}/celery/bin/beat.py 142${PYSITELIB}/celery/bin/beat.py
119${PYSITELIB}/celery/bin/beat.pyc 143${PYSITELIB}/celery/bin/beat.pyc
120${PYSITELIB}/celery/bin/beat.pyo 144${PYSITELIB}/celery/bin/beat.pyo
 145${PYSITELIB}/celery/bin/call.py
 146${PYSITELIB}/celery/bin/call.pyc
 147${PYSITELIB}/celery/bin/call.pyo
121${PYSITELIB}/celery/bin/celery.py 148${PYSITELIB}/celery/bin/celery.py
122${PYSITELIB}/celery/bin/celery.pyc 149${PYSITELIB}/celery/bin/celery.pyc
123${PYSITELIB}/celery/bin/celery.pyo 150${PYSITELIB}/celery/bin/celery.pyo
124${PYSITELIB}/celery/bin/celeryd_detach.py 151${PYSITELIB}/celery/bin/celeryd_detach.py
125${PYSITELIB}/celery/bin/celeryd_detach.pyc 152${PYSITELIB}/celery/bin/celeryd_detach.pyc
126${PYSITELIB}/celery/bin/celeryd_detach.pyo 153${PYSITELIB}/celery/bin/celeryd_detach.pyo
 154${PYSITELIB}/celery/bin/control.py
 155${PYSITELIB}/celery/bin/control.pyc
 156${PYSITELIB}/celery/bin/control.pyo
127${PYSITELIB}/celery/bin/events.py 157${PYSITELIB}/celery/bin/events.py
128${PYSITELIB}/celery/bin/events.pyc 158${PYSITELIB}/celery/bin/events.pyc
129${PYSITELIB}/celery/bin/events.pyo 159${PYSITELIB}/celery/bin/events.pyo
130${PYSITELIB}/celery/bin/graph.py 160${PYSITELIB}/celery/bin/graph.py
131${PYSITELIB}/celery/bin/graph.pyc 161${PYSITELIB}/celery/bin/graph.pyc
132${PYSITELIB}/celery/bin/graph.pyo 162${PYSITELIB}/celery/bin/graph.pyo
 163${PYSITELIB}/celery/bin/list.py
 164${PYSITELIB}/celery/bin/list.pyc
 165${PYSITELIB}/celery/bin/list.pyo
 166${PYSITELIB}/celery/bin/logtool.py
 167${PYSITELIB}/celery/bin/logtool.pyc
 168${PYSITELIB}/celery/bin/logtool.pyo
 169${PYSITELIB}/celery/bin/migrate.py
 170${PYSITELIB}/celery/bin/migrate.pyc
 171${PYSITELIB}/celery/bin/migrate.pyo
133${PYSITELIB}/celery/bin/multi.py 172${PYSITELIB}/celery/bin/multi.py
134${PYSITELIB}/celery/bin/multi.pyc 173${PYSITELIB}/celery/bin/multi.pyc
135${PYSITELIB}/celery/bin/multi.pyo 174${PYSITELIB}/celery/bin/multi.pyo
 175${PYSITELIB}/celery/bin/purge.py
 176${PYSITELIB}/celery/bin/purge.pyc
 177${PYSITELIB}/celery/bin/purge.pyo
 178${PYSITELIB}/celery/bin/result.py
 179${PYSITELIB}/celery/bin/result.pyc
 180${PYSITELIB}/celery/bin/result.pyo
 181${PYSITELIB}/celery/bin/shell.py
 182${PYSITELIB}/celery/bin/shell.pyc
 183${PYSITELIB}/celery/bin/shell.pyo
 184${PYSITELIB}/celery/bin/upgrade.py
 185${PYSITELIB}/celery/bin/upgrade.pyc
 186${PYSITELIB}/celery/bin/upgrade.pyo
136${PYSITELIB}/celery/bin/worker.py 187${PYSITELIB}/celery/bin/worker.py
137${PYSITELIB}/celery/bin/worker.pyc 188${PYSITELIB}/celery/bin/worker.pyc
138${PYSITELIB}/celery/bin/worker.pyo 189${PYSITELIB}/celery/bin/worker.pyo
139${PYSITELIB}/celery/bootsteps.py 190${PYSITELIB}/celery/bootsteps.py
140${PYSITELIB}/celery/bootsteps.pyc 191${PYSITELIB}/celery/bootsteps.pyc
141${PYSITELIB}/celery/bootsteps.pyo 192${PYSITELIB}/celery/bootsteps.pyo
142${PYSITELIB}/celery/canvas.py 193${PYSITELIB}/celery/canvas.py
143${PYSITELIB}/celery/canvas.pyc 194${PYSITELIB}/celery/canvas.pyc
144${PYSITELIB}/celery/canvas.pyo 195${PYSITELIB}/celery/canvas.pyo
145${PYSITELIB}/celery/concurrency/__init__.py 196${PYSITELIB}/celery/concurrency/__init__.py
146${PYSITELIB}/celery/concurrency/__init__.pyc 197${PYSITELIB}/celery/concurrency/__init__.pyc
147${PYSITELIB}/celery/concurrency/__init__.pyo 198${PYSITELIB}/celery/concurrency/__init__.pyo
148${PYSITELIB}/celery/concurrency/asynpool.py 199${PYSITELIB}/celery/concurrency/asynpool.py
@@ -153,62 +204,80 @@ ${PYSITELIB}/celery/concurrency/base.pyc @@ -153,62 +204,80 @@ ${PYSITELIB}/celery/concurrency/base.pyc
153${PYSITELIB}/celery/concurrency/base.pyo 204${PYSITELIB}/celery/concurrency/base.pyo
154${PYSITELIB}/celery/concurrency/eventlet.py 205${PYSITELIB}/celery/concurrency/eventlet.py
155${PYSITELIB}/celery/concurrency/eventlet.pyc 206${PYSITELIB}/celery/concurrency/eventlet.pyc
156${PYSITELIB}/celery/concurrency/eventlet.pyo 207${PYSITELIB}/celery/concurrency/eventlet.pyo
157${PYSITELIB}/celery/concurrency/gevent.py 208${PYSITELIB}/celery/concurrency/gevent.py
158${PYSITELIB}/celery/concurrency/gevent.pyc 209${PYSITELIB}/celery/concurrency/gevent.pyc
159${PYSITELIB}/celery/concurrency/gevent.pyo 210${PYSITELIB}/celery/concurrency/gevent.pyo
160${PYSITELIB}/celery/concurrency/prefork.py 211${PYSITELIB}/celery/concurrency/prefork.py
161${PYSITELIB}/celery/concurrency/prefork.pyc 212${PYSITELIB}/celery/concurrency/prefork.pyc
162${PYSITELIB}/celery/concurrency/prefork.pyo 213${PYSITELIB}/celery/concurrency/prefork.pyo
163${PYSITELIB}/celery/concurrency/solo.py 214${PYSITELIB}/celery/concurrency/solo.py
164${PYSITELIB}/celery/concurrency/solo.pyc 215${PYSITELIB}/celery/concurrency/solo.pyc
165${PYSITELIB}/celery/concurrency/solo.pyo 216${PYSITELIB}/celery/concurrency/solo.pyo
166${PYSITELIB}/celery/concurrency/threads.py 
167${PYSITELIB}/celery/concurrency/threads.pyc 
168${PYSITELIB}/celery/concurrency/threads.pyo 
169${PYSITELIB}/celery/contrib/__init__.py 217${PYSITELIB}/celery/contrib/__init__.py
170${PYSITELIB}/celery/contrib/__init__.pyc 218${PYSITELIB}/celery/contrib/__init__.pyc
171${PYSITELIB}/celery/contrib/__init__.pyo 219${PYSITELIB}/celery/contrib/__init__.pyo
172${PYSITELIB}/celery/contrib/abortable.py 220${PYSITELIB}/celery/contrib/abortable.py
173${PYSITELIB}/celery/contrib/abortable.pyc 221${PYSITELIB}/celery/contrib/abortable.pyc
174${PYSITELIB}/celery/contrib/abortable.pyo 222${PYSITELIB}/celery/contrib/abortable.pyo
175${PYSITELIB}/celery/contrib/batches.py 
176${PYSITELIB}/celery/contrib/batches.pyc 
177${PYSITELIB}/celery/contrib/batches.pyo 
178${PYSITELIB}/celery/contrib/methods.py 
179${PYSITELIB}/celery/contrib/methods.pyc 
180${PYSITELIB}/celery/contrib/methods.pyo 
181${PYSITELIB}/celery/contrib/migrate.py 223${PYSITELIB}/celery/contrib/migrate.py
182${PYSITELIB}/celery/contrib/migrate.pyc 224${PYSITELIB}/celery/contrib/migrate.pyc
183${PYSITELIB}/celery/contrib/migrate.pyo 225${PYSITELIB}/celery/contrib/migrate.pyo
 226${PYSITELIB}/celery/contrib/pytest.py
 227${PYSITELIB}/celery/contrib/pytest.pyc
 228${PYSITELIB}/celery/contrib/pytest.pyo
184${PYSITELIB}/celery/contrib/rdb.py 229${PYSITELIB}/celery/contrib/rdb.py
185${PYSITELIB}/celery/contrib/rdb.pyc 230${PYSITELIB}/celery/contrib/rdb.pyc
186${PYSITELIB}/celery/contrib/rdb.pyo 231${PYSITELIB}/celery/contrib/rdb.pyo
187${PYSITELIB}/celery/contrib/sphinx.py 232${PYSITELIB}/celery/contrib/sphinx.py
188${PYSITELIB}/celery/contrib/sphinx.pyc 233${PYSITELIB}/celery/contrib/sphinx.pyc
189${PYSITELIB}/celery/contrib/sphinx.pyo 234${PYSITELIB}/celery/contrib/sphinx.pyo
190${PYSITELIB}/celery/datastructures.py 235${PYSITELIB}/celery/contrib/testing/__init__.py
191${PYSITELIB}/celery/datastructures.pyc 236${PYSITELIB}/celery/contrib/testing/__init__.pyc
192${PYSITELIB}/celery/datastructures.pyo 237${PYSITELIB}/celery/contrib/testing/__init__.pyo
 238${PYSITELIB}/celery/contrib/testing/app.py
 239${PYSITELIB}/celery/contrib/testing/app.pyc
 240${PYSITELIB}/celery/contrib/testing/app.pyo
 241${PYSITELIB}/celery/contrib/testing/manager.py
 242${PYSITELIB}/celery/contrib/testing/manager.pyc
 243${PYSITELIB}/celery/contrib/testing/manager.pyo
 244${PYSITELIB}/celery/contrib/testing/mocks.py
 245${PYSITELIB}/celery/contrib/testing/mocks.pyc
 246${PYSITELIB}/celery/contrib/testing/mocks.pyo
 247${PYSITELIB}/celery/contrib/testing/tasks.py
 248${PYSITELIB}/celery/contrib/testing/tasks.pyc
 249${PYSITELIB}/celery/contrib/testing/tasks.pyo
 250${PYSITELIB}/celery/contrib/testing/worker.py
 251${PYSITELIB}/celery/contrib/testing/worker.pyc
 252${PYSITELIB}/celery/contrib/testing/worker.pyo
193${PYSITELIB}/celery/events/__init__.py 253${PYSITELIB}/celery/events/__init__.py
194${PYSITELIB}/celery/events/__init__.pyc 254${PYSITELIB}/celery/events/__init__.pyc
195${PYSITELIB}/celery/events/__init__.pyo 255${PYSITELIB}/celery/events/__init__.pyo
196${PYSITELIB}/celery/events/cursesmon.py 256${PYSITELIB}/celery/events/cursesmon.py
197${PYSITELIB}/celery/events/cursesmon.pyc 257${PYSITELIB}/celery/events/cursesmon.pyc
198${PYSITELIB}/celery/events/cursesmon.pyo 258${PYSITELIB}/celery/events/cursesmon.pyo
 259${PYSITELIB}/celery/events/dispatcher.py
 260${PYSITELIB}/celery/events/dispatcher.pyc
 261${PYSITELIB}/celery/events/dispatcher.pyo
199${PYSITELIB}/celery/events/dumper.py 262${PYSITELIB}/celery/events/dumper.py
200${PYSITELIB}/celery/events/dumper.pyc 263${PYSITELIB}/celery/events/dumper.pyc
201${PYSITELIB}/celery/events/dumper.pyo 264${PYSITELIB}/celery/events/dumper.pyo
 265${PYSITELIB}/celery/events/event.py
 266${PYSITELIB}/celery/events/event.pyc
 267${PYSITELIB}/celery/events/event.pyo
 268${PYSITELIB}/celery/events/receiver.py
 269${PYSITELIB}/celery/events/receiver.pyc
 270${PYSITELIB}/celery/events/receiver.pyo
202${PYSITELIB}/celery/events/snapshot.py 271${PYSITELIB}/celery/events/snapshot.py
203${PYSITELIB}/celery/events/snapshot.pyc 272${PYSITELIB}/celery/events/snapshot.pyc
204${PYSITELIB}/celery/events/snapshot.pyo 273${PYSITELIB}/celery/events/snapshot.pyo
205${PYSITELIB}/celery/events/state.py 274${PYSITELIB}/celery/events/state.py
206${PYSITELIB}/celery/events/state.pyc 275${PYSITELIB}/celery/events/state.pyc
207${PYSITELIB}/celery/events/state.pyo 276${PYSITELIB}/celery/events/state.pyo
208${PYSITELIB}/celery/exceptions.py 277${PYSITELIB}/celery/exceptions.py
209${PYSITELIB}/celery/exceptions.pyc 278${PYSITELIB}/celery/exceptions.pyc
210${PYSITELIB}/celery/exceptions.pyo 279${PYSITELIB}/celery/exceptions.pyo
211${PYSITELIB}/celery/five.py 280${PYSITELIB}/celery/five.py
212${PYSITELIB}/celery/five.pyc 281${PYSITELIB}/celery/five.pyc
213${PYSITELIB}/celery/five.pyo 282${PYSITELIB}/celery/five.pyo
214${PYSITELIB}/celery/fixups/__init__.py 283${PYSITELIB}/celery/fixups/__init__.py
@@ -258,478 +327,152 @@ ${PYSITELIB}/celery/security/utils.pyc @@ -258,478 +327,152 @@ ${PYSITELIB}/celery/security/utils.pyc
258${PYSITELIB}/celery/security/utils.pyo 327${PYSITELIB}/celery/security/utils.pyo
259${PYSITELIB}/celery/signals.py 328${PYSITELIB}/celery/signals.py
260${PYSITELIB}/celery/signals.pyc 329${PYSITELIB}/celery/signals.pyc
261${PYSITELIB}/celery/signals.pyo 330${PYSITELIB}/celery/signals.pyo
262${PYSITELIB}/celery/states.py 331${PYSITELIB}/celery/states.py
263${PYSITELIB}/celery/states.pyc 332${PYSITELIB}/celery/states.pyc
264${PYSITELIB}/celery/states.pyo 333${PYSITELIB}/celery/states.pyo
265${PYSITELIB}/celery/task/__init__.py 334${PYSITELIB}/celery/task/__init__.py
266${PYSITELIB}/celery/task/__init__.pyc 335${PYSITELIB}/celery/task/__init__.pyc
267${PYSITELIB}/celery/task/__init__.pyo 336${PYSITELIB}/celery/task/__init__.pyo
268${PYSITELIB}/celery/task/base.py 337${PYSITELIB}/celery/task/base.py
269${PYSITELIB}/celery/task/base.pyc 338${PYSITELIB}/celery/task/base.pyc
270${PYSITELIB}/celery/task/base.pyo 339${PYSITELIB}/celery/task/base.pyo
271${PYSITELIB}/celery/task/http.py 
272${PYSITELIB}/celery/task/http.pyc 
273${PYSITELIB}/celery/task/http.pyo 
274${PYSITELIB}/celery/task/sets.py 
275${PYSITELIB}/celery/task/sets.pyc 
276${PYSITELIB}/celery/task/sets.pyo 
277${PYSITELIB}/celery/task/trace.py 
278${PYSITELIB}/celery/task/trace.pyc 
279${PYSITELIB}/celery/task/trace.pyo 
280${PYSITELIB}/celery/tests/__init__.py 
281${PYSITELIB}/celery/tests/__init__.pyc 
282${PYSITELIB}/celery/tests/__init__.pyo 
283${PYSITELIB}/celery/tests/app/__init__.py 
284${PYSITELIB}/celery/tests/app/__init__.pyc 
285${PYSITELIB}/celery/tests/app/__init__.pyo 
286${PYSITELIB}/celery/tests/app/test_amqp.py 
287${PYSITELIB}/celery/tests/app/test_amqp.pyc 
288${PYSITELIB}/celery/tests/app/test_amqp.pyo 
289${PYSITELIB}/celery/tests/app/test_annotations.py 
290${PYSITELIB}/celery/tests/app/test_annotations.pyc 
291${PYSITELIB}/celery/tests/app/test_annotations.pyo 
292${PYSITELIB}/celery/tests/app/test_app.py 
293${PYSITELIB}/celery/tests/app/test_app.pyc 
294${PYSITELIB}/celery/tests/app/test_app.pyo 
295${PYSITELIB}/celery/tests/app/test_beat.py 
296${PYSITELIB}/celery/tests/app/test_beat.pyc 
297${PYSITELIB}/celery/tests/app/test_beat.pyo 
298${PYSITELIB}/celery/tests/app/test_builtins.py 
299${PYSITELIB}/celery/tests/app/test_builtins.pyc 
300${PYSITELIB}/celery/tests/app/test_builtins.pyo 
301${PYSITELIB}/celery/tests/app/test_celery.py 
302${PYSITELIB}/celery/tests/app/test_celery.pyc 
303${PYSITELIB}/celery/tests/app/test_celery.pyo 
304${PYSITELIB}/celery/tests/app/test_control.py 
305${PYSITELIB}/celery/tests/app/test_control.pyc 
306${PYSITELIB}/celery/tests/app/test_control.pyo 
307${PYSITELIB}/celery/tests/app/test_defaults.py 
308${PYSITELIB}/celery/tests/app/test_defaults.pyc 
309${PYSITELIB}/celery/tests/app/test_defaults.pyo 
310${PYSITELIB}/celery/tests/app/test_exceptions.py 
311${PYSITELIB}/celery/tests/app/test_exceptions.pyc 
312${PYSITELIB}/celery/tests/app/test_exceptions.pyo 
313${PYSITELIB}/celery/tests/app/test_loaders.py 
314${PYSITELIB}/celery/tests/app/test_loaders.pyc 
315${PYSITELIB}/celery/tests/app/test_loaders.pyo 
316${PYSITELIB}/celery/tests/app/test_log.py 
317${PYSITELIB}/celery/tests/app/test_log.pyc 
318${PYSITELIB}/celery/tests/app/test_log.pyo 
319${PYSITELIB}/celery/tests/app/test_registry.py 
320${PYSITELIB}/celery/tests/app/test_registry.pyc 
321${PYSITELIB}/celery/tests/app/test_registry.pyo 
322${PYSITELIB}/celery/tests/app/test_routes.py 
323${PYSITELIB}/celery/tests/app/test_routes.pyc 
324${PYSITELIB}/celery/tests/app/test_routes.pyo 
325${PYSITELIB}/celery/tests/app/test_schedules.py 
326${PYSITELIB}/celery/tests/app/test_schedules.pyc 
327${PYSITELIB}/celery/tests/app/test_schedules.pyo 
328${PYSITELIB}/celery/tests/app/test_utils.py 
329${PYSITELIB}/celery/tests/app/test_utils.pyc 
330${PYSITELIB}/celery/tests/app/test_utils.pyo 
331${PYSITELIB}/celery/tests/backends/__init__.py 
332${PYSITELIB}/celery/tests/backends/__init__.pyc 
333${PYSITELIB}/celery/tests/backends/__init__.pyo 
334${PYSITELIB}/celery/tests/backends/test_amqp.py 
335${PYSITELIB}/celery/tests/backends/test_amqp.pyc 
336${PYSITELIB}/celery/tests/backends/test_amqp.pyo 
337${PYSITELIB}/celery/tests/backends/test_backends.py 
338${PYSITELIB}/celery/tests/backends/test_backends.pyc 
339${PYSITELIB}/celery/tests/backends/test_backends.pyo 
340${PYSITELIB}/celery/tests/backends/test_base.py 
341${PYSITELIB}/celery/tests/backends/test_base.pyc 
342${PYSITELIB}/celery/tests/backends/test_base.pyo 
343${PYSITELIB}/celery/tests/backends/test_cache.py 
344${PYSITELIB}/celery/tests/backends/test_cache.pyc 
345${PYSITELIB}/celery/tests/backends/test_cache.pyo 
346${PYSITELIB}/celery/tests/backends/test_cassandra.py 
347${PYSITELIB}/celery/tests/backends/test_cassandra.pyc 
348${PYSITELIB}/celery/tests/backends/test_cassandra.pyo 
349${PYSITELIB}/celery/tests/backends/test_couchbase.py 
350${PYSITELIB}/celery/tests/backends/test_couchbase.pyc 
351${PYSITELIB}/celery/tests/backends/test_couchbase.pyo 
352${PYSITELIB}/celery/tests/backends/test_database.py 
353${PYSITELIB}/celery/tests/backends/test_database.pyc 
354${PYSITELIB}/celery/tests/backends/test_database.pyo 
355${PYSITELIB}/celery/tests/backends/test_mongodb.py 
356${PYSITELIB}/celery/tests/backends/test_mongodb.pyc 
357${PYSITELIB}/celery/tests/backends/test_mongodb.pyo 
358${PYSITELIB}/celery/tests/backends/test_redis.py 
359${PYSITELIB}/celery/tests/backends/test_redis.pyc 
360${PYSITELIB}/celery/tests/backends/test_redis.pyo 
361${PYSITELIB}/celery/tests/backends/test_rpc.py 
362${PYSITELIB}/celery/tests/backends/test_rpc.pyc 
363${PYSITELIB}/celery/tests/backends/test_rpc.pyo 
364${PYSITELIB}/celery/tests/bin/__init__.py 
365${PYSITELIB}/celery/tests/bin/__init__.pyc 
366${PYSITELIB}/celery/tests/bin/__init__.pyo 
367${PYSITELIB}/celery/tests/bin/proj/__init__.py 
368${PYSITELIB}/celery/tests/bin/proj/__init__.pyc 
369${PYSITELIB}/celery/tests/bin/proj/__init__.pyo 
370${PYSITELIB}/celery/tests/bin/proj/app.py 
371${PYSITELIB}/celery/tests/bin/proj/app.pyc 
372${PYSITELIB}/celery/tests/bin/proj/app.pyo 
373${PYSITELIB}/celery/tests/bin/test_amqp.py 
374${PYSITELIB}/celery/tests/bin/test_amqp.pyc 
375${PYSITELIB}/celery/tests/bin/test_amqp.pyo 
376${PYSITELIB}/celery/tests/bin/test_base.py 
377${PYSITELIB}/celery/tests/bin/test_base.pyc 
378${PYSITELIB}/celery/tests/bin/test_base.pyo 
379${PYSITELIB}/celery/tests/bin/test_beat.py 
380${PYSITELIB}/celery/tests/bin/test_beat.pyc 
381${PYSITELIB}/celery/tests/bin/test_beat.pyo 
382${PYSITELIB}/celery/tests/bin/test_celery.py 
383${PYSITELIB}/celery/tests/bin/test_celery.pyc 
384${PYSITELIB}/celery/tests/bin/test_celery.pyo 
385${PYSITELIB}/celery/tests/bin/test_celeryd_detach.py 
386${PYSITELIB}/celery/tests/bin/test_celeryd_detach.pyc 
387${PYSITELIB}/celery/tests/bin/test_celeryd_detach.pyo 
388${PYSITELIB}/celery/tests/bin/test_celeryevdump.py 
389${PYSITELIB}/celery/tests/bin/test_celeryevdump.pyc 
390${PYSITELIB}/celery/tests/bin/test_celeryevdump.pyo 
391${PYSITELIB}/celery/tests/bin/test_events.py 
392${PYSITELIB}/celery/tests/bin/test_events.pyc 
393${PYSITELIB}/celery/tests/bin/test_events.pyo 
394${PYSITELIB}/celery/tests/bin/test_multi.py 
395${PYSITELIB}/celery/tests/bin/test_multi.pyc 
396${PYSITELIB}/celery/tests/bin/test_multi.pyo 
397${PYSITELIB}/celery/tests/bin/test_worker.py 
398${PYSITELIB}/celery/tests/bin/test_worker.pyc 
399${PYSITELIB}/celery/tests/bin/test_worker.pyo 
400${PYSITELIB}/celery/tests/case.py 
401${PYSITELIB}/celery/tests/case.pyc 
402${PYSITELIB}/celery/tests/case.pyo 
403${PYSITELIB}/celery/tests/compat_modules/__init__.py 
404${PYSITELIB}/celery/tests/compat_modules/__init__.pyc 
405${PYSITELIB}/celery/tests/compat_modules/__init__.pyo 
406${PYSITELIB}/celery/tests/compat_modules/test_compat.py 
407${PYSITELIB}/celery/tests/compat_modules/test_compat.pyc 
408${PYSITELIB}/celery/tests/compat_modules/test_compat.pyo 
409${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.py 
410${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.pyc 
411${PYSITELIB}/celery/tests/compat_modules/test_compat_utils.pyo 
412${PYSITELIB}/celery/tests/compat_modules/test_decorators.py 
413${PYSITELIB}/celery/tests/compat_modules/test_decorators.pyc 
414${PYSITELIB}/celery/tests/compat_modules/test_decorators.pyo 
415${PYSITELIB}/celery/tests/compat_modules/test_http.py 
416${PYSITELIB}/celery/tests/compat_modules/test_http.pyc 
417${PYSITELIB}/celery/tests/compat_modules/test_http.pyo 
418${PYSITELIB}/celery/tests/compat_modules/test_messaging.py 
419${PYSITELIB}/celery/tests/compat_modules/test_messaging.pyc 
420${PYSITELIB}/celery/tests/compat_modules/test_messaging.pyo 
421${PYSITELIB}/celery/tests/compat_modules/test_sets.py 
422${PYSITELIB}/celery/tests/compat_modules/test_sets.pyc 
423${PYSITELIB}/celery/tests/compat_modules/test_sets.pyo 
424${PYSITELIB}/celery/tests/concurrency/__init__.py 
425${PYSITELIB}/celery/tests/concurrency/__init__.pyc 
426${PYSITELIB}/celery/tests/concurrency/__init__.pyo 
427${PYSITELIB}/celery/tests/concurrency/test_concurrency.py 
428${PYSITELIB}/celery/tests/concurrency/test_concurrency.pyc 
429${PYSITELIB}/celery/tests/concurrency/test_concurrency.pyo 
430${PYSITELIB}/celery/tests/concurrency/test_eventlet.py 
431${PYSITELIB}/celery/tests/concurrency/test_eventlet.pyc 
432${PYSITELIB}/celery/tests/concurrency/test_eventlet.pyo 
433${PYSITELIB}/celery/tests/concurrency/test_gevent.py 
434${PYSITELIB}/celery/tests/concurrency/test_gevent.pyc 
435${PYSITELIB}/celery/tests/concurrency/test_gevent.pyo 
436${PYSITELIB}/celery/tests/concurrency/test_pool.py 
437${PYSITELIB}/celery/tests/concurrency/test_pool.pyc 
438${PYSITELIB}/celery/tests/concurrency/test_pool.pyo 
439${PYSITELIB}/celery/tests/concurrency/test_prefork.py 
440${PYSITELIB}/celery/tests/concurrency/test_prefork.pyc 
441${PYSITELIB}/celery/tests/concurrency/test_prefork.pyo 
442${PYSITELIB}/celery/tests/concurrency/test_solo.py 
443${PYSITELIB}/celery/tests/concurrency/test_solo.pyc 
444${PYSITELIB}/celery/tests/concurrency/test_solo.pyo 
445${PYSITELIB}/celery/tests/concurrency/test_threads.py 
446${PYSITELIB}/celery/tests/concurrency/test_threads.pyc 
447${PYSITELIB}/celery/tests/concurrency/test_threads.pyo 
448${PYSITELIB}/celery/tests/contrib/__init__.py 
449${PYSITELIB}/celery/tests/contrib/__init__.pyc 
450${PYSITELIB}/celery/tests/contrib/__init__.pyo 
451${PYSITELIB}/celery/tests/contrib/test_abortable.py 
452${PYSITELIB}/celery/tests/contrib/test_abortable.pyc 
453${PYSITELIB}/celery/tests/contrib/test_abortable.pyo 
454${PYSITELIB}/celery/tests/contrib/test_methods.py 
455${PYSITELIB}/celery/tests/contrib/test_methods.pyc 
456${PYSITELIB}/celery/tests/contrib/test_methods.pyo 
457${PYSITELIB}/celery/tests/contrib/test_migrate.py 
458${PYSITELIB}/celery/tests/contrib/test_migrate.pyc 
459${PYSITELIB}/celery/tests/contrib/test_migrate.pyo 
460${PYSITELIB}/celery/tests/contrib/test_rdb.py 
461${PYSITELIB}/celery/tests/contrib/test_rdb.pyc 
462${PYSITELIB}/celery/tests/contrib/test_rdb.pyo 
463${PYSITELIB}/celery/tests/events/__init__.py 
464${PYSITELIB}/celery/tests/events/__init__.pyc 
465${PYSITELIB}/celery/tests/events/__init__.pyo 
466${PYSITELIB}/celery/tests/events/test_cursesmon.py 
467${PYSITELIB}/celery/tests/events/test_cursesmon.pyc 
468${PYSITELIB}/celery/tests/events/test_cursesmon.pyo 
469${PYSITELIB}/celery/tests/events/test_events.py 
470${PYSITELIB}/celery/tests/events/test_events.pyc 
471${PYSITELIB}/celery/tests/events/test_events.pyo 
472${PYSITELIB}/celery/tests/events/test_snapshot.py 
473${PYSITELIB}/celery/tests/events/test_snapshot.pyc 
474${PYSITELIB}/celery/tests/events/test_snapshot.pyo 
475${PYSITELIB}/celery/tests/events/test_state.py 
476${PYSITELIB}/celery/tests/events/test_state.pyc 
477${PYSITELIB}/celery/tests/events/test_state.pyo 
478${PYSITELIB}/celery/tests/fixups/__init__.py 
479${PYSITELIB}/celery/tests/fixups/__init__.pyc 
480${PYSITELIB}/celery/tests/fixups/__init__.pyo 
481${PYSITELIB}/celery/tests/fixups/test_django.py 
482${PYSITELIB}/celery/tests/fixups/test_django.pyc 
483${PYSITELIB}/celery/tests/fixups/test_django.pyo 
484${PYSITELIB}/celery/tests/functional/__init__.py 
485${PYSITELIB}/celery/tests/functional/__init__.pyc 
486${PYSITELIB}/celery/tests/functional/__init__.pyo 
487${PYSITELIB}/celery/tests/functional/case.py 
488${PYSITELIB}/celery/tests/functional/case.pyc 
489${PYSITELIB}/celery/tests/functional/case.pyo 
490${PYSITELIB}/celery/tests/functional/tasks.py 
491${PYSITELIB}/celery/tests/functional/tasks.pyc 
492${PYSITELIB}/celery/tests/functional/tasks.pyo 
493${PYSITELIB}/celery/tests/security/__init__.py 
494${PYSITELIB}/celery/tests/security/__init__.pyc 
495${PYSITELIB}/celery/tests/security/__init__.pyo 
496${PYSITELIB}/celery/tests/security/case.py 
497${PYSITELIB}/celery/tests/security/case.pyc 
498${PYSITELIB}/celery/tests/security/case.pyo 
499${PYSITELIB}/celery/tests/security/test_certificate.py 
500${PYSITELIB}/celery/tests/security/test_certificate.pyc 
501${PYSITELIB}/celery/tests/security/test_certificate.pyo 
502${PYSITELIB}/celery/tests/security/test_key.py 
503${PYSITELIB}/celery/tests/security/test_key.pyc 
504${PYSITELIB}/celery/tests/security/test_key.pyo 
505${PYSITELIB}/celery/tests/security/test_security.py 
506${PYSITELIB}/celery/tests/security/test_security.pyc 
507${PYSITELIB}/celery/tests/security/test_security.pyo 
508${PYSITELIB}/celery/tests/security/test_serialization.py 
509${PYSITELIB}/celery/tests/security/test_serialization.pyc 
510${PYSITELIB}/celery/tests/security/test_serialization.pyo 
511${PYSITELIB}/celery/tests/slow/__init__.py 
512${PYSITELIB}/celery/tests/slow/__init__.pyc 
513${PYSITELIB}/celery/tests/slow/__init__.pyo 
514${PYSITELIB}/celery/tests/tasks/__init__.py 
515${PYSITELIB}/celery/tests/tasks/__init__.pyc 
516${PYSITELIB}/celery/tests/tasks/__init__.pyo 
517${PYSITELIB}/celery/tests/tasks/test_canvas.py 
518${PYSITELIB}/celery/tests/tasks/test_canvas.pyc 
519${PYSITELIB}/celery/tests/tasks/test_canvas.pyo 
520${PYSITELIB}/celery/tests/tasks/test_chord.py 
521${PYSITELIB}/celery/tests/tasks/test_chord.pyc 
522${PYSITELIB}/celery/tests/tasks/test_chord.pyo 
523${PYSITELIB}/celery/tests/tasks/test_context.py 
524${PYSITELIB}/celery/tests/tasks/test_context.pyc 
525${PYSITELIB}/celery/tests/tasks/test_context.pyo 
526${PYSITELIB}/celery/tests/tasks/test_result.py 
527${PYSITELIB}/celery/tests/tasks/test_result.pyc 
528${PYSITELIB}/celery/tests/tasks/test_result.pyo 
529${PYSITELIB}/celery/tests/tasks/test_states.py 
530${PYSITELIB}/celery/tests/tasks/test_states.pyc 
531${PYSITELIB}/celery/tests/tasks/test_states.pyo 
532${PYSITELIB}/celery/tests/tasks/test_tasks.py 
533${PYSITELIB}/celery/tests/tasks/test_tasks.pyc 
534${PYSITELIB}/celery/tests/tasks/test_tasks.pyo 
535${PYSITELIB}/celery/tests/tasks/test_trace.py 
536${PYSITELIB}/celery/tests/tasks/test_trace.pyc 
537${PYSITELIB}/celery/tests/tasks/test_trace.pyo 
538${PYSITELIB}/celery/tests/utils/__init__.py 
539${PYSITELIB}/celery/tests/utils/__init__.pyc 
540${PYSITELIB}/celery/tests/utils/__init__.pyo 
541${PYSITELIB}/celery/tests/utils/test_datastructures.py 
542${PYSITELIB}/celery/tests/utils/test_datastructures.pyc 
543${PYSITELIB}/celery/tests/utils/test_datastructures.pyo 
544${PYSITELIB}/celery/tests/utils/test_dispatcher.py 
545${PYSITELIB}/celery/tests/utils/test_dispatcher.pyc 
546${PYSITELIB}/celery/tests/utils/test_dispatcher.pyo 
547${PYSITELIB}/celery/tests/utils/test_encoding.py 
548${PYSITELIB}/celery/tests/utils/test_encoding.pyc 
549${PYSITELIB}/celery/tests/utils/test_encoding.pyo 
550${PYSITELIB}/celery/tests/utils/test_functional.py 
551${PYSITELIB}/celery/tests/utils/test_functional.pyc 
552${PYSITELIB}/celery/tests/utils/test_functional.pyo 
553${PYSITELIB}/celery/tests/utils/test_imports.py 
554${PYSITELIB}/celery/tests/utils/test_imports.pyc 
555${PYSITELIB}/celery/tests/utils/test_imports.pyo 
556${PYSITELIB}/celery/tests/utils/test_local.py 
557${PYSITELIB}/celery/tests/utils/test_local.pyc 
558${PYSITELIB}/celery/tests/utils/test_local.pyo 
559${PYSITELIB}/celery/tests/utils/test_mail.py 
560${PYSITELIB}/celery/tests/utils/test_mail.pyc 
561${PYSITELIB}/celery/tests/utils/test_mail.pyo 
562${PYSITELIB}/celery/tests/utils/test_pickle.py 
563${PYSITELIB}/celery/tests/utils/test_pickle.pyc 
564${PYSITELIB}/celery/tests/utils/test_pickle.pyo 
565${PYSITELIB}/celery/tests/utils/test_platforms.py 
566${PYSITELIB}/celery/tests/utils/test_platforms.pyc 
567${PYSITELIB}/celery/tests/utils/test_platforms.pyo 
568${PYSITELIB}/celery/tests/utils/test_saferef.py 
569${PYSITELIB}/celery/tests/utils/test_saferef.pyc 
570${PYSITELIB}/celery/tests/utils/test_saferef.pyo 
571${PYSITELIB}/celery/tests/utils/test_serialization.py 
572${PYSITELIB}/celery/tests/utils/test_serialization.pyc 
573${PYSITELIB}/celery/tests/utils/test_serialization.pyo 
574${PYSITELIB}/celery/tests/utils/test_sysinfo.py 
575${PYSITELIB}/celery/tests/utils/test_sysinfo.pyc 
576${PYSITELIB}/celery/tests/utils/test_sysinfo.pyo 
577${PYSITELIB}/celery/tests/utils/test_term.py 
578${PYSITELIB}/celery/tests/utils/test_term.pyc 
579${PYSITELIB}/celery/tests/utils/test_term.pyo 
580${PYSITELIB}/celery/tests/utils/test_text.py 
581${PYSITELIB}/celery/tests/utils/test_text.pyc 
582${PYSITELIB}/celery/tests/utils/test_text.pyo 
583${PYSITELIB}/celery/tests/utils/test_threads.py 
584${PYSITELIB}/celery/tests/utils/test_threads.pyc 
585${PYSITELIB}/celery/tests/utils/test_threads.pyo 
586${PYSITELIB}/celery/tests/utils/test_timer2.py 
587${PYSITELIB}/celery/tests/utils/test_timer2.pyc 
588${PYSITELIB}/celery/tests/utils/test_timer2.pyo 
589${PYSITELIB}/celery/tests/utils/test_timeutils.py 
590${PYSITELIB}/celery/tests/utils/test_timeutils.pyc 
591${PYSITELIB}/celery/tests/utils/test_timeutils.pyo 
592${PYSITELIB}/celery/tests/utils/test_utils.py 
593${PYSITELIB}/celery/tests/utils/test_utils.pyc 
594${PYSITELIB}/celery/tests/utils/test_utils.pyo 
595${PYSITELIB}/celery/tests/worker/__init__.py 
596${PYSITELIB}/celery/tests/worker/__init__.pyc 
597${PYSITELIB}/celery/tests/worker/__init__.pyo 
598${PYSITELIB}/celery/tests/worker/test_autoreload.py 
599${PYSITELIB}/celery/tests/worker/test_autoreload.pyc 
600${PYSITELIB}/celery/tests/worker/test_autoreload.pyo 
601${PYSITELIB}/celery/tests/worker/test_autoscale.py 
602${PYSITELIB}/celery/tests/worker/test_autoscale.pyc 
603${PYSITELIB}/celery/tests/worker/test_autoscale.pyo 
604${PYSITELIB}/celery/tests/worker/test_bootsteps.py 
605${PYSITELIB}/celery/tests/worker/test_bootsteps.pyc 
606${PYSITELIB}/celery/tests/worker/test_bootsteps.pyo 
607${PYSITELIB}/celery/tests/worker/test_components.py 
608${PYSITELIB}/celery/tests/worker/test_components.pyc 
609${PYSITELIB}/celery/tests/worker/test_components.pyo 
610${PYSITELIB}/celery/tests/worker/test_consumer.py 
611${PYSITELIB}/celery/tests/worker/test_consumer.pyc 
612${PYSITELIB}/celery/tests/worker/test_consumer.pyo 
613${PYSITELIB}/celery/tests/worker/test_control.py 
614${PYSITELIB}/celery/tests/worker/test_control.pyc 
615${PYSITELIB}/celery/tests/worker/test_control.pyo 
616${PYSITELIB}/celery/tests/worker/test_heartbeat.py 
617${PYSITELIB}/celery/tests/worker/test_heartbeat.pyc 
618${PYSITELIB}/celery/tests/worker/test_heartbeat.pyo 
619${PYSITELIB}/celery/tests/worker/test_hub.py 
620${PYSITELIB}/celery/tests/worker/test_hub.pyc 
621${PYSITELIB}/celery/tests/worker/test_hub.pyo 
622${PYSITELIB}/celery/tests/worker/test_loops.py 
623${PYSITELIB}/celery/tests/worker/test_loops.pyc 
624${PYSITELIB}/celery/tests/worker/test_loops.pyo 
625${PYSITELIB}/celery/tests/worker/test_request.py 
626${PYSITELIB}/celery/tests/worker/test_request.pyc 
627${PYSITELIB}/celery/tests/worker/test_request.pyo 
628${PYSITELIB}/celery/tests/worker/test_revoke.py 
629${PYSITELIB}/celery/tests/worker/test_revoke.pyc 
630${PYSITELIB}/celery/tests/worker/test_revoke.pyo 
631${PYSITELIB}/celery/tests/worker/test_state.py 
632${PYSITELIB}/celery/tests/worker/test_state.pyc 
633${PYSITELIB}/celery/tests/worker/test_state.pyo 
634${PYSITELIB}/celery/tests/worker/test_strategy.py 
635${PYSITELIB}/celery/tests/worker/test_strategy.pyc 
636${PYSITELIB}/celery/tests/worker/test_strategy.pyo 
637${PYSITELIB}/celery/tests/worker/test_worker.py 
638${PYSITELIB}/celery/tests/worker/test_worker.pyc 
639${PYSITELIB}/celery/tests/worker/test_worker.pyo 
640${PYSITELIB}/celery/utils/__init__.py 340${PYSITELIB}/celery/utils/__init__.py
641${PYSITELIB}/celery/utils/__init__.pyc 341${PYSITELIB}/celery/utils/__init__.pyc
642${PYSITELIB}/celery/utils/__init__.pyo 342${PYSITELIB}/celery/utils/__init__.pyo
643${PYSITELIB}/celery/utils/compat.py 343${PYSITELIB}/celery/utils/abstract.py
644${PYSITELIB}/celery/utils/compat.pyc 344${PYSITELIB}/celery/utils/abstract.pyc
645${PYSITELIB}/celery/utils/compat.pyo 345${PYSITELIB}/celery/utils/abstract.pyo
 346${PYSITELIB}/celery/utils/collections.py
 347${PYSITELIB}/celery/utils/collections.pyc
 348${PYSITELIB}/celery/utils/collections.pyo
646${PYSITELIB}/celery/utils/debug.py 349${PYSITELIB}/celery/utils/debug.py
647${PYSITELIB}/celery/utils/debug.pyc 350${PYSITELIB}/celery/utils/debug.pyc
648${PYSITELIB}/celery/utils/debug.pyo 351${PYSITELIB}/celery/utils/debug.pyo
 352${PYSITELIB}/celery/utils/deprecated.py
 353${PYSITELIB}/celery/utils/deprecated.pyc
 354${PYSITELIB}/celery/utils/deprecated.pyo
649${PYSITELIB}/celery/utils/dispatch/__init__.py 355${PYSITELIB}/celery/utils/dispatch/__init__.py
650${PYSITELIB}/celery/utils/dispatch/__init__.pyc 356${PYSITELIB}/celery/utils/dispatch/__init__.pyc
651${PYSITELIB}/celery/utils/dispatch/__init__.pyo 357${PYSITELIB}/celery/utils/dispatch/__init__.pyo
652${PYSITELIB}/celery/utils/dispatch/saferef.py 
653${PYSITELIB}/celery/utils/dispatch/saferef.pyc 
654${PYSITELIB}/celery/utils/dispatch/saferef.pyo 
655${PYSITELIB}/celery/utils/dispatch/signal.py 358${PYSITELIB}/celery/utils/dispatch/signal.py
656${PYSITELIB}/celery/utils/dispatch/signal.pyc 359${PYSITELIB}/celery/utils/dispatch/signal.pyc
657${PYSITELIB}/celery/utils/dispatch/signal.pyo 360${PYSITELIB}/celery/utils/dispatch/signal.pyo
 361${PYSITELIB}/celery/utils/dispatch/weakref_backports.py
 362${PYSITELIB}/celery/utils/dispatch/weakref_backports.pyc
 363${PYSITELIB}/celery/utils/dispatch/weakref_backports.pyo
658${PYSITELIB}/celery/utils/encoding.py 364${PYSITELIB}/celery/utils/encoding.py
659${PYSITELIB}/celery/utils/encoding.pyc 365${PYSITELIB}/celery/utils/encoding.pyc
660${PYSITELIB}/celery/utils/encoding.pyo 366${PYSITELIB}/celery/utils/encoding.pyo
661${PYSITELIB}/celery/utils/functional.py 367${PYSITELIB}/celery/utils/functional.py
662${PYSITELIB}/celery/utils/functional.pyc 368${PYSITELIB}/celery/utils/functional.pyc
663${PYSITELIB}/celery/utils/functional.pyo 369${PYSITELIB}/celery/utils/functional.pyo
 370${PYSITELIB}/celery/utils/graph.py
 371${PYSITELIB}/celery/utils/graph.pyc
 372${PYSITELIB}/celery/utils/graph.pyo
664${PYSITELIB}/celery/utils/imports.py 373${PYSITELIB}/celery/utils/imports.py
665${PYSITELIB}/celery/utils/imports.pyc 374${PYSITELIB}/celery/utils/imports.pyc
666${PYSITELIB}/celery/utils/imports.pyo 375${PYSITELIB}/celery/utils/imports.pyo
667${PYSITELIB}/celery/utils/iso8601.py 376${PYSITELIB}/celery/utils/iso8601.py
668${PYSITELIB}/celery/utils/iso8601.pyc 377${PYSITELIB}/celery/utils/iso8601.pyc
669${PYSITELIB}/celery/utils/iso8601.pyo 378${PYSITELIB}/celery/utils/iso8601.pyo
670${PYSITELIB}/celery/utils/log.py 379${PYSITELIB}/celery/utils/log.py
671${PYSITELIB}/celery/utils/log.pyc 380${PYSITELIB}/celery/utils/log.pyc
672${PYSITELIB}/celery/utils/log.pyo 381${PYSITELIB}/celery/utils/log.pyo
673${PYSITELIB}/celery/utils/mail.py 382${PYSITELIB}/celery/utils/nodenames.py
674${PYSITELIB}/celery/utils/mail.pyc 383${PYSITELIB}/celery/utils/nodenames.pyc
675${PYSITELIB}/celery/utils/mail.pyo 384${PYSITELIB}/celery/utils/nodenames.pyo
676${PYSITELIB}/celery/utils/objects.py 385${PYSITELIB}/celery/utils/objects.py
677${PYSITELIB}/celery/utils/objects.pyc 386${PYSITELIB}/celery/utils/objects.pyc
678${PYSITELIB}/celery/utils/objects.pyo 387${PYSITELIB}/celery/utils/objects.pyo
 388${PYSITELIB}/celery/utils/saferepr.py
 389${PYSITELIB}/celery/utils/saferepr.pyc
 390${PYSITELIB}/celery/utils/saferepr.pyo
679${PYSITELIB}/celery/utils/serialization.py 391${PYSITELIB}/celery/utils/serialization.py
680${PYSITELIB}/celery/utils/serialization.pyc 392${PYSITELIB}/celery/utils/serialization.pyc
681${PYSITELIB}/celery/utils/serialization.pyo 393${PYSITELIB}/celery/utils/serialization.pyo
 394${PYSITELIB}/celery/utils/static/__init__.py
 395${PYSITELIB}/celery/utils/static/__init__.pyc
 396${PYSITELIB}/celery/utils/static/__init__.pyo
 397${PYSITELIB}/celery/utils/static/celery_128.png
682${PYSITELIB}/celery/utils/sysinfo.py 398${PYSITELIB}/celery/utils/sysinfo.py
683${PYSITELIB}/celery/utils/sysinfo.pyc 399${PYSITELIB}/celery/utils/sysinfo.pyc
684${PYSITELIB}/celery/utils/sysinfo.pyo 400${PYSITELIB}/celery/utils/sysinfo.pyo
685${PYSITELIB}/celery/utils/term.py 401${PYSITELIB}/celery/utils/term.py
686${PYSITELIB}/celery/utils/term.pyc 402${PYSITELIB}/celery/utils/term.pyc
687${PYSITELIB}/celery/utils/term.pyo 403${PYSITELIB}/celery/utils/term.pyo
688${PYSITELIB}/celery/utils/text.py 404${PYSITELIB}/celery/utils/text.py
689${PYSITELIB}/celery/utils/text.pyc 405${PYSITELIB}/celery/utils/text.pyc
690${PYSITELIB}/celery/utils/text.pyo 406${PYSITELIB}/celery/utils/text.pyo
691${PYSITELIB}/celery/utils/threads.py 407${PYSITELIB}/celery/utils/threads.py
692${PYSITELIB}/celery/utils/threads.pyc 408${PYSITELIB}/celery/utils/threads.pyc
693${PYSITELIB}/celery/utils/threads.pyo 409${PYSITELIB}/celery/utils/threads.pyo
 410${PYSITELIB}/celery/utils/time.py
 411${PYSITELIB}/celery/utils/time.pyc
 412${PYSITELIB}/celery/utils/time.pyo
694${PYSITELIB}/celery/utils/timer2.py 413${PYSITELIB}/celery/utils/timer2.py
695${PYSITELIB}/celery/utils/timer2.pyc 414${PYSITELIB}/celery/utils/timer2.pyc
696${PYSITELIB}/celery/utils/timer2.pyo 415${PYSITELIB}/celery/utils/timer2.pyo
697${PYSITELIB}/celery/utils/timeutils.py 
698${PYSITELIB}/celery/utils/timeutils.pyc 
699${PYSITELIB}/celery/utils/timeutils.pyo 
700${PYSITELIB}/celery/worker/__init__.py 416${PYSITELIB}/celery/worker/__init__.py
701${PYSITELIB}/celery/worker/__init__.pyc 417${PYSITELIB}/celery/worker/__init__.pyc
702${PYSITELIB}/celery/worker/__init__.pyo 418${PYSITELIB}/celery/worker/__init__.pyo
703${PYSITELIB}/celery/worker/autoreload.py 
704${PYSITELIB}/celery/worker/autoreload.pyc 
705${PYSITELIB}/celery/worker/autoreload.pyo 
706${PYSITELIB}/celery/worker/autoscale.py 419${PYSITELIB}/celery/worker/autoscale.py
707${PYSITELIB}/celery/worker/autoscale.pyc 420${PYSITELIB}/celery/worker/autoscale.pyc
708${PYSITELIB}/celery/worker/autoscale.pyo 421${PYSITELIB}/celery/worker/autoscale.pyo
709${PYSITELIB}/celery/worker/components.py 422${PYSITELIB}/celery/worker/components.py
710${PYSITELIB}/celery/worker/components.pyc 423${PYSITELIB}/celery/worker/components.pyc
711${PYSITELIB}/celery/worker/components.pyo 424${PYSITELIB}/celery/worker/components.pyo
712${PYSITELIB}/celery/worker/consumer.py 425${PYSITELIB}/celery/worker/consumer/__init__.py
713${PYSITELIB}/celery/worker/consumer.pyc 426${PYSITELIB}/celery/worker/consumer/__init__.pyc
714${PYSITELIB}/celery/worker/consumer.pyo 427${PYSITELIB}/celery/worker/consumer/__init__.pyo
 428${PYSITELIB}/celery/worker/consumer/agent.py
 429${PYSITELIB}/celery/worker/consumer/agent.pyc
 430${PYSITELIB}/celery/worker/consumer/agent.pyo
 431${PYSITELIB}/celery/worker/consumer/connection.py
 432${PYSITELIB}/celery/worker/consumer/connection.pyc
 433${PYSITELIB}/celery/worker/consumer/connection.pyo
 434${PYSITELIB}/celery/worker/consumer/consumer.py
 435${PYSITELIB}/celery/worker/consumer/consumer.pyc
 436${PYSITELIB}/celery/worker/consumer/consumer.pyo
 437${PYSITELIB}/celery/worker/consumer/control.py
 438${PYSITELIB}/celery/worker/consumer/control.pyc
 439${PYSITELIB}/celery/worker/consumer/control.pyo
 440${PYSITELIB}/celery/worker/consumer/events.py
 441${PYSITELIB}/celery/worker/consumer/events.pyc
 442${PYSITELIB}/celery/worker/consumer/events.pyo
 443${PYSITELIB}/celery/worker/consumer/gossip.py
 444${PYSITELIB}/celery/worker/consumer/gossip.pyc
 445${PYSITELIB}/celery/worker/consumer/gossip.pyo
 446${PYSITELIB}/celery/worker/consumer/heart.py
 447${PYSITELIB}/celery/worker/consumer/heart.pyc
 448${PYSITELIB}/celery/worker/consumer/heart.pyo
 449${PYSITELIB}/celery/worker/consumer/mingle.py
 450${PYSITELIB}/celery/worker/consumer/mingle.pyc
 451${PYSITELIB}/celery/worker/consumer/mingle.pyo
 452${PYSITELIB}/celery/worker/consumer/tasks.py
 453${PYSITELIB}/celery/worker/consumer/tasks.pyc
 454${PYSITELIB}/celery/worker/consumer/tasks.pyo
715${PYSITELIB}/celery/worker/control.py 455${PYSITELIB}/celery/worker/control.py
716${PYSITELIB}/celery/worker/control.pyc 456${PYSITELIB}/celery/worker/control.pyc
717${PYSITELIB}/celery/worker/control.pyo 457${PYSITELIB}/celery/worker/control.pyo
718${PYSITELIB}/celery/worker/heartbeat.py 458${PYSITELIB}/celery/worker/heartbeat.py
719${PYSITELIB}/celery/worker/heartbeat.pyc 459${PYSITELIB}/celery/worker/heartbeat.pyc
720${PYSITELIB}/celery/worker/heartbeat.pyo 460${PYSITELIB}/celery/worker/heartbeat.pyo
721${PYSITELIB}/celery/worker/job.py 
722${PYSITELIB}/celery/worker/job.pyc 
723${PYSITELIB}/celery/worker/job.pyo 
724${PYSITELIB}/celery/worker/loops.py 461${PYSITELIB}/celery/worker/loops.py
725${PYSITELIB}/celery/worker/loops.pyc 462${PYSITELIB}/celery/worker/loops.pyc
726${PYSITELIB}/celery/worker/loops.pyo 463${PYSITELIB}/celery/worker/loops.pyo
727${PYSITELIB}/celery/worker/pidbox.py 464${PYSITELIB}/celery/worker/pidbox.py
728${PYSITELIB}/celery/worker/pidbox.pyc 465${PYSITELIB}/celery/worker/pidbox.pyc
729${PYSITELIB}/celery/worker/pidbox.pyo 466${PYSITELIB}/celery/worker/pidbox.pyo
 467${PYSITELIB}/celery/worker/request.py
 468${PYSITELIB}/celery/worker/request.pyc
 469${PYSITELIB}/celery/worker/request.pyo
730${PYSITELIB}/celery/worker/state.py 470${PYSITELIB}/celery/worker/state.py
731${PYSITELIB}/celery/worker/state.pyc 471${PYSITELIB}/celery/worker/state.pyc
732${PYSITELIB}/celery/worker/state.pyo 472${PYSITELIB}/celery/worker/state.pyo
733${PYSITELIB}/celery/worker/strategy.py 473${PYSITELIB}/celery/worker/strategy.py
734${PYSITELIB}/celery/worker/strategy.pyc 474${PYSITELIB}/celery/worker/strategy.pyc
735${PYSITELIB}/celery/worker/strategy.pyo 475${PYSITELIB}/celery/worker/strategy.pyo
 476${PYSITELIB}/celery/worker/worker.py
 477${PYSITELIB}/celery/worker/worker.pyc
 478${PYSITELIB}/celery/worker/worker.pyo

cvs diff -r1.4 -r1.5 pkgsrc/net/py-celery/distinfo (expand / switch to unified diff)

--- pkgsrc/net/py-celery/distinfo 2015/11/04 00:35:30 1.4
+++ pkgsrc/net/py-celery/distinfo 2017/04/09 17:37:18 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2015/11/04 00:35:30 agc Exp $ 1$NetBSD: distinfo,v 1.5 2017/04/09 17:37:18 adam Exp $
2 2
3SHA1 (celery-3.1.16.tar.gz) = 166ab2114aa4bb1a7c6db503b119037662e19d6c 3SHA1 (celery-4.0.2.tar.gz) = d7377142b95ecf536b56e0ae55aead067f95c29b
4RMD160 (celery-3.1.16.tar.gz) = 7519a1f9e8e34154fe249fa580725faa43f3b0d5 4RMD160 (celery-4.0.2.tar.gz) = 428a55de8e52dc77bd2977560e4d61b4f9806276
5SHA512 (celery-3.1.16.tar.gz) = 935beec3e0c987746640e38120a8c9dff00c332b46914c0569cf306e3d971873708bfcab1eb76ced4be8d780c387ceec0cf2cee4f3be68b80295b240ae822371 5SHA512 (celery-4.0.2.tar.gz) = 1110b634cafa13f9d9ab0b0a7a17042325271bd5ea45a5f442e36e871db87b87e3f496d54b771d274a1676900d9dfdc7e21887943dfd1a299a9fcd8b3f6d2189
6Size (celery-3.1.16.tar.gz) = 1296002 bytes 6Size (celery-4.0.2.tar.gz) = 1337804 bytes