summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-11-09 20:40:01 +0000
committerrodent <rodent@pkgsrc.org>2014-11-09 20:40:01 +0000
commitd570b486212dda0a7bc9e1d73aa42c4d20decdc5 (patch)
treea10bf9d2e84ee01f2128f3cf23ad07dba47577c6 /net
parent5a96f17433975b1ab7deb4531635af38763e5665 (diff)
downloadpkgsrc-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')
-rw-r--r--net/py-kombu/Makefile4
-rw-r--r--net/py-kombu/distinfo8
2 files changed, 6 insertions, 6 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/
diff --git a/net/py-kombu/distinfo b/net/py-kombu/distinfo
index 32e1729bdd9..bfa7d84b108 100644
--- a/net/py-kombu/distinfo
+++ b/net/py-kombu/distinfo
@@ -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