forked from pool/python-amqpstorm
- Update to 2.8.1:
* Cleaned up documentation.
* Introduced a new channel function called check_for_exceptions.
* Fixed issue where a publish was successful but raised an error because
connection was closed
* Updated TLS handling to use the non-deprecated way of creating a TLS
Connection
* Enabled SNI for TLS connections by default
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=25
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:039d96fd96916711c7bfc585744e4dc637ec8b8048314a45e2f341a77e33109d
|
||||
size 72308
|
||||
3
AMQPStorm-2.8.1.tar.gz
Normal file
3
AMQPStorm-2.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f1944285bcbac0044b6b100183e2adcc872ac187a4e1f3e855f61a23c4e02c1b
|
||||
size 73418
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 28 06:12:20 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 2.8.1:
|
||||
* Cleaned up documentation.
|
||||
* Introduced a new channel function called check_for_exceptions.
|
||||
* Fixed issue where a publish was successful but raised an error because
|
||||
connection was closed
|
||||
* Updated TLS handling to use the non-deprecated way of creating a TLS
|
||||
Connection
|
||||
* Enabled SNI for TLS connections by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 11:40:37 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
||||
@@ -18,11 +18,10 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-amqpstorm
|
||||
Version: 2.7.2
|
||||
Version: 2.8.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
|
||||
BuildRequires: %{python_module mock}
|
||||
|
||||
Reference in New Issue
Block a user