summaryrefslogtreecommitdiff
path: root/net/py-kombu/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-07-16 23:18:37 +0000
committerrodent <rodent>2014-07-16 23:18:37 +0000
commit13c6fd4319ea5e1d193440e0f0b606dddf9d8c04 (patch)
treec2e001bce9e7d52dce3b213a5f050283d673c01d /net/py-kombu/Makefile
parent76296af0c8d0ecb93f61e2758369879ff3a5cb58 (diff)
downloadpkgsrc-13c6fd4319ea5e1d193440e0f0b606dddf9d8c04.tar.gz
3.0.21
====== - Fixed remaining bug in ``maybe_declare`` for ``auto_delete`` exchanges. - MongoDB: Creating a channel now properly evaluates a connection (Issue #363). 3.0.20 ====== - Reverts change in 3.0.17 where ``maybe_declare`` caches the declaration of auto_delete queues and exchanges. - Redis: Fixed race condition when using gevent and the channel is closed.
Diffstat (limited to 'net/py-kombu/Makefile')
-rw-r--r--net/py-kombu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile
index 7395f26a3de..7b1f0787deb 100644
--- a/net/py-kombu/Makefile
+++ b/net/py-kombu/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/06/15 15:36:00 rodent Exp $
+# $NetBSD: Makefile,v 1.12 2014/07/16 23:18:37 rodent Exp $
-DISTNAME= kombu-3.0.19
+DISTNAME= kombu-3.0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= https://pypi.python.org/packages/source/k/kombu/