summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-03-06 18:43:55 +0000
committeradam <adam@pkgsrc.org>2019-03-06 18:43:55 +0000
commit72978f7ed84307bdc240eb3f2e0d196fc9571cff (patch)
tree302eb7b7fdcf6216b1474ff5eaa6838a9d32d4d7 /net
parenta8438d71a68c5c261c335145341705064c19aeb2 (diff)
downloadpkgsrc-72978f7ed84307bdc240eb3f2e0d196fc9571cff.tar.gz
py-kombu: updated to 4.4.0
4.4.0: - Restore bz2 import checks in compression module. The checks were removed in celery/kombu-938 <https://github.com/celery/kombu/pull/938>_ due to assumption that it only affected Jython. However, bz2 support can be missing in Pythons built without bz2 support. - Fix regression that occurred in 4.3.0 when parsing Redis Sentinel master URI containing password. - Handle the case when only one Redis Sentinel node is provided. - Support SSL URL parameters correctly for rediss:// URIs. - Revert celery/kombu-954 <https://github.com/celery/kombu/pull/954>_. Instead bump the required redis-py dependency to 3.2.0 to include this fix andymccurdy/redis-py@4e1e748 <https://github.com/andymccurdy/redis-py/commit/4e1e74809235edc19e03edb79c97c80a3e4e9eca>_. - Added support for broadcasting using a regular expression pattern or a glob pattern to multiple Pidboxes.
Diffstat (limited to 'net')
-rw-r--r--net/py-kombu/Makefile4
-rw-r--r--net/py-kombu/PLIST5
-rw-r--r--net/py-kombu/distinfo10
3 files changed, 11 insertions, 8 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile
index bc897520ed0..4d49c20dd6f 100644
--- a/net/py-kombu/Makefile
+++ b/net/py-kombu/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2019/02/13 16:24:15 adam Exp $
+# $NetBSD: Makefile,v 1.21 2019/03/06 18:43:55 adam Exp $
-DISTNAME= kombu-4.3.0
+DISTNAME= kombu-4.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=k/kombu/}
diff --git a/net/py-kombu/PLIST b/net/py-kombu/PLIST
index 2eea8e7db59..d80d7e1febf 100644
--- a/net/py-kombu/PLIST
+++ b/net/py-kombu/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/12/16 14:38:18 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/03/06 18:43:55 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -86,6 +86,9 @@ ${PYSITELIB}/kombu/five.pyo
${PYSITELIB}/kombu/log.py
${PYSITELIB}/kombu/log.pyc
${PYSITELIB}/kombu/log.pyo
+${PYSITELIB}/kombu/matcher.py
+${PYSITELIB}/kombu/matcher.pyc
+${PYSITELIB}/kombu/matcher.pyo
${PYSITELIB}/kombu/message.py
${PYSITELIB}/kombu/message.pyc
${PYSITELIB}/kombu/message.pyo
diff --git a/net/py-kombu/distinfo b/net/py-kombu/distinfo
index 619b3833ee7..ecc0726c57e 100644
--- a/net/py-kombu/distinfo
+++ b/net/py-kombu/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/02/13 16:24:15 adam Exp $
+$NetBSD: distinfo,v 1.18 2019/03/06 18:43:55 adam Exp $
-SHA1 (kombu-4.3.0.tar.gz) = 45bb35b627da4d80d380283974fb166ab518ce93
-RMD160 (kombu-4.3.0.tar.gz) = 2e437a54129ee0eea85491cb370c2e760620397a
-SHA512 (kombu-4.3.0.tar.gz) = dba44dc802907b0eac8b9dbce427691fc285ee9c343f484ad37ffca564d6c07275bea5c2a4b7e763d441c10c7289a91680e4e310f5b55b8d744448045014b477
-Size (kombu-4.3.0.tar.gz) = 429400 bytes
+SHA1 (kombu-4.4.0.tar.gz) = 17139c7ccf8ed65fe2a7226f3de9954f5cf77063
+RMD160 (kombu-4.4.0.tar.gz) = 25520991adf84425dd47ca8d06ed4689c057c7ae
+SHA512 (kombu-4.4.0.tar.gz) = 2f7bd71f848c7bba0643e47c43af79ae09373597bed86786e3a90f2acd69414583021e7f5544e47bf01f760b1fd9788e89e88a32cd22a3d74a34845b7917e10b
+Size (kombu-4.4.0.tar.gz) = 435287 bytes