diff options
author | rodent <rodent> | 2014-07-16 23:18:37 +0000 |
---|---|---|
committer | rodent <rodent> | 2014-07-16 23:18:37 +0000 |
commit | b17bba670582146205d3428e3bef1fabac3fcd5b (patch) | |
tree | c2e001bce9e7d52dce3b213a5f050283d673c01d /net/py-kombu | |
parent | 9bf08e02be1b0de4077bc3295409647faae6ec2d (diff) | |
download | pkgsrc-b17bba670582146205d3428e3bef1fabac3fcd5b.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')
-rw-r--r-- | net/py-kombu/Makefile | 4 | ||||
-rw-r--r-- | net/py-kombu/distinfo | 8 |
2 files changed, 6 insertions, 6 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/ diff --git a/net/py-kombu/distinfo b/net/py-kombu/distinfo index 6ff9db46859..32e1729bdd9 100644 --- a/net/py-kombu/distinfo +++ b/net/py-kombu/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2014/06/15 15:36:00 rodent Exp $ +$NetBSD: distinfo,v 1.10 2014/07/16 23:18:37 rodent Exp $ -SHA1 (kombu-3.0.19.tar.gz) = a5a65def1bc9c0b0b205879a2f9a79131a6f0d01 -RMD160 (kombu-3.0.19.tar.gz) = f17cebde7e69a9a1f2cebcbf4cdca4ab32440d37 -Size (kombu-3.0.19.tar.gz) = 343272 bytes +SHA1 (kombu-3.0.21.tar.gz) = df4d46bc4dbdadd121eb7045a576380253cd7081 +RMD160 (kombu-3.0.21.tar.gz) = 5a9df41f36c579b08f025b70b56578d33da4e127 +Size (kombu-3.0.21.tar.gz) = 343363 bytes |