pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-celery
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 14 20:20:30 UTC 2021
Modified Files:
pkgsrc/net/py-celery: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/py-celery/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/py-celery/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-celery/Makefile
diff -u pkgsrc/net/py-celery/Makefile:1.19 pkgsrc/net/py-celery/Makefile:1.20
--- pkgsrc/net/py-celery/Makefile:1.19 Fri May 7 18:02:57 2021
+++ pkgsrc/net/py-celery/Makefile Wed Jul 14 20:20:30 2021
@@ -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
Index: pkgsrc/net/py-celery/distinfo
diff -u pkgsrc/net/py-celery/distinfo:1.12 pkgsrc/net/py-celery/distinfo:1.13
--- pkgsrc/net/py-celery/distinfo:1.12 Fri May 7 18:02:57 2021
+++ pkgsrc/net/py-celery/distinfo Wed Jul 14 20:20:30 2021
@@ -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