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:           Fri Apr  5 12:55:50 UTC 2019

Modified Files:
        pkgsrc/net/py-celery: ALTERNATIVES Makefile PLIST distinfo
        pkgsrc/net/py-celery/patches: patch-requirements_test.txt
Removed Files:
        pkgsrc/net/py-celery/patches: patch-celery_backends_redis.py
            patch-celery_backends_rpc.py

Log Message:
py-celery: updated to 4.3.0

4.3.0:
- Added support for broadcasting using a regular expression pattern
  or a glob pattern to multiple Pidboxes.
- Added support for PEP 420 namespace packages.
- Added :setting:acks_on_failure_or_timeout as a setting instead of
  a task only option.
- Added the :signal:task_received signal.
- Fixed a crash of our CLI that occurred for everyone using Python < 3.6.
- Fixed a crash that occurred when using the Redis result backend
  while the :setting:result_expires is set to None.
- Added support the DNS seedlist connection format for the MongoDB result backend.
- Bump the minimum eventlet version to 0.24.1.
- Replace the msgpack-python package with msgpack.
- Allow scheduling error handlers which are not registered tasks in the current
  worker.
- Additional fixes and enhancements to the SSL support of
  the Redis broker and result backend.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-celery/ALTERNATIVES
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/py-celery/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-celery/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-celery/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/py-celery/patches/patch-celery_backends_redis.py \
    pkgsrc/net/py-celery/patches/patch-celery_backends_rpc.py
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/net/py-celery/patches/patch-requirements_test.txt

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/ALTERNATIVES
diff -u pkgsrc/net/py-celery/ALTERNATIVES:1.3 pkgsrc/net/py-celery/ALTERNATIVES:1.4
--- pkgsrc/net/py-celery/ALTERNATIVES:1.3       Mon Jun 18 07:15:17 2018
+++ pkgsrc/net/py-celery/ALTERNATIVES   Fri Apr  5 12:55:50 2019
@@ -1 +1 @@
-bin/celery @PREFIX@/bin/celery@PYVERSSUFFIX@
+bin/celery @PREFIX@/bin/celery-@PYVERSSUFFIX@

Index: pkgsrc/net/py-celery/Makefile
diff -u pkgsrc/net/py-celery/Makefile:1.15 pkgsrc/net/py-celery/Makefile:1.16
--- pkgsrc/net/py-celery/Makefile:1.15  Tue Aug  7 08:41:26 2018
+++ pkgsrc/net/py-celery/Makefile       Fri Apr  5 12:55:50 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/08/07 08:41:26 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/04/05 12:55:50 adam Exp $
 
-DISTNAME=      celery-4.2.1
+DISTNAME=      celery-4.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/celery/}
@@ -22,7 +22,8 @@ pre-configure:
        cd ${WRKSRC}/celery/backends && ${MV} async.py asynchronous.py || ${TRUE}
 
 post-install:
-       cd ${DESTDIR}${PREFIX}/bin && ${MV} celery celery${PYVERSSUFFIX} || ${TRUE}
+       cd ${DESTDIR}${PREFIX}/bin && \
+       ${MV} celery celery-${PYVERSSUFFIX} || ${TRUE}
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/py-celery/PLIST
diff -u pkgsrc/net/py-celery/PLIST:1.4 pkgsrc/net/py-celery/PLIST:1.5
--- pkgsrc/net/py-celery/PLIST:1.4      Fri Jul  6 07:51:21 2018
+++ pkgsrc/net/py-celery/PLIST  Fri Apr  5 12:55:50 2019
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.4 2018/07/06 07:51:21 adam Exp $
-bin/celery${PYVERSSUFFIX}
+@comment $NetBSD: PLIST,v 1.5 2019/04/05 12:55:50 adam Exp $
+bin/celery-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -79,9 +79,15 @@ ${PYSITELIB}/celery/backends/__init__.py
 ${PYSITELIB}/celery/backends/amqp.py
 ${PYSITELIB}/celery/backends/amqp.pyc
 ${PYSITELIB}/celery/backends/amqp.pyo
+${PYSITELIB}/celery/backends/arangodb.py
+${PYSITELIB}/celery/backends/arangodb.pyc
+${PYSITELIB}/celery/backends/arangodb.pyo
 ${PYSITELIB}/celery/backends/asynchronous.py
 ${PYSITELIB}/celery/backends/asynchronous.pyc
 ${PYSITELIB}/celery/backends/asynchronous.pyo
+${PYSITELIB}/celery/backends/azureblockblob.py
+${PYSITELIB}/celery/backends/azureblockblob.pyc
+${PYSITELIB}/celery/backends/azureblockblob.pyo
 ${PYSITELIB}/celery/backends/base.py
 ${PYSITELIB}/celery/backends/base.pyc
 ${PYSITELIB}/celery/backends/base.pyo
@@ -94,6 +100,9 @@ ${PYSITELIB}/celery/backends/cassandra.p
 ${PYSITELIB}/celery/backends/consul.py
 ${PYSITELIB}/celery/backends/consul.pyc
 ${PYSITELIB}/celery/backends/consul.pyo
+${PYSITELIB}/celery/backends/cosmosdbsql.py
+${PYSITELIB}/celery/backends/cosmosdbsql.pyc
+${PYSITELIB}/celery/backends/cosmosdbsql.pyo
 ${PYSITELIB}/celery/backends/couchbase.py
 ${PYSITELIB}/celery/backends/couchbase.pyc
 ${PYSITELIB}/celery/backends/couchbase.pyo
@@ -130,6 +139,9 @@ ${PYSITELIB}/celery/backends/riak.pyo
 ${PYSITELIB}/celery/backends/rpc.py
 ${PYSITELIB}/celery/backends/rpc.pyc
 ${PYSITELIB}/celery/backends/rpc.pyo
+${PYSITELIB}/celery/backends/s3.py
+${PYSITELIB}/celery/backends/s3.pyc
+${PYSITELIB}/celery/backends/s3.pyo
 ${PYSITELIB}/celery/beat.py
 ${PYSITELIB}/celery/beat.pyc
 ${PYSITELIB}/celery/beat.pyo

Index: pkgsrc/net/py-celery/distinfo
diff -u pkgsrc/net/py-celery/distinfo:1.9 pkgsrc/net/py-celery/distinfo:1.10
--- pkgsrc/net/py-celery/distinfo:1.9   Tue Aug  7 08:41:26 2018
+++ pkgsrc/net/py-celery/distinfo       Fri Apr  5 12:55:50 2019
@@ -1,9 +1,7 @@
-$NetBSD: distinfo,v 1.9 2018/08/07 08:41:26 adam Exp $
+$NetBSD: distinfo,v 1.10 2019/04/05 12:55:50 adam Exp $
 
-SHA1 (celery-4.2.1.tar.gz) = 1d1c125b8621b0ab4c90b4f094995581aaf9044f
-RMD160 (celery-4.2.1.tar.gz) = 36d9697dbc2c312ed0ae65b43e121db1c4980afd
-SHA512 (celery-4.2.1.tar.gz) = 474733200e0f6aadbfab5deeb43ee563618687792d43219ebc81a53084ad491cafa410d6bb56153c3d14c76d358ce119f0055ee9b6c31e6becfe8ddf2d2178ad
-Size (celery-4.2.1.tar.gz) = 1364075 bytes
-SHA1 (patch-celery_backends_redis.py) = bf2c356adf6cb79a7a0cfb4483a83352a472acbf
-SHA1 (patch-celery_backends_rpc.py) = efb7a2acda99b4f998aa1c34dec8a2ab631e2347
-SHA1 (patch-requirements_test.txt) = d2aa5524643e9804e72235cc1af0aa17123cf2b7
+SHA1 (celery-4.3.0.tar.gz) = a1dda6e867d34e7f9906f0e28a72c9442eba7bb1
+RMD160 (celery-4.3.0.tar.gz) = 6606e0b65d1f711802867400c03b28ec6b9f41d8
+SHA512 (celery-4.3.0.tar.gz) = 91dd16bd6c9544c76d84e468872e052bdf5e1737980a1a3baee914c75c88db44b9ac8de7ddc4278988ca6cb159496b6560cecd6bb51d6352725009e97d268afb
+Size (celery-4.3.0.tar.gz) = 1398430 bytes
+SHA1 (patch-requirements_test.txt) = 3ee245a0572cbec784362195848cdd1475744dd3

Index: pkgsrc/net/py-celery/patches/patch-requirements_test.txt
diff -u pkgsrc/net/py-celery/patches/patch-requirements_test.txt:1.1 pkgsrc/net/py-celery/patches/patch-requirements_test.txt:1.2
--- pkgsrc/net/py-celery/patches/patch-requirements_test.txt:1.1        Fri Jul  6 07:51:21 2018
+++ pkgsrc/net/py-celery/patches/patch-requirements_test.txt    Fri Apr  5 12:55:50 2019
@@ -1,10 +1,12 @@
-$NetBSD: patch-requirements_test.txt,v 1.1 2018/07/06 07:51:21 adam Exp $
+$NetBSD: patch-requirements_test.txt,v 1.2 2019/04/05 12:55:50 adam Exp $
 
 Allow newer pytest.
 
---- requirements/test.txt.orig 2018-05-21 08:01:42.000000000 +0000
+--- requirements/test.txt.orig 2019-03-27 10:38:49.000000000 +0000
 +++ requirements/test.txt
-@@ -1,2 +1,2 @@
+@@ -1,4 +1,4 @@
  case>=1.3.1
--pytest>=3.0,<3.3
-+pytest>=3.0
+-pytest>=4.3.1,<4.4.0
++pytest>=4.3.1
+ boto3>=1.4.6
+ moto==1.3.7



Home | Main Index | Thread Index | Old Index