forked from pool/python-amqpstorm
Accepting request 671893 from home:seanmarlow:branches:devel:languages:python
- 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.
OBS-URL: https://build.opensuse.org/request/show/671893
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4f95109dff52a3dc1ec86027bf32e72bda1a6ae8d2a03f1455f1da3d8112ede
|
||||
size 66213
|
||||
3
AMQPStorm-2.6.2.tar.gz
Normal file
3
AMQPStorm-2.6.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d5d8d51db188c639d12fe392cae33284557d212181357c0a38a44d862cb28467
|
||||
size 69222
|
||||
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 5 00:31:23 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
||||
|
||||
- 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 <tchvatal@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user