Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2019-12-16 17:26:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kombu (Old)
 and      /work/SRC/openSUSE:Factory/.python-kombu.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kombu"

Mon Dec 16 17:26:24 2019 rev:64 rq:756868 version:4.6.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes        
2019-10-10 11:51:30.263630309 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new.4691/python-kombu.changes      
2019-12-16 17:26:27.131958147 +0100
@@ -1,0 +2,19 @@
+Fri Dec 13 12:23:22 UTC 2019 - Matthias Fehring <[email protected]>
+
+- Update to 4.6.7:
+  - Use importlib.metadata from the standard library on Python 3.8+ (#1086).
+  - Add peek lock settings to be changed using transport options (#1119).
+  - Fix redis health checks (#1122).
+  - Reset ready before execute callback (#1126).
+  - Add missing parameter queue_args in kombu.connection.SimpleBuffer (#1128)
+- Update to 4.6.6:
+  - Revert _lookup_direct and related changes of redis.
+  - Python 3.8 support
+  - Fix 'NoneType' object has no attribute 'can_read' bug of redis transport
+  - Issue #1019 Fix redis transport socket timeout
+  - Add wait timeout settings to receive queue message (#1110)
+  - Bump py-amqp to 2.5.2
+- Remove patches now included upstream:
+  - python38.patch
+
+-------------------------------------------------------------------

Old:
----
  kombu-4.6.5.tar.gz
  python38.patch

New:
----
  kombu-4.6.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.CPKbUd/_old  2019-12-16 17:26:27.839957863 +0100
+++ /var/tmp/diff_new_pack.CPKbUd/_new  2019-12-16 17:26:27.839957863 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-kombu
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,17 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-kombu
-Version:        4.6.5
+Version:        4.6.7
 Release:        0
 Summary:        AMQP Messaging Framework for Python
 License:        BSD-3-Clause
 URL:            https://github.com/celery/kombu
 Source:         
https://files.pythonhosted.org/packages/source/k/kombu/kombu-%{version}.tar.gz
-Patch0:         python38.patch
 BuildRequires:  %{python_module Brotli >= 1.0.0}
 BuildRequires:  %{python_module PyYAML >= 3.10}
 BuildRequires:  %{python_module Pyro4}
 BuildRequires:  %{python_module SQLAlchemy}
-BuildRequires:  %{python_module amqp >= 2.5.1}
+BuildRequires:  %{python_module amqp >= 2.5.2}
 BuildRequires:  %{python_module boto3 >= 1.4.4}
 BuildRequires:  %{python_module case >= 1.5.2}
 BuildRequires:  %{python_module fakeredis}
@@ -38,12 +37,12 @@
 BuildRequires:  %{python_module pycurl >= 7.43.0.2}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
-BuildRequires:  %{python_module redis >= 3.2.0}
+BuildRequires:  %{python_module redis >= 3.3.11}
 BuildRequires:  %{python_module setuptools >= 20.6.7}
 BuildRequires:  %{python_module zstandard}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-amqp >= 2.5.1
+Requires:       python-amqp >= 2.5.2
 Requires:       python-importlib-metadata >= 0.18
 Requires:       python-setuptools
 Recommends:     python-PyYAML >= 3.10
@@ -66,7 +65,6 @@
 
 %prep
 %setup -q -n kombu-%{version}
-%patch0 -p1
 # pinned dependencies are bad
 sed -i -e 's:==:>=:g' requirements/*.txt requirements/extras/*.txt
 
@@ -82,7 +80,7 @@
 
 %files %{python_files}
 %license LICENSE
-%doc AUTHORS Changelog FAQ README.rst THANKS TODO
+%doc AUTHORS FAQ README.rst THANKS TODO
 %{python_sitelib}/kombu
 %{python_sitelib}/kombu-%{version}-py%{py_ver}.egg-info
 

++++++ kombu-4.6.5.tar.gz -> kombu-4.6.7.tar.gz ++++++
++++ 6875 lines of diff (skipped)


Reply via email to