diff options
author | rodent <rodent@pkgsrc.org> | 2014-06-15 15:36:00 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-06-15 15:36:00 +0000 |
commit | 24b521b8c92af19f039c22599313785f491f8e3d (patch) | |
tree | 55859703b176fad7945a2a7f63e16fb5d9b1af40 /net/py-kombu/Makefile | |
parent | 540b4a0dbd145a63aa890ff353923fe36749d14a (diff) | |
download | pkgsrc-24b521b8c92af19f039c22599313785f491f8e3d.tar.gz |
3.0.19
======
- The wheel distribution did not support Python 2.6 by failing to list
the extra dependencies required.
- Durable and auto_delete queues/exchanges can be be cached using
``maybe_declare``.
Diffstat (limited to 'net/py-kombu/Makefile')
-rw-r--r-- | net/py-kombu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile index d7bb09f310e..7395f26a3de 100644 --- a/net/py-kombu/Makefile +++ b/net/py-kombu/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2014/06/09 00:16:23 rodent Exp $ +# $NetBSD: Makefile,v 1.11 2014/06/15 15:36:00 rodent Exp $ -DISTNAME= kombu-3.0.18 +DISTNAME= kombu-3.0.19 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= https://pypi.python.org/packages/source/k/kombu/ |