Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2018-08-18 00:04:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kombu (Old)
 and      /work/SRC/openSUSE:Factory/.python-kombu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kombu"

Sat Aug 18 00:04:47 2018 rev:53 rq:629552 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes        
2018-05-29 10:42:12.866483431 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2018-08-18 00:04:52.691214531 +0200
@@ -1,0 +2,28 @@
+Wed Aug 15 14:39:29 UTC 2018 - [email protected]
+
+- Updated to 4.2.1
+    * The 4.2.0 release contained remains of the ``async`` module by accident.
+      This is now fixed.
+    * Handle librabbitmq fileno raising a ValueError when socket is not
+      connected.
+    *  Now passing ``max_retries``, ``interval_start``,
+       ``interval_step``, ``interval_max`` parameters from broker
+       ``transport_options`` to
+       :meth:`~kombu.Connection.ensure_connection` when returning
+       :meth:`~kombu.Connection.default_connection` (Issue #765).
+    * Qpid: messages are now durable by default
+    *  Kombu now requires version 2.10.4 or greater of the redis
+       library, in line with Celery
+    *  Fixed ImportError in some environments with outdated simplejson
+    *  MongoDB: fixed failure on MongoDB versions with an "-rc" tag
+    *  Ensure periodic polling frequency does not exceed timeout in
+       virtual transport
+    *  Fixed string handling when using python-future module
+    *  Replaced "async" with "asynchronous" in preparation for Python
+       3.7
+    *  Allow removing pool size limit when in use
+    *  Codebase improvements and fixes
+    *  Documentation improvements
+- added python as requirement for ssl module is needed by amqp
+
+-------------------------------------------------------------------

Old:
----
  kombu-4.1.0.tar.gz

New:
----
  kombu-4.2.1.tar.gz

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.SbjyV7/_old  2018-08-18 00:04:53.055215620 +0200
+++ /var/tmp/diff_new_pack.SbjyV7/_new  2018-08-18 00:04:53.059215632 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-kombu
-Version:        4.1.0
+Version:        4.2.1
 Release:        0
 Summary:        AMQP Messaging Framework for Python
 License:        BSD-3-Clause
@@ -31,20 +31,23 @@
 BuildRequires:  %{python_module boto3}
 BuildRequires:  %{python_module case}
 BuildRequires:  %{python_module msgpack-python}
+BuildRequires:  %{python_module pytest-sugar}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module redis}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python
 BuildRequires:  python-rpm-macros
+Requires:       python
 Requires:       python-amqp
+Obsoletes:      python-carrot
 BuildArch:      noarch
 %if 0%{?suse_version}
 Suggests:       couchdb
 Suggests:       mongodb
 Suggests:       rabbitmq-server
 %endif
-Obsoletes:      python-carrot
 %python_subpackages
 
 %description

++++++ kombu-4.1.0.tar.gz -> kombu-4.2.1.tar.gz ++++++
++++ 10133 lines of diff (skipped)


Reply via email to