Hello community,

here is the log from the commit of package python-amqpstorm for 
openSUSE:Factory checked in at 2019-02-06 14:08:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-amqpstorm (Old)
 and      /work/SRC/openSUSE:Factory/.python-amqpstorm.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-amqpstorm"

Wed Feb  6 14:08:00 2019 rev:4 rq:671972 version:2.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-amqpstorm/python-amqpstorm.changes        
2018-09-14 00:03:13.965869328 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-amqpstorm.new.28833/python-amqpstorm.changes 
    2019-02-06 14:08:02.074642475 +0100
@@ -1,0 +2,27 @@
+Tue Feb  5 19:16:21 UTC 2019 - Sean Marlow <[email protected]>
+
+- Remove max version requirement on pamqp.
+
+-------------------------------------------------------------------
+Tue Feb  5 00:31:23 UTC 2019 - Sean Marlow <[email protected]>
+
+- Update to 2.6.2
+  + Set default TCP Timeout to 10s on UriConnection to match
+    Connection.
+  + Internal RPC Timeout for Opening and Closing Connections are
+    now set to a fixed 30s.
+- Update to 2.6.1
+  + Fixed minor issue with the last channel id not being available.
+- Update to 2.6.0
+  + Re-use closed channel ids.
+  + Changed Poller Timeout to be a constant.
+  + Improved Connection Close performance.
+  + Channels is now a publicly available variable in Connections.
+- Update to 2.5.0
+  + Upgraded pamqp to v2.0.0.
+  + Properly wait until the inbound queue is empty when
+    break_on_empty is set.
+  + Fixed issue with Management queue/exchange declare when the
+    passive flag was set to True.
+
+-------------------------------------------------------------------

Old:
----
  AMQPStorm-2.4.2.tar.gz

New:
----
  AMQPStorm-2.6.2.tar.gz

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

Other differences:
------------------
++++++ python-amqpstorm.spec ++++++
--- /var/tmp/diff_new_pack.v4HMWs/_old  2019-02-06 14:08:02.742642351 +0100
+++ /var/tmp/diff_new_pack.v4HMWs/_new  2019-02-06 14:08:02.742642351 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-amqpstorm
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-amqpstorm
-Version:        2.4.2
+Version:        2.6.2
 Release:        0
 Summary:        Thread-safe Python RabbitMQ Client & Management library
 License:        MIT
@@ -28,12 +28,12 @@
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose-timer}
 BuildRequires:  %{python_module nose}
-BuildRequires:  %{python_module pamqp >= 1.6.1}
+BuildRequires:  %{python_module pamqp >= 2.0.0}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       python-pamqp >= 1.6.1
+Requires:       python-pamqp >= 2.0.0
 Requires:       python-requests
 BuildArch:      noarch
 %python_subpackages
@@ -47,6 +47,7 @@
 
 %prep
 %setup -q -n AMQPStorm-%{version}
+sed -i -e "s/'pamqp>=2.0.0,<3.0'/'pamqp>=2.0.0'/" setup.py
 
 %build
 export LANG="en_US.UTF8"

++++++ AMQPStorm-2.4.2.tar.gz -> AMQPStorm-2.6.2.tar.gz ++++++
++++ 1889 lines of diff (skipped)


Reply via email to