pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-kombu py-kombu: updated to 5.2.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ed4fae0dc19
branches:  trunk
changeset: 381642:0ed4fae0dc19
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 11 08:43:01 2022 +0000

description:
py-kombu: updated to 5.2.4

5.2.4
Allow getting recoverable_connection_errors without an active transport.
Prevent KeyError: ‘purelib’ by removing INSTALLED_SCHEME hack from setup.py.
Revert “try pining setuptools
Fix issue 789: Async http code not allowing for proxy config
Fix The incorrect times of retrying.
Set redelivered property for Celery with Redis
Remove use of OrderedDict in various places
Warn about missing hostname only when default one is available
All supported versions of Python define __package__.
Added global_keyprefix support for pubsub clients
try pytest 7
Add an option to not base64-encode SQS messages.
Fix SQS extract_task_name message reference.

diffstat:

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

diffs (34 lines):

diff -r a623f61e4149 -r 0ed4fae0dc19 net/py-kombu/Makefile
--- a/net/py-kombu/Makefile     Mon Jul 11 08:39:57 2022 +0000
+++ b/net/py-kombu/Makefile     Mon Jul 11 08:43:01 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2022/02/15 14:37:06 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2022/07/11 08:43:01 adam Exp $
 
-DISTNAME=      kombu-5.2.3
+DISTNAME=      kombu-5.2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kombu/}
@@ -10,7 +10,7 @@
 COMMENT=       Messaging framework for Python
 LICENSE=       modified-bsd
 
-DEPENDS+=      ${PYPKGPREFIX}-amqp>=5.0.0:../../net/py-amqp
+DEPENDS+=      ${PYPKGPREFIX}-amqp>=5.0.9:../../net/py-amqp
 DEPENDS+=      ${PYPKGPREFIX}-vine-[0-9]*:../../devel/py-vine
 TEST_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0:../../devel/py-test
diff -r a623f61e4149 -r 0ed4fae0dc19 net/py-kombu/distinfo
--- a/net/py-kombu/distinfo     Mon Jul 11 08:39:57 2022 +0000
+++ b/net/py-kombu/distinfo     Mon Jul 11 08:43:01 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2022/02/15 14:37:06 wiz Exp $
+$NetBSD: distinfo,v 1.30 2022/07/11 08:43:01 adam Exp $
 
-BLAKE2s (kombu-5.2.3.tar.gz) = 6cad2a61a7b151f467dc0e246a17bc390e9289e23c25f8dd4d4cedd777d85119
-SHA512 (kombu-5.2.3.tar.gz) = 0e882063e89a25d324ccdf8745f11e1ea51443cc9a80b215e7f31c85053411cf1d5f26b5ffcd52165a15827ee036300a69a8a192af60d975a495a5a0b5ce3954
-Size (kombu-5.2.3.tar.gz) = 421943 bytes
+BLAKE2s (kombu-5.2.4.tar.gz) = 7897776b8a7fc09f40e1827b36901b5d7fc0d582f0d38fea6a232c17960d4600
+SHA512 (kombu-5.2.4.tar.gz) = 695813bee71d627649e772b45b25494784a6a81bcad92331160705e34d8b2268fa90629983ebcfd04ec23208508d422f1834cc56895532911602d58ec0090a03
+Size (kombu-5.2.4.tar.gz) = 423450 bytes


Home | Main Index | Thread Index | Old Index