From 1cffe6eb6dbc60ab22f1011c642e14dabe70ca4e4199f424a3f4eee0cd9a373c Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Tue, 28 Jul 2020 06:14:28 +0000 Subject: [PATCH] - 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 --- AMQPStorm-2.7.2.tar.gz | 3 --- AMQPStorm-2.8.1.tar.gz | 3 +++ python-amqpstorm.changes | 12 ++++++++++++ python-amqpstorm.spec | 3 +-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 AMQPStorm-2.7.2.tar.gz create mode 100644 AMQPStorm-2.8.1.tar.gz diff --git a/AMQPStorm-2.7.2.tar.gz b/AMQPStorm-2.7.2.tar.gz deleted file mode 100644 index cc6f932..0000000 --- a/AMQPStorm-2.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:039d96fd96916711c7bfc585744e4dc637ec8b8048314a45e2f341a77e33109d -size 72308 diff --git a/AMQPStorm-2.8.1.tar.gz b/AMQPStorm-2.8.1.tar.gz new file mode 100644 index 0000000..c086865 --- /dev/null +++ b/AMQPStorm-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1944285bcbac0044b6b100183e2adcc872ac187a4e1f3e855f61a23c4e02c1b +size 73418 diff --git a/python-amqpstorm.changes b/python-amqpstorm.changes index 4680290..882b1a7 100644 --- a/python-amqpstorm.changes +++ b/python-amqpstorm.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jul 28 06:12:20 UTC 2020 - Steve Kowalik + +- 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 diff --git a/python-amqpstorm.spec b/python-amqpstorm.spec index c4d14f3..736e056 100644 --- a/python-amqpstorm.spec +++ b/python-amqpstorm.spec @@ -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}