14
0
forked from pool/python-amqp

- 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
This commit is contained in:
Tomáš Chvátal
2019-09-11 13:19:31 +00:00
committed by Git OBS Bridge
parent 6388cadb74
commit 27cf2f491e
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbb6f87d53cac612a594f982b717cc1c54c6a1e17943a0a0d32dc6cc9e2120c8
size 117022

3
amqp-2.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19a917e260178b8d410122712bac69cb3e6db010d68f6101e7307508aded5e68
size 117673

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 11 13:18:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>

View File

@@ -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