14
0
forked from pool/python-amqp

- update to 5.0.6:

- Change the order in which context.check_hostname and context.verify_mode get set
    in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting
    context.verify_mode = ssl.CERT_NONE would raise
    "ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled."
    Setting context.check_hostname prior to setting context.verify_mode resolves the
    issue.
  - Remove TCP_USER_TIMEOUT option for Solaris (#355) 
  - Pass long_description to setup() (#353)
  - Fix for tox-docker 2.0
  - Moved to GitHub actions CI (#359)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=76
This commit is contained in:
2021-06-17 20:48:23 +00:00
committed by Git OBS Bridge
parent e511111532
commit c895ca8657
4 changed files with 19 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jun 17 20:47:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 5.0.6:
- Change the order in which context.check_hostname and context.verify_mode get set
in SSLTransport._wrap_socket_sni. Fixes bug introduced in 5.0.3 where setting
context.verify_mode = ssl.CERT_NONE would raise
"ValueError: Cannot set verify_mode to CERT_NONE when check_hostname is enabled."
Setting context.check_hostname prior to setting context.verify_mode resolves the
issue.
- Remove TCP_USER_TIMEOUT option for Solaris (#355)
- Pass long_description to setup() (#353)
- Fix for tox-docker 2.0
- Moved to GitHub actions CI (#359)
-------------------------------------------------------------------
Mon Feb 1 17:40:55 UTC 2021 - Dirk Müller <dmueller@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.5
Version: 5.0.6
Release: 0
Summary: Low-level AMQP client for Python (fork of amqplib)
License: LGPL-2.1-or-later