pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-kombu 3.0.23



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66439b44bef8
branches:  trunk
changeset: 641513:66439b44bef8
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Nov 09 20:40:01 2014 +0000

description:
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:

 net/py-kombu/Makefile |  4 ++--
 net/py-kombu/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 9e7d7cf9e05c -r 66439b44bef8 net/py-kombu/Makefile
--- a/net/py-kombu/Makefile     Sun Nov 09 20:19:57 2014 +0000
+++ b/net/py-kombu/Makefile     Sun Nov 09 20:40:01 2014 +0000
@@ -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/
diff -r 9e7d7cf9e05c -r 66439b44bef8 net/py-kombu/distinfo
--- a/net/py-kombu/distinfo     Sun Nov 09 20:19:57 2014 +0000
+++ b/net/py-kombu/distinfo     Sun Nov 09 20:40:01 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2014/07/16 23:18:37 rodent Exp $
+$NetBSD: distinfo,v 1.11 2014/11/09 20:40:01 rodent Exp $
 
-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
+SHA1 (kombu-3.0.23.tar.gz) = c884e4a88f56b9079d81ca82c0459f0973794928
+RMD160 (kombu-3.0.23.tar.gz) = 64f994c6aa72712a4ba0802b30818f3522f9f6b7
+Size (kombu-3.0.23.tar.gz) = 343923 bytes



Home | Main Index | Thread Index | Old Index