diff options
author | rodent <rodent@pkgsrc.org> | 2014-11-09 20:40:01 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2014-11-09 20:40:01 +0000 |
commit | d570b486212dda0a7bc9e1d73aa42c4d20decdc5 (patch) | |
tree | a10bf9d2e84ee01f2128f3cf23ad07dba47577c6 /net/py-kombu/Makefile | |
parent | 5a96f17433975b1ab7deb4531635af38763e5665 (diff) | |
download | pkgsrc-d570b486212dda0a7bc9e1d73aa42c4d20decdc5.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/Makefile | 4 |
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/ |