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 4.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c08fdd6c786
branches: trunk
changeset: 329668:8c08fdd6c786
user: adam <adam%pkgsrc.org@localhost>
date: Wed Feb 13 16:24:15 2019 +0000
description:
py-kombu: updated to 4.3.0
4.3.0:
- Added Python 3.7 support.
- Avoid caching queues which are declared with a TTL.
Queues that are declared with a TTL are now also be excluded from the
in-memory cache in case they expire between publishes on the same channel.
- Added an index to the Message table for the SQLAlchemy transport.
The index allows to effectively sorting the table by the message's timestamp.
- Added a timeout that limits the amount of time we retry
to reconnect to a transport.
- :class:celery.asynchronous.hub.Hub is now reentrant.
This allows calling :func:celery.bin.celery.main to revive a worker in
the same process after rescuing from shutdown (:class:SystemExit).
- Queues now accept string exchange names as arguments as documented.
Tests were added to avoid further regressions.
- Specifying names for broadcast queues now work as expected.
Previously, named broadcast queues did not create multiple queues per worker.
They incorrectly declared the named queue which resulted in one queue per
fanout exchange, thus missing the entire point of a fanout exchange.
The behavior is now matched to unnamed broadcast queues.
- When initializing the Redis transport in conjunction with gevent
restore all unacknowledged messages to queue.
- Allow :class:kombu.simple.SimpleQueue to pass queue_arguments to Queue object.
This allows :class:kombu.simple.SimpleQueue to connect to RabbitMQ queues with
custom arguments like 'x-queue-mode'='lazy'.
- Add support for 'rediss' scheme for secure Redis connections.
The rediss scheme defaults to the least secure form, as
there is no suitable default location for ca_certs. The recommendation
would still be to follow the documentation and specify broker_use_ssl if
coming from celery.
- Added the Azure Storage Queues transport.
The transport is implemented on top of Azure Storage
Queues. This offers a simple but scalable and low-cost PaaS
transport for Celery users in Azure. The transport is intended to be
used in conjunction with the Azure Block Blob Storage backend.
- Added the Azure Service Bus transport.
The transport is implemented on top of Azure Service Bus and
offers PaaS support for more demanding Celery workloads in Azure.
The transport is intended to be used in conjunction with the Azure
CosmosDB backend.
- Drop remaining mentions of Jython support completely.
- When publishing messages to the Pidbox, retry if an error occurs.
- Fix infinite loop in :method:kombu.asynchronous.hub.Hub.create_loop.
- Worker shutdown no longer duplicates messages when using the SQS broker.
- When using the SQS broker, prefer boto's default region before our hardcoded default.
- Fixed closing of shared redis sockets which previously caused Celery to hang.
- the Pyro_ transport (:mod:kombu.transport.pyro) now works with
recent Pyro versions. Also added a Pyro Kombu Broker that this transport
needs for its queues.
- Handle non-base64-encoded SQS messages.
- Move the handling of Sentinel failures to the redis library itself.
Previously, Redis Sentinel worked only if the first node's sentinel
service in the URI was up. A server outage would have caused downtime.
- When using Celery and the pickle serializer with binary data as part of the
payload, UnicodeDecodeError would be raised as the content was not utf-8.
We now replace on errors.
- Allow setting :method:boto3.sqs.create_queue Attributes via transport_options.
- Fixed infinite loop when entity.channel is replaced by revive() on connection
drop.
- Added optional support for Brotli compression.
- When using the SQS broker, FIFO queues with names that ended with the 'f' letter
were incorrectly parsed. This is now fixed.
- Added optional support for LZMA compression.
- Added optional support for ZStandard compression.
- Require py-amqp 2.4.0 as the minimum version.
- The value of DISABLE_TRACEBACKS environment variable is now respected on debug, info
and warning logger level.
diffstat:
net/py-kombu/Makefile | 6 +++---
net/py-kombu/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 3cb5066f375f -r 8c08fdd6c786 net/py-kombu/Makefile
--- a/net/py-kombu/Makefile Wed Feb 13 16:20:01 2019 +0000
+++ b/net/py-kombu/Makefile Wed Feb 13 16:24:15 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/12/16 14:38:18 adam Exp $
+# $NetBSD: Makefile,v 1.20 2019/02/13 16:24:15 adam Exp $
-DISTNAME= kombu-4.2.2
+DISTNAME= kombu-4.3.0
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>=2.1.4:../../net/py-amqp
+DEPENDS+= ${PYPKGPREFIX}-amqp>=2.4.0:../../net/py-amqp
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.10:../../textproc/py-yaml
TEST_DEPENDS+= ${PYPKGPREFIX}-Pyro-[0-9]*:../../devel/py-test
TEST_DEPENDS+= ${PYPKGPREFIX}-case>=1.5.2:../../devel/py-case
diff -r 3cb5066f375f -r 8c08fdd6c786 net/py-kombu/distinfo
--- a/net/py-kombu/distinfo Wed Feb 13 16:20:01 2019 +0000
+++ b/net/py-kombu/distinfo Wed Feb 13 16:24:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2018/12/16 14:38:18 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/02/13 16:24:15 adam Exp $
-SHA1 (kombu-4.2.2.tar.gz) = ff52a7605041cf3a1c62b6c584644611faafc9e7
-RMD160 (kombu-4.2.2.tar.gz) = ecf125ebadc134978af3f4154f8c4055e8ceb460
-SHA512 (kombu-4.2.2.tar.gz) = 3336a190eadadd4c279233919a0d4849243c6799c002529aa78a9d625678d6c088709e889c12ad9beedd5fe5efcd9b62bfce8ad560ea86ad652e84d9433c5c75
-Size (kombu-4.2.2.tar.gz) = 425735 bytes
+SHA1 (kombu-4.3.0.tar.gz) = 45bb35b627da4d80d380283974fb166ab518ce93
+RMD160 (kombu-4.3.0.tar.gz) = 2e437a54129ee0eea85491cb370c2e760620397a
+SHA512 (kombu-4.3.0.tar.gz) = dba44dc802907b0eac8b9dbce427691fc285ee9c343f484ad37ffca564d6c07275bea5c2a4b7e763d441c10c7289a91680e4e310f5b55b8d744448045014b477
+Size (kombu-4.3.0.tar.gz) = 429400 bytes
Home |
Main Index |
Thread Index |
Old Index