summaryrefslogtreecommitdiff
path: root/net/py-kombu/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-16 21:44:22 +0000
committerrodent <rodent>2014-02-16 21:44:22 +0000
commit99168413e7c21362fbea5d7dd149409272986b31 (patch)
treef097cc6966f71086fb1fb67f86b1890a8c5516bb /net/py-kombu/Makefile
parent9b245546ad237a3eca04dcc28abca7548e0d204e (diff)
downloadpkgsrc-99168413e7c21362fbea5d7dd149409272986b31.tar.gz
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.
Diffstat (limited to 'net/py-kombu/Makefile')
-rw-r--r--net/py-kombu/Makefile6
1 files changed, 3 insertions, 3 deletions
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