summaryrefslogtreecommitdiff
path: root/net/py-kombu
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-07-11 08:43:01 +0000
committeradam <adam@pkgsrc.org>2022-07-11 08:43:01 +0000
commitd8e79ef57d9009dbd82c2b67d95ee0505993ae41 (patch)
tree84bbbe92f355cbafc480b720923bd9c8945c1bb4 /net/py-kombu
parent478378f8a92e64e61436b6f5c6eb4b23f14c78b7 (diff)
downloadpkgsrc-d8e79ef57d9009dbd82c2b67d95ee0505993ae41.tar.gz
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 (limited to 'net/py-kombu')
-rw-r--r--net/py-kombu/Makefile6
-rw-r--r--net/py-kombu/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile
index 4a40365294d..07cc1dfa817 100644
--- a/net/py-kombu/Makefile
+++ b/net/py-kombu/Makefile
@@ -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 @@ HOMEPAGE= https://kombu.readthedocs.io/
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 --git a/net/py-kombu/distinfo b/net/py-kombu/distinfo
index 5c6e1c6b7d6..91e812d4754 100644
--- a/net/py-kombu/distinfo
+++ b/net/py-kombu/distinfo
@@ -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