From 27cf2f491e06d3f4586867e41ed471c4d59c60b2116e9b73b5c046a657d32aaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 11 Sep 2019 13:19:31 +0000 Subject: [PATCH] - Update to 2.5.1: - Ignore all methods except Close and Close-OK when channel/connection is closing - Fix faulty ssl sni intiation parameters (#283) - Undeprecate auto_delete flag for exchanges. (#287) - Improved tests and testing environments OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=62 --- amqp-2.5.0.tar.gz | 3 --- amqp-2.5.1.tar.gz | 3 +++ python-amqp.changes | 9 +++++++++ python-amqp.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 amqp-2.5.0.tar.gz create mode 100644 amqp-2.5.1.tar.gz diff --git a/amqp-2.5.0.tar.gz b/amqp-2.5.0.tar.gz deleted file mode 100644 index f9c02cb..0000000 --- a/amqp-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cbb6f87d53cac612a594f982b717cc1c54c6a1e17943a0a0d32dc6cc9e2120c8 -size 117022 diff --git a/amqp-2.5.1.tar.gz b/amqp-2.5.1.tar.gz new file mode 100644 index 0000000..903e913 --- /dev/null +++ b/amqp-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19a917e260178b8d410122712bac69cb3e6db010d68f6101e7307508aded5e68 +size 117673 diff --git a/python-amqp.changes b/python-amqp.changes index 4a58822..a6589d0 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Sep 11 13:18:08 UTC 2019 - Tomáš Chvátal + +- Update to 2.5.1: + - Ignore all methods except Close and Close-OK when channel/connection is closing + - Fix faulty ssl sni intiation parameters (#283) + - Undeprecate auto_delete flag for exchanges. (#287) + - Improved tests and testing environments + ------------------------------------------------------------------- Fri Jul 19 10:45:30 UTC 2019 - Tomáš Chvátal diff --git a/python-amqp.spec b/python-amqp.spec index 673a237..28ae084 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-amqp -Version: 2.5.0 +Version: 2.5.1 Release: 0 Summary: Low-level AMQP client for Python (fork of amqplib) License: LGPL-2.1-or-later