File: changelog

package info (click to toggle)
celery 5.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,340 kB
  • sloc: python: 49,817; sh: 666; makefile: 212
file content (581 lines) | stat: -rw-r--r-- 19,650 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
celery (5.0.0-3) unstable; urgency=medium

  * Team upload.
  * d/tests/upstream: Use celery pytest plugin for autopkgtest too.
    (Closes: #972926)

 -- Michael Hudson-Doyle <mwhudson@debian.org>  Tue, 03 Nov 2020 13:08:49 +1300

celery (5.0.0-2) unstable; urgency=medium

  * Team upload.
  * Tighten dependency on python-kombu (>= 5.0)

 -- Antonio Terceiro <terceiro@debian.org>  Mon, 26 Oct 2020 13:45:54 -0300

celery (5.0.0-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Antonio Terceiro ]
  * New upstream version 5.0.0

  [ Thomas Goirand ]
  * Add a new (build-)dependencies on:
    - python3-click-repl
    - python3-click-didyoumean
  * Min version for python3-vine is now 5.0.
  * Add build-depends:
    - python3-pytest-timeout
  * Add 0010-allow-any-version-of-pytest-timeout.patch.
  * Add 0011-remove-pytest-celery-from-test-depends.patch.
  * Add 0012-allow-any-pytest-version.patch.
  * Add a debian/salsa-ci.yml.

  [ Nicolas Dandrimont ]
  * Use celery pytest plugin for tests
  * Patch MongoDB backend test for the Debian version of pymongo.
  * Add build-dependency on python3-sphinx-click.

 -- Nicolas Dandrimont <olasd@debian.org>  Sat, 17 Oct 2020 01:31:50 +0200

celery (4.4.6-1) unstable; urgency=low

  * New upstream release (Closes: #963662).
  * Drop upstream patch 21366ffe04aeb69ea08dc5c48c3b3155eeb443b5.patch.
  * Refresh patches.
  * Clean up .pytest_cache/CACHEDIR.TAG to allow two builds in a row.
  * Add python3-future (>=0.18.0) to Build-Depends, required by tests.
  * Skip randomly failing test_worker tests.

 -- Michael Fladischer <fladi@debian.org>  Wed, 12 Aug 2020 20:08:45 +0200

celery (4.4.2-5) unstable; urgency=medium

  * Team upload.
  * Add missing Break+Replaces I forgot while doing the move.  Closes: #960506

 -- Mattia Rizzolo <mattia@debian.org>  Tue, 19 May 2020 11:30:49 +0200

celery (4.4.2-4) unstable; urgency=medium

  * Team upload.
  * Upload to unstable.

 -- Mattia Rizzolo <mattia@debian.org>  Tue, 12 May 2020 15:04:57 +0200

celery (4.4.2-3) experimental; urgency=medium

  * Team upload.
  * Move the "celery" script to a new "celery" binary package and turn
    python-celery-common into an empty transitional package.
  * d/control: Mark python-celery-doc as Multi-Arch:foreign.
  * Claim some copyright over debian/*.

 -- Mattia Rizzolo <mattia@debian.org>  Mon, 27 Apr 2020 22:38:40 +0200

celery (4.4.2-2) unstable; urgency=medium

  * Team upload.
  * Add patch from upstream to fix build with the new sphinx.  Closes: #958986
  * Bump Build-Depends on python3-sphinx(-celery) to >= 2.0.0.
  * d/control:
    + Set Rules-Requires-Root:no.
    + Bump debhelper compat level to 13.
  * d/rules:
    + Move another file from override_dh_clean to d/clean.
    + Drop override_dh_install and rely on dh_fixperms to fix perms.
    + Simplify the code using the new execute_after* overrides.
    + Drop now unused variables.

 -- Mattia Rizzolo <mattia@debian.org>  Mon, 27 Apr 2020 22:23:24 +0200

celery (4.4.2-1) unstable; urgency=medium

  * Team upload

  [ Michael Fladischer ]
  * Disable PGP signature check in uscan as upstream is not providing a
    signature for current releases.
  * Refresh patches.

  [ Stefano Rivera ]
  * Set -e in autopkgtests, so all failures are caught.
  * Build-Depend on python3-boto3, python3-msgpack, python3-pymongo,
    python3-yaml for tests.
  * Patch:
    - Don't require pre-commit, it isn't in Debian.
    - Neither is moto.

  [ Håvard Flaget Aasen ]
  * New upstream version 4.4.2
    - Changes in this release closes: #952217
  * Update Standards-Version to 4.5.0
  * Update versions for build-dependencies. closes: #913047
  * Remove override_dh_installchangelogs, unneeded
  * Rebase patches
  * Remove patches
    - 0005-Disable-pytest-3.3-log-capturing-to-avoid-changing-l.patch
    - 0007-py37-skip-tests.diff
  * Add patch
    - 0011-disable-test-for-python3.8.patch
  * Remove d/upstream/signing-key.asc and d/source/include-binaries
  * Disable test from d/tests/upstream

 -- Håvard Flaget Aasen <haavard_aasen@yahoo.no>  Wed, 25 Mar 2020 15:20:47 +0100

celery (4.2.1-5) unstable; urgency=medium

  * Team upload.
  * Fix running tests with pytest 4.
  * Don't try to run autopkgtests with Python 2.

 -- Andrey Rahmatullin <wrar@debian.org>  Wed, 07 Aug 2019 18:12:10 +0500

celery (4.2.1-4) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Michael Fladischer ]
  * Bump Standards-Version to 4.4.0.
  * Remove Python2 support.
  * Remove unnecessary version constraint on python3-mock.
  * Remove unnecessary Break and Replaces on older packages.
  * Bump debhelper version to 12.

 -- Michael Fladischer <fladi@debian.org>  Mon, 22 Jul 2019 09:39:34 +0200

celery (4.2.1-3) unstable; urgency=medium

  * Integrate py37-skip-tests patch into gbp-pq.
  * Add patch to relax version requirements on billiard (Closes:
    #923719).
  * Clean up pytest artifacts to allow two builds in a row.
  * Bump Standards-Version to 4.3.0.

 -- Michael Fladischer <fladi@debian.org>  Thu, 07 Mar 2019 22:14:11 +0100

celery (4.2.1-2) unstable; urgency=medium

  * Team upload.
  * Skip test_sphinx also in the autopkgtest, like it's done for the
    regular build.

 -- Mattia Rizzolo <mattia@debian.org>  Thu, 27 Sep 2018 08:06:32 +0200

celery (4.2.1-1) unstable; urgency=medium

  * Team upload.

  [ Ondřej Nový ]
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs.

  [ Michael Fladischer ]
  * New upstream release.

  [ Héctor Orón Martínez ]
  * debian/patches/0008-Python-3.7-compat-issues-4852.patch: new
    (Closes: #902900)

  [ Michael Fladischer ]
  * debian/patches/0008-Added-compatibility-with-python-3.7-4902.patch
    new.

  [ Mattia Rizzolo ]
  * Add patch from Matthias Klose to skip two failing tests with py3.7.

 -- Mattia Rizzolo <mattia@debian.org>  Wed, 26 Sep 2018 13:17:25 +0200

celery (4.2.0-1) unstable; urgency=low

  * New upstream release.
  * Replace debian/upstream-signing-key.pgp with debian/upstream/signing-
    key.asc.
  * Refresh patches.
  * Bump minimum kombu version to 4.2.0.
  * Add patch to remove upper version cap for pytest.
  * Bump Standards-Version to 4.1.4.
  * Remove async documentation from doc-base registration as it is no
    longer shipped by upstream.
  * Skip sphinx test as it fails and is not directly related to celery.
  * Fix spelling errors in patch descriptions as flagged by lintian.

 -- Michael Fladischer <fladi@debian.org>  Thu, 21 Jun 2018 16:51:21 +0200

celery (4.1.0-4) unstable; urgency=medium

  * Run upstream tests with pytest instead of nose. Closes: 888407.

 -- Brian May <bam@debian.org>  Tue, 03 Apr 2018 08:38:39 +1000

celery (4.1.0-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Michael Fladischer ]
  * Add patch to disable pytest (>=3.3) log capturing to avoid changing
    log handlers (Closes: #892640).
  * Bump debhelper compatibility and version to 11.
  * Bump Standards-Version to 4.1.3.
  * Enable autopkgtest-pkg-python testsuite.
  * Always use pristine-tar.

 -- Michael Fladischer <fladi@debian.org>  Wed, 28 Mar 2018 21:32:57 +0200

celery (4.1.0-2) unstable; urgency=low

  * Add python(3)-ephem to Depends to allow for solar based schedules.
  * Pick upstream patch to fix solar based scheduler.
  * Refresh patches.

 -- Michael Fladischer <fladi@debian.org>  Wed, 15 Nov 2017 14:58:01 +0100

celery (4.1.0-1) unstable; urgency=low

  * Upload to unstable (Closes: #872270).
  * Run wrap-and-sort -bast to reduce diff size of future changes.
  * Build documentation in override_dh_sphinxdoc.
  * Clean up modified files to allow two builds in a row.
  * Bump Standards-Version to 4.1.1.
  * Drop X-Python* headers.
  * Install all process management integrations as examples in python-
    celery-common.
  * Use https:// for uscan URL.
  * Drop celeryd binary package.

 -- Michael Fladischer <fladi@debian.org>  Wed, 08 Nov 2017 09:04:37 +0100

celery (4.1.0-1~exp1) experimental; urgency=low

  [ Michael Fladischer ]
  * New upstream release.
  * Add new upstream signing key.
  * Refresh patches for 4.1.0.
  * Bump Standards-Version to 4.0.0.
  * Fix documentation build:
    - Switch to python2-sphinx.
    - Add python2-sphinx-celery to Build-Depends.
    - Bump versioned dependency on kombu.
    - Update doc-base registration.
  * Fix built-time tests by adding missing packages to Build-Depends:
    - python(3)-pytest
    - python(3)-case
    - python(3)-eventlet
    - python(3)-vine
  * Clean up modified files to allow two builds in a row.
  * Remove entrypoint wrappers missing from upstream:
    - celeryd
    - celerybeat
    - celery-multi
  * Reformat packaging files with cme for better readability.
  * Add patch disabling intersphinx to prevent network requests during
    build.

  [ Brian May ]
  * Apply upstream patch to allow Sphinx to strip memory addresses.
    Closes: #868808.

 -- Michael Fladischer <fladi@debian.org>  Mon, 31 Jul 2017 17:46:38 +0200

celery (3.1.23-7) unstable; urgency=medium

  * Fix bashisms in initd scripts. Closes: #858298.

 -- Brian May <bam@debian.org>  Thu, 30 Mar 2017 07:55:02 +1100

celery (3.1.23-6) unstable; urgency=medium

  * Change celeryd to depend on python-celery-common instead of python-celery.
    Closes: #858305.
  * Add celeryd depends on lsb-base.

 -- Brian May <bam@debian.org>  Fri, 24 Mar 2017 17:00:36 +1100

celery (3.1.23-5) unstable; urgency=medium

  * Move celeryd to admin section. Closes: #832192.

 -- Brian May <bam@debian.org>  Sun, 31 Jul 2016 16:19:29 +1000

celery (3.1.23-4) unstable; urgency=medium

  * Update standards version to 3.9.8
  * Fix su invocation. Closes: #824786.

 -- Brian May <bam@debian.org>  Wed, 25 May 2016 18:09:45 +1000

celery (3.1.23-2) unstable; urgency=medium

  * Update dependencies. Closes: #823720.

 -- Brian May <bam@debian.org>  Mon, 09 May 2016 11:11:06 +1000

celery (3.1.23-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Fixed VCS URL

  [ Brian May ]
  * New upstream release.

 -- Brian May <bam@debian.org>  Sun, 17 Apr 2016 19:17:26 +1000

celery (3.1.20-1) unstable; urgency=low

  * New upstream release.
  * Reverse dependencies between python(3)-celery and python-celery-common as
    the later only provides supplemental tools depending on the actual
    implementation.
  * Refresh patch to remove external assets from documentation.
  * Bump all dependencies on billiard to >= 3.3.0.22.
  * Bump all dependencies on kombu to >= 3.0.33.
  * Demote python-kombu-doc to an unversioned Build-Depends.
  * Use https in Vcs-Git field.

 -- Michael Fladischer <fladi@debian.org>  Mon, 01 Feb 2016 10:49:26 +0100

celery (3.1.19-3) unstable; urgency=medium

  * Requires python-billiard 3.3.0.21 or later. Closes: #810899.

 -- Brian May <bam@debian.org>  Thu, 14 Jan 2016 11:06:44 +1100

celery (3.1.19-2) unstable; urgency=medium

  * Fix debian/copyright. Closes: #803117.

 -- Brian May <bam@debian.org>  Mon, 30 Nov 2015 12:55:10 +1100

celery (3.1.19-1) unstable; urgency=medium

  * New upstream release.
  * Add 0007-Update-license.patch from upstream. Closes: #803117.

 -- Brian May <bam@debian.org>  Thu, 19 Nov 2015 10:33:01 +1100

celery (3.1.18-3) unstable; urgency=medium

  * Add 0007-Improve-the-magic-module-check-Closes-801640.patch from upstream
    to fix magic module check (Closes: #801640).
  * Add 0008-ci-Tests-passing-on-Python-3.5.patch from upstream to make tests
    pass on Python3.5.
  * Update Vcs fields for git migration.
  * Initialize git-dpm.
  * Bump debhelper compatibility and version to 9.

 -- Michael Fladischer <fladi@debian.org>  Fri, 16 Oct 2015 18:47:46 +0200

celery (3.1.18-2) unstable; urgency=medium

  * Add fix_test_typos.patch to fix misspelled method names in unit
    tests (Closes: #795393).

 -- Michael Fladischer <fladi@debian.org>  Thu, 13 Aug 2015 21:07:36 +0200

celery (3.1.18-1) unstable; urgency=medium

  * New upstream release (Closes: #762963).
  * Drop fix-tests patch since the certificate expiration test is now
    skipped by upstream.
  * Refresh patches.
  * Bump dependencies on python(3)-kombu to >= 3.0.24.
  * Source /lib/lsb/init-functions in all init scripts.
  * Drop XS-Testsuite as dpkg can now do autodetection.
  * Add X-Python3-Version for versions => 3.3.
  * Change my email address to fladi@debian.org.

 -- Michael Fladischer <fladi@debian.org>  Wed, 20 May 2015 16:01:03 +0200

celery (3.1.13-3) unstable; urgency=low

  * Drop unnecessary versioned dependencies for packages:
    + python-billiard
    + python3-billiard
    + python3-dateutil
    + python3-kombu
  * Remove python3-sphinx from Build-Depends as it is never used.
  * Rename licenses in d/copyright to conform to version 1.0 machine-
    readable names.
  * Update years and names/mail-adresses in d/copyright.
  * Move manpages to python-celery-common package.
  * Move supervisor configuration example to python-celery-common
    package.
  * Install README.rst as documentation in python3-celery package.
  * Bump Standards-Version to 3.9.6.
  * Specify unique descriptions for each package.
  * Add DEP3 header to fix_tests patch.
  * Remove unused license section for BSD-3-clause after pool.py has
    been dropped by upstream.
  * Do not install manpages for scripts that are no longer present.
  * Line-wrap fields in d/control.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 21 Oct 2014 15:59:31 +0200

celery (3.1.13-2) unstable; urgency=low

  [Brian May]
  * Remove version requirement in wrappers. Closes: #758640.
  * Add breaks/replaces for python-celery-common as it now contains files
    formally in python-celery.

  [Michael Fladischer]
  * Remove PHONY target declarations in d/rules.

 -- Brian May <bam@debian.org>  Thu, 21 Aug 2014 09:03:40 +1000

celery (3.1.13-1) unstable; urgency=low

  * New upstream version.

 -- Brian May <bam@debian.org>  Mon, 18 Aug 2014 13:30:19 +1000

celery (3.1.12-2) unstable; urgency=medium

  [ Michael Fladischer ]
  * Drop python-cl from Depends and Build-Depends as it is no longer needed.

  [ Brian May ]
  * Python3 package. Closes: #753555.
  * Change certificate test, as test certificate has expired. Closes: #757897.

 -- Brian May <bam@debian.org>  Wed, 13 Aug 2014 12:13:59 +1000

celery (3.1.12-1) unstable; urgency=low

  * New upstream release.
  * Drop python-sphinxcontrib.issuetracker from Build-Depends as it is no
    longer needed (Closes: #750528).
  * Bump Depends and Build-Depends for kombu to 3.0.19.
  * Add autopkgtest that runs the upstream test suite against the installed
    packages.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 24 Jun 2014 22:37:27 +0200

celery (3.1.11-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Check PGP signature on upstream tarball:
    + Add signature URL to debian/watch.
    + Include upstream public PGP key 030A2708.
    + Allow debian/upstream-signing-key.pgp to be included as a binary.
  * Replace duplicate file in documentation with symlink.
  * Bump Build-Depends and Depends for python-billiard to (>= 3.3.0.17).
  * Bump Build-Depends and Depends for python-kombu to (>= 3.0.15).
  * Update files in celery.egg-info to be cleaned.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Wed, 23 Apr 2014 15:31:00 +0200

celery (3.1.9-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Drop fix_dependencies.patch, as it is no longer needed.
  * Add privacy.patch to drop external assets from documentation.
  * Bump Build-Depends and Depends on python-billiard to >= 3.3.15.
  * Bump Build-Depends and Depends on python-kombu to >= 3.0.12.
  * Manually copy logo image to documentation as it does not get picked up by
    sphinx automatically.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 11 Feb 2014 13:33:47 +0100

celery (3.1.6-1) unstable; urgency=low

  [ Michael Fladischer ]
  * New upstream release (Closes: #711338).
  * Bump Standards version to 3.9.5.
  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
    and build-indep targets.
  * Add build dependency on python-openssl to enable more tests.
  * Add drop_downgrade.patch to remove upstream celery.app detection and
    removal code.
  * Add disable_unstable_tests.patch to disable randomly failing test.
  * Add fix_test_crontab_is_due.patch to fix timeshifts in tests.
  * Add locales to Build-Depends so LC_ALL=C.UTF-8 can be used.
  * Make Build-Depends on python-mock versioned with (>= 1.0.1).
  * Use LC_ALL=C.UTF-8 when running tests.
  * Refresh existing patches.
  * Install upstream changelog.
  * Update upstream homepage URL to the official one.
  * celeryd:
    + Move daemon management scripts to the separate celeryd package.
    + Document change in NEWS.
    + Install init scripts from extra instead of contrib.
    + Move default file from python-celery to celeryd package.
    + Move postinst and postrm files from python-celery to celeryd package.
    + Breaks python-celery (<< 3.0.24-1) to avoid file conflicts.
    + Do not define CELERYD_PID_FILE in /etc/default/celeryd to enable
      automatic generation by init.d script.
    + Drop init.d/celeryevcam as it is no longer shipped by upstream.
  * python-celery
    + Install supervisord from extra instead of contrib.
    + Add versioned dependency on python-billiard.
    + Bump dependency on python-kombu(-doc) to >= 2.5.15.
    + Add dependency on python-tz.
    + Drop depenceny on python-amqplib, it has been replaced by
      python-amqp/python-librabbitmq in python-kombu.
    + Drop dependency on python-anyjson, as it is required by python-kombu which
      already has it set as a versioned dependency.
    + Install celery.1 manpage.
    + Suggest python-celery-doc.
  * python-celery-doc
    + Adapt filenames in d/docs to new upstream names.
    + Update directories in doc-base.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Sun, 15 Dec 2013 20:58:41 +0100

celery (2.5.3-4) unstable; urgency=low

  * Unconditionally remove /var/log/celery on purge.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Fri, 01 Mar 2013 12:17:32 +0100

celery (2.5.3-3) unstable; urgency=low

  * Remove logfiles during purge if user and group are removed.
  * Use /nonexistant as $HOME for user celery.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 12 Feb 2013 08:57:59 +0100

celery (2.5.3-2) unstable; urgency=low

  * Create user celery in maintainer scripts (Closes: #697195).
  * Update year in d/copyright.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Sun, 13 Jan 2013 19:10:12 +0100

celery (2.5.3-1) unstable; urgency=low

  * New upstream release.
  * Bump dependencies on kombu to (>= 2.1.5).
  * Update patches to remove nose-cover3.
  * Enable init scripts.
  * Update DEP-5 URL to 1.0.
  * Bump to standards version 3.9.3.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 27 Feb 2012 14:58:29 +0100

celery (2.4.6-1) unstable; urgency=low

  * New upstream release.
    Fixes: CVE-2011-4356
  * Update copyright to 2012.

 -- Michael Fladischer <FladischerMichael@fladi.at>  Mon, 02 Jan 2012 12:45:47 +0100

celery (2.4.5-1) unstable; urgency=low

  * Initial release (Closes: #526350)

 -- Michael Fladischer <FladischerMichael@fladi.at>  Tue, 27 Dec 2011 11:57:41 +0100