From d5373b5ead49ecd0a0ebc6fc09613ef078c9940a Mon Sep 17 00:00:00 2001 From: rodent Date: Sun, 16 Feb 2014 21:44:22 +0000 Subject: Updated to latest release, 3.0.12. From Changelog: 3.0.12 ====== - Now depends on :mod:`amqp` 1.4.3. - Fixes Python 3.4 logging incompatibility (Issue #311). - Redis: Now properly handles unknown pub/sub messages. - amqplib: Fixed bug where more bytes were requested from the socket than necessary. 3.0.11 ====== - Now depends on :mod:`amqp` 1.4.2. - Now always trusts messages of type `application/data` and `application/text` or which have an unspecified content type (Issue #306). - Compression errors are now handled as decode errors and will trigger the ``Consumer.on_decode_error`` callback if specified. - New ``kombu.Connection.get_heartbeat_interval()`` method that can be used to access the negotiated heartbeat value. - `kombu.common.oid_for` no longer uses the MAC address of the host, but instead uses a process-wide UUID4 as a node id. This avoids a call to `uuid.getnode()` at module scope. - Hub.add: Now normalizes registered fileno. - SQS: Fixed bug where the prefetch count limit was not respected. --- net/py-kombu/Makefile | 6 +++--- net/py-kombu/PLIST | 5 ++++- net/py-kombu/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 8 deletions(-) (limited to 'net') diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile index 7793299aa74..843e256e5bd 100644 --- a/net/py-kombu/Makefile +++ b/net/py-kombu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/02/02 13:58:34 rodent Exp $ +# $NetBSD: Makefile,v 1.6 2014/02/16 21:44:22 rodent Exp $ -DISTNAME= kombu-3.0.10 +DISTNAME= kombu-3.0.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net MASTER_SITES= https://pypi.python.org/packages/source/k/kombu/ @@ -10,7 +10,7 @@ HOMEPAGE= http://kombu.readthedocs.org/ COMMENT= Messaging framework for Python LICENSE= modified-bsd -DEPENDS+= ${PYPKGPREFIX}-amqp>=1.4.1:../../net/py-amqp +DEPENDS+= ${PYPKGPREFIX}-amqp>=1.4.3:../../net/py-amqp USE_LANGUAGES= # none diff --git a/net/py-kombu/PLIST b/net/py-kombu/PLIST index 5e85d491be1..98e2fa1f656 100644 --- a/net/py-kombu/PLIST +++ b/net/py-kombu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/12/31 14:12:17 rodent Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/02/16 21:44:22 rodent Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -14,6 +14,9 @@ ${PYSITELIB}/kombu/abstract.pyo ${PYSITELIB}/kombu/async/__init__.py ${PYSITELIB}/kombu/async/__init__.pyc ${PYSITELIB}/kombu/async/__init__.pyo +${PYSITELIB}/kombu/async/debug.py +${PYSITELIB}/kombu/async/debug.pyc +${PYSITELIB}/kombu/async/debug.pyo ${PYSITELIB}/kombu/async/hub.py ${PYSITELIB}/kombu/async/hub.pyc ${PYSITELIB}/kombu/async/hub.pyo diff --git a/net/py-kombu/distinfo b/net/py-kombu/distinfo index a2342aa3897..ae8a46c639d 100644 --- a/net/py-kombu/distinfo +++ b/net/py-kombu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/02/02 13:58:34 rodent Exp $ +$NetBSD: distinfo,v 1.4 2014/02/16 21:44:22 rodent Exp $ -SHA1 (kombu-3.0.10.tar.gz) = 19f903e6843e2f0d436a74e33e4b05701791082d -RMD160 (kombu-3.0.10.tar.gz) = b36a43518ae2a5dfe37e65b50a7a486ea717cfb3 -Size (kombu-3.0.10.tar.gz) = 337255 bytes +SHA1 (kombu-3.0.12.tar.gz) = aa98e422fdd3c12e3736e2e8f31e4e4367f8736d +RMD160 (kombu-3.0.12.tar.gz) = 09ef9c71baeec718d2443f17d5e174461858774b +Size (kombu-3.0.12.tar.gz) = 337963 bytes -- cgit v1.2.3