summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2017-07-22 06:49:43 +0000
committeradam <adam@pkgsrc.org>2017-07-22 06:49:43 +0000
commit76e5d824a8dc784beb20ce303f655d69995f12a1 (patch)
tree2b65e04a22b267f30122a80bf583eed9a9901b89
parent23559e2a39d03a983fee679175574300e039fef6 (diff)
downloadpkgsrc-76e5d824a8dc784beb20ce303f655d69995f12a1.tar.gz
4.1.0
- SQS: Added support for long-polling on all supported queries. Fixed bug causing error on parsing responses with no retrieved messages from SQS. - Async hub: Fixed potential infinite loop while performing todo tasks - Qpid: Fixed bug where messages could have duplicate ``delivery_tag`` - MongoDB: Fixed problem with using ``readPreference`` option at pymongo 3.x. - Re-added support for :pypi:``SQLAlchemy`` - SQS: Fixed bug where hostname would default to ``localhost`` if not specified in settings. - Redis: Added support for reading password from transport URL - RabbitMQ: Ensured safer encoding of queue arguments. - Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if :func:``uuid.uuid3`` fails. - Fixed race condition and innacurrate timeouts for :class:``kombu.simple.SimpleBase`` - Zookeeper: Fixed last chroot character trimming - RabbitMQ: Fixed bug causing an exception when attempting to close an already-closed connection - Removed deprecated use of StopIteration in generators and invalid regex escape sequence. - Added Python 3.6 to CI testing. - SQS: Allowed endpoint URL to be specified in the boto3 connection. - SQS: Added support for Python 3.4. - SQS: ``kombu[sqs]`` now depends on :pypi:`boto3` (no longer using :pypi:`boto)`. - Adds support for Python 3.4+ - Adds support for FIFO queues - Avoids issues around a broken endpoints file - Zookeeper: Added support for delaying task with Python 3. - SQS: Fixed bug where :meth:`kombu.transport.SQS.drain_events` did not support callback argument - Fixed bug around modifying dictionary size while iterating over it - etcd: Added handling for :exc:`EtcdException` exception rather than :exc:`EtcdError`.
-rw-r--r--net/py-kombu/Makefile4
-rw-r--r--net/py-kombu/PLIST8
-rw-r--r--net/py-kombu/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile
index 8e993e4bc3f..368c3d998c9 100644
--- a/net/py-kombu/Makefile
+++ b/net/py-kombu/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2017/04/09 17:14:41 adam Exp $
+# $NetBSD: Makefile,v 1.16 2017/07/22 06:49:43 adam Exp $
-DISTNAME= kombu-4.0.2
+DISTNAME= kombu-4.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kombu/}
diff --git a/net/py-kombu/PLIST b/net/py-kombu/PLIST
index b5f39cf22df..6f805505107 100644
--- a/net/py-kombu/PLIST
+++ b/net/py-kombu/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/04/09 17:14:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/07/22 06:49:43 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -152,6 +152,12 @@ ${PYSITELIB}/kombu/transport/qpid.pyo
${PYSITELIB}/kombu/transport/redis.py
${PYSITELIB}/kombu/transport/redis.pyc
${PYSITELIB}/kombu/transport/redis.pyo
+${PYSITELIB}/kombu/transport/sqlalchemy/__init__.py
+${PYSITELIB}/kombu/transport/sqlalchemy/__init__.pyc
+${PYSITELIB}/kombu/transport/sqlalchemy/__init__.pyo
+${PYSITELIB}/kombu/transport/sqlalchemy/models.py
+${PYSITELIB}/kombu/transport/sqlalchemy/models.pyc
+${PYSITELIB}/kombu/transport/sqlalchemy/models.pyo
${PYSITELIB}/kombu/transport/virtual/__init__.py
${PYSITELIB}/kombu/transport/virtual/__init__.pyc
${PYSITELIB}/kombu/transport/virtual/__init__.pyo
diff --git a/net/py-kombu/distinfo b/net/py-kombu/distinfo
index 19f913c17ef..b8f8414a988 100644
--- a/net/py-kombu/distinfo
+++ b/net/py-kombu/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2017/04/09 17:14:41 adam Exp $
+$NetBSD: distinfo,v 1.14 2017/07/22 06:49:43 adam Exp $
-SHA1 (kombu-4.0.2.tar.gz) = 613362bb77637cdd06ba0294d8f09faf13209022
-RMD160 (kombu-4.0.2.tar.gz) = bb2f87f2127074badb153fb8a04c32aaa0bfdabc
-SHA512 (kombu-4.0.2.tar.gz) = 99be6aa833eedc02897da90ebbd838bf0ac2a21db91350e235fae99ce31607cbc749f73f99d24f76acfc68b81d6263688d35b72ed62bb21d024a3ab385fa666e
-Size (kombu-4.0.2.tar.gz) = 418051 bytes
+SHA1 (kombu-4.1.0.tar.gz) = 47218b63b1c794189cb52039c00f79d3da6fc65c
+RMD160 (kombu-4.1.0.tar.gz) = 49c4fb969f70293c803f59d744f6a40579ba3a7a
+SHA512 (kombu-4.1.0.tar.gz) = fc104a3f974fabf090cc257b1a7623af6048f4630c6c2a9bb693fe69d77b6cdab36135a290a41056c1f854f61cce8fc2aa6b7880e9273581bfdfa162b5724861
+Size (kombu-4.1.0.tar.gz) = 421875 bytes