forked from pool/python-amqpstorm
Accepting request 730723 from devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/730723 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqpstorm?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aefa31740c10eda48c6bdb506eba8a2b63723a159cf59e2506f1716f9edf0873
|
||||
size 73557
|
||||
3
AMQPStorm-2.7.1.tar.gz
Normal file
3
AMQPStorm-2.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ded1145089e5cfb2317bd32af9979dc9b08f15acae21bebf0b5c014c8e32f38
|
||||
size 71796
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 13:03:54 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user