pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-kombu py-kombu: updated to 4.4.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1dfa2cce5a30
branches:  trunk
changeset: 320660:1dfa2cce5a30
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 06 18:43:55 2019 +0000

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

 net/py-kombu/Makefile |   4 ++--
 net/py-kombu/PLIST    |   5 ++++-
 net/py-kombu/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 9134098bc8d3 -r 1dfa2cce5a30 net/py-kombu/Makefile
--- a/net/py-kombu/Makefile     Wed Mar 06 18:42:16 2019 +0000
+++ b/net/py-kombu/Makefile     Wed Mar 06 18:43:55 2019 +0000
@@ -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 -r 9134098bc8d3 -r 1dfa2cce5a30 net/py-kombu/PLIST
--- a/net/py-kombu/PLIST        Wed Mar 06 18:42:16 2019 +0000
+++ b/net/py-kombu/PLIST        Wed Mar 06 18:43:55 2019 +0000
@@ -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/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 -r 9134098bc8d3 -r 1dfa2cce5a30 net/py-kombu/distinfo
--- a/net/py-kombu/distinfo     Wed Mar 06 18:42:16 2019 +0000
+++ b/net/py-kombu/distinfo     Wed Mar 06 18:43:55 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index