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.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0cd795f6ad0c
branches:  trunk
changeset: 455927:0cd795f6ad0c
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 14 20:15:38 2021 +0000

description:
py-kombu: updated to 5.1.0

5.1.0
Fix queue names special characters replacement for Azure Service Bus.
Add support for SQLAlchemy 1.4.
Coerce seconds argument to a floating point number in Timer.enter_after.
Add accept parameter to SimpleQueue class.
prepare_accept_content() now raises SerializerNotInstalled instead of KeyError.

5.1.0b1
Wheels are no longer universal.
Revert “Added redis transport key_prefix from envvars”.
Redis Transport: Small improvements of SentinelChannel
Fix pidbox not using default channels.
Revert “on worker restart - restore visible regardless to time
Add vine to dependencies.
Pin urllib3<1.26 to fix failing unittests.
Add timeout to producer publish
Remove python2 compatibility code
redis: Support Sentinel with SSL.
Support for Azure Service Bus 7.0.0
Allow specifying session token
kombu/asynchronous/http/curl: implement _set_timeout.
Disable namedtuple to object feature in simplejson
Update to tox docker 2.0.
SQS back-off policy
Fixed SQS unittests.
Fix: non kombu json message decoding in SQS transport
Add Github Actions CI
Update default pickle protocol version to 4
Update connection.py
Drop support for the lzma backport.
Drop obsolete code importing pickle
Update default login method for librabbitmq and pyamqp
SQS Broker - handle STS authentication with AWS
Min py-amqp version is v5.0.6
Numerous docs & example fixes.
Use a thread-safe implementation of cached_property

diffstat:

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

diffs (27 lines):

diff -r e769454cc06c -r 0cd795f6ad0c net/py-kombu/Makefile
--- a/net/py-kombu/Makefile     Wed Jul 14 18:38:58 2021 +0000
+++ b/net/py-kombu/Makefile     Wed Jul 14 20:15:38 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2021/05/08 06:01:18 adam Exp $
+# $NetBSD: Makefile,v 1.31 2021/07/14 20:15:38 adam Exp $
 
-DISTNAME=      kombu-5.0.2
+DISTNAME=      kombu-5.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=k/kombu/}
diff -r e769454cc06c -r 0cd795f6ad0c net/py-kombu/distinfo
--- a/net/py-kombu/distinfo     Wed Jul 14 18:38:58 2021 +0000
+++ b/net/py-kombu/distinfo     Wed Jul 14 20:15:38 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2021/05/07 18:00:35 adam Exp $
+$NetBSD: distinfo,v 1.26 2021/07/14 20:15:38 adam Exp $
 
-SHA1 (kombu-5.0.2.tar.gz) = 2ba573c2595358986651e6ddd87d9f0a3ef7d896
-RMD160 (kombu-5.0.2.tar.gz) = 0cc65d5d36c8b6d469e865e4625b19bb52ae3789
-SHA512 (kombu-5.0.2.tar.gz) = e9d97c65d2a4f50adde367197661bd49e235a8f8a3de65f7725be89d5c9921c6ad59b752c188292ba3d05cd98c9d7930f2f1061bc8c9503082af941c755448d2
-Size (kombu-5.0.2.tar.gz) = 406267 bytes
+SHA1 (kombu-5.1.0.tar.gz) = 7238b31322ea1a3ea92898b5cdfadb2c270699a2
+RMD160 (kombu-5.1.0.tar.gz) = 7c127c0d74e037b6bd4f2095cfa4c3fb441efb6c
+SHA512 (kombu-5.1.0.tar.gz) = 62ef16e8e3fb592882b8060f29b95e7224ba635132ed688eece0c2d254e7f7fb525c778cac23f15495464c6dbcf84d7a1372fde6f55fcfe66677cf43d3e9d4de
+Size (kombu-5.1.0.tar.gz) = 416353 bytes


Home | Main Index | Thread Index | Old Index