14
0
forked from pool/python-amqp

Accepting request 857118 from devel:languages:python

- update to 5.0.2:
  - Whhels are no longer universal.
  - Added debug representation to Connection and *Transport classes
  - Reintroduce ca_certs and ciphers parameters of SSLTransport._wrap_socket_sni()
  - Fix infinite wait when using confirm_publish

OBS-URL: https://build.opensuse.org/request/show/857118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqp?expand=0&rev=35
This commit is contained in:
2020-12-23 13:19:14 +00:00
committed by Git OBS Bridge
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:9881f8e6fe23e3db9faa6cfd8c05390213e1d1b95c0162bc50552cad75bffa5f
size 118759

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

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Dec 20 09:46:14 UTC 2020 - Dirk Müller <dmueller@suse.com>
- update to 5.0.2:
- Whhels are no longer universal.
- Added debug representation to Connection and *Transport classes
- Reintroduce ca_certs and ciphers parameters of SSLTransport._wrap_socket_sni()
- Fix infinite wait when using confirm_publish
-------------------------------------------------------------------
Tue Nov 10 03:55:27 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-amqp
Version: 5.0.1
Version: 5.0.2
Release: 0
Summary: Low-level AMQP client for Python (fork of amqplib)
License: LGPL-2.1-or-later