diff --git a/AMQPStorm-2.4.2.tar.gz b/AMQPStorm-2.4.2.tar.gz deleted file mode 100644 index d35334b..0000000 --- a/AMQPStorm-2.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4f95109dff52a3dc1ec86027bf32e72bda1a6ae8d2a03f1455f1da3d8112ede -size 66213 diff --git a/AMQPStorm-2.6.2.tar.gz b/AMQPStorm-2.6.2.tar.gz new file mode 100644 index 0000000..c750a8b --- /dev/null +++ b/AMQPStorm-2.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d8d51db188c639d12fe392cae33284557d212181357c0a38a44d862cb28467 +size 69222 diff --git a/python-amqpstorm.changes b/python-amqpstorm.changes index 8d58905..2bbf194 100644 --- a/python-amqpstorm.changes +++ b/python-amqpstorm.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Feb 5 00:31:23 UTC 2019 - Sean Marlow + +- 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. + ------------------------------------------------------------------- Thu Sep 13 13:30:19 UTC 2018 - Tomáš Chvátal diff --git a/python-amqpstorm.spec b/python-amqpstorm.spec index 5da2b0e..4e950d7 100644 --- a/python-amqpstorm.spec +++ b/python-amqpstorm.spec @@ -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,14 @@ Source: https://files.pythonhosted.org/packages/source/A/AMQPStorm/AMQPS BuildRequires: %{python_module mock} BuildRequires: %{python_module nose-timer} BuildRequires: %{python_module nose} -BuildRequires: %{python_module pamqp >= 1.6.1} +BuildRequires: %{python_module pamqp < 3.0.0} +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 < 3.0.0 +Requires: python-pamqp >= 2.0.0 Requires: python-requests BuildArch: noarch %python_subpackages