summaryrefslogtreecommitdiff
path: root/net/py-kombu/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-11-09 20:40:01 +0000
committerrodent <rodent>2014-11-09 20:40:01 +0000
commit257544fb91fe94095aeb6fd59e934241d4391e91 (patch)
treea10bf9d2e84ee01f2128f3cf23ad07dba47577c6 /net/py-kombu/Makefile
parent03c6184bd2e137b5f76695ab27efdfb64291e50a (diff)
downloadpkgsrc-257544fb91fe94095aeb6fd59e934241d4391e91.tar.gz
3.0.23
====== - Django: Fixed bug in the Django 1.7 compatibility improvements related to autocommit handling. - Django: The Django transport models would not be created on syncdb after app label rename. 3.0.22 ====== - kombu.async: Min. delay between waiting for timer was always increased to one second. - Fixed bug in itermessages where message is received after the with statement exits the block. - Connection.autoretry: Now works with functions missing wrapped attributes (``__module__``, ``__name__``, ``__doc__``). - Django: Now sets custom app label for ``kombu.transport.django`` to work with recent changes in Django 1.7. - SimpleQueue removed messages from the wrong end of buffer. - Tests: Now using ``unittest.mock`` if available.
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 7b1f0787deb..8a531481d13 100644
--- a/net/py-kombu/Makefile
+++ b/net/py-kombu/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2014/07/16 23:18:37 rodent Exp $
+# $NetBSD: Makefile,v 1.13 2014/11/09 20:40:01 rodent Exp $
-DISTNAME= kombu-3.0.21
+DISTNAME= kombu-3.0.23
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= https://pypi.python.org/packages/source/k/kombu/