pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-celery py-celery: updated to 5.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d31a3c3889c
branches:  trunk
changeset: 455928:1d31a3c3889c
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 14 20:20:30 2021 +0000

description:
py-celery: updated to 5.1.2

5.1.2
When chords fail, correctly call errbacks.

We had a special case for calling errbacks when a chord failed which assumed they were old style. This change ensures that we call the proper errback dispatch method which understands new and old 
style errbacks, and adds test to confirm that things behave as one might expect now.

Avoid using the Event.isSet() deprecated alias.

Reintroduce sys.argv default behaviour for Celery.start().

5.1.1
Fix --pool=threads support in command line options parsing.
Fix LoggingProxy.write() return type.
Couchdb key is now always coerced into a string.
grp is no longer imported unconditionally.
This fixes a regression in 5.1.0 when running Celery in non-unix systems.
Ensure regen utility class gets marked as done when concertised.
Preserve call/errbacks of replaced tasks.
Use single-lookahead for regen consumption.
Revoked tasks are no longer incorrectly marked as retried.
5.1.0
celery -A app events -c camera now works as expected.
Bump minimum required Kombu version to 5.1.0.

5.1.0rc1
Celery Mailbox accept and serializer parameters are initialized from configuration.
Error propagation and errback calling for group-like signatures now works as expected.
Fix sanitization of passwords in sentinel URIs.
Add LOG_RECEIVED to customize logging.

diffstat:

 net/py-celery/Makefile |   6 +++---
 net/py-celery/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 0cd795f6ad0c -r 1d31a3c3889c net/py-celery/Makefile
--- a/net/py-celery/Makefile    Wed Jul 14 20:15:38 2021 +0000
+++ b/net/py-celery/Makefile    Wed Jul 14 20:20:30 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.19 2021/05/07 18:02:57 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/07/14 20:20:30 adam Exp $
 
-DISTNAME=      celery-5.0.5
+DISTNAME=      celery-5.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/celery/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      http://www.celeryproject.org/
+HOMEPAGE=      https://docs.celeryproject.org/
 COMMENT=       Asynchronous task/job queue based on distributed message passing
 LICENSE=       modified-bsd
 
diff -r 0cd795f6ad0c -r 1d31a3c3889c net/py-celery/distinfo
--- a/net/py-celery/distinfo    Wed Jul 14 20:15:38 2021 +0000
+++ b/net/py-celery/distinfo    Wed Jul 14 20:20:30 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2021/05/07 18:02:57 adam Exp $
+$NetBSD: distinfo,v 1.13 2021/07/14 20:20:30 adam Exp $
 
-SHA1 (celery-5.0.5.tar.gz) = e793c7ac25a267fc9b37b39c06b854cb9b90235a
-RMD160 (celery-5.0.5.tar.gz) = 079351be2b931ce18b96ca9acf293892e15ff12c
-SHA512 (celery-5.0.5.tar.gz) = cb941e80dd9084a686f5a712abb23993ba8d255962529d6987cf135c38bfc4b80073704be2f6bb1dd23fb219a5b8aaa69dff05da1741144ec615177295413501
-Size (celery-5.0.5.tar.gz) = 1426433 bytes
+SHA1 (celery-5.1.2.tar.gz) = 57e85650d10e3bcd3d67f84d0e8c7b4fbe399d1d
+RMD160 (celery-5.1.2.tar.gz) = c4ca57558a632ddf116f62b0d8e4669fccbdad18
+SHA512 (celery-5.1.2.tar.gz) = c8f8d8dd4cc23a62ed3eea9b5388865993aee940730d4c672ae24c1b017466b0de6f422c7cb3b1bb2a4e33459a0d2447f9a42e59ee949fda56f3032298402a71
+Size (celery-5.1.2.tar.gz) = 1457540 bytes



Home | Main Index | Thread Index | Old Index