diff --git a/AMQPStorm-2.7.0.tar.gz b/AMQPStorm-2.7.0.tar.gz deleted file mode 100644 index dd5964e..0000000 --- a/AMQPStorm-2.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aefa31740c10eda48c6bdb506eba8a2b63723a159cf59e2506f1716f9edf0873 -size 73557 diff --git a/AMQPStorm-2.7.1.tar.gz b/AMQPStorm-2.7.1.tar.gz new file mode 100644 index 0000000..2c4bb92 --- /dev/null +++ b/AMQPStorm-2.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ded1145089e5cfb2317bd32af9979dc9b08f15acae21bebf0b5c014c8e32f38 +size 71796 diff --git a/python-amqpstorm.changes b/python-amqpstorm.changes index f1f387a..93a1106 100644 --- a/python-amqpstorm.changes +++ b/python-amqpstorm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 13 13:03:54 UTC 2019 - Tomáš Chvátal + +- Update to 2.7.1: + * Fixed Connection close taking longer than intended when using SSL [#75]- Thanks troglas. + * Fixed an issue with closing Channels taking too long after the server initiated it. + ------------------------------------------------------------------- Fri Jul 19 10:19:40 UTC 2019 - John Paul Adrian Glaubitz diff --git a/python-amqpstorm.spec b/python-amqpstorm.spec index ada63ca..ed2e8db 100644 --- a/python-amqpstorm.spec +++ b/python-amqpstorm.spec @@ -18,16 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-amqpstorm -Version: 2.7.0 +Version: 2.7.1 Release: 0 Summary: Thread-safe Python RabbitMQ Client & Management library License: MIT Group: Development/Languages/Python URL: https://github.com/eandersson/amqpstorm Source: https://files.pythonhosted.org/packages/source/A/AMQPStorm/AMQPStorm-%{version}.tar.gz -%if 0%{?suse_version} < 1500 -BuildRequires: python -%endif BuildRequires: %{python_module mock} BuildRequires: %{python_module nose-timer} BuildRequires: %{python_module nose} @@ -39,6 +36,9 @@ BuildRequires: python-rpm-macros Requires: python-pamqp >= 2.0.0 Requires: python-requests BuildArch: noarch +%if 0%{?suse_version} < 1500 +BuildRequires: python +%endif %python_subpackages %description