forked from pool/python-amqp
Accepting request 1125876 from devel:languages:python
- update to 5.2.0: * Added python 3.12 and drop python 3.7 (#423). * Test vine 5.1.0 (#424). * Set an explicit timeout on SSL handshake to prevent hangs. * Add MessageNacked to recoverable errors. * Send heartbeat frames more often. - Use AF_UNSPEC for name resolution - Add additional error handling around code where an OSError - Bugfix: not closing socket after server disconnect - Remove TCP_USER_TIMEOUT option for Solaris (#355) tests that were being repeated over an - Fix faulty ssl sni intiation parameters (#283) - Undeprecate auto_delete flag for exchanges. (#287) - Fix faulty ssl sni intiation parameters (#283) - Undeprecate auto_delete flag for exchanges. (#287) - replace set_socket_TCP_KEEPALIVE_and_TCP_USER_TIMEOUT.patch OBS-URL: https://build.opensuse.org/request/show/1125876 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqp?expand=0&rev=43
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2c1b13fecc0893e946c65cbd5f36427861cffa4ea2201d8f6fca22e2a373b5e2
|
||||
size 127869
|
||||
3
amqp-5.2.0.tar.gz
Normal file
3
amqp-5.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1ecff425ad063ad42a486c902807d1482311481c8ad95a72694b2975e75f7fd
|
||||
size 128754
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 14 12:43:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.2.0:
|
||||
* Added python 3.12 and drop python 3.7 (#423).
|
||||
* Test vine 5.1.0 (#424).
|
||||
* Set an explicit timeout on SSL handshake to prevent hangs.
|
||||
* Add MessageNacked to recoverable errors.
|
||||
* Send heartbeat frames more often.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 11 13:59:08 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
@@ -7,7 +17,7 @@ Sun Jun 11 13:59:08 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
Sat Jun 4 11:37:33 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.1.1:
|
||||
- Use AF_UNSPEC for name resolution
|
||||
- Use AF_UNSPEC for name resolution
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 20:22:44 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
@@ -32,10 +42,10 @@ Mon Dec 20 11:07:31 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.0.8:
|
||||
- Reduce memory usage of Connection (#377)
|
||||
- Add additional error handling around code where an OSError
|
||||
- Add additional error handling around code where an OSError
|
||||
may be raised on failed connections. Fixes (#378)
|
||||
- Remove dependency to case
|
||||
- Bugfix: not closing socket after server disconnect
|
||||
- Bugfix: not closing socket after server disconnect
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 20:47:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
@@ -47,7 +57,7 @@ Thu Jun 17 20:47:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
"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)
|
||||
- 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)
|
||||
@@ -73,7 +83,7 @@ Mon Feb 1 17:40:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
ssl.CERT_NONE to ssl.CERT_REQUIRED in the stdlib ssl and it cannot
|
||||
be set back to ssl.CERT_NONE as long as hostname checking is enabled.
|
||||
- Refactor the SNI tests to test one thing at a time and removing some
|
||||
tests that were being repeated over an
|
||||
tests that were being repeated over an
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 09:46:14 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
@@ -124,8 +134,8 @@ Wed Oct 9 08:40:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 2.5.2:
|
||||
- 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)
|
||||
- Fix faulty ssl sni intiation parameters (#283)
|
||||
- Undeprecate auto_delete flag for exchanges. (#287)
|
||||
- Improved tests and testing environments
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -133,8 +143,8 @@ 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)
|
||||
- Fix faulty ssl sni intiation parameters (#283)
|
||||
- Undeprecate auto_delete flag for exchanges. (#287)
|
||||
- Improved tests and testing environments
|
||||
|
||||
-------------------------------------------------------------------
|
||||
@@ -398,7 +408,7 @@ Thu Aug 6 13:20:10 UTC 2015 - cdenicolo@suse.com
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 29 16:15:42 UTC 2015 - dmueller@suse.com
|
||||
|
||||
- replace set_socket_TCP_KEEPALIVE_and_TCP_USER_TIMEOUT.patch
|
||||
- replace set_socket_TCP_KEEPALIVE_and_TCP_USER_TIMEOUT.patch
|
||||
with tune-keepalive-intervals.diff (bnc#902207)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
||||
@@ -18,12 +18,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-amqp
|
||||
Version: 5.1.1
|
||||
Version: 5.2.0
|
||||
Release: 0
|
||||
Summary: Low-level AMQP client for Python (fork of amqplib)
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://github.com/celery/py-amqp
|
||||
Source: https://files.pythonhosted.org/packages/source/a/amqp/amqp-%{version}.tar.gz
|
||||
BuildRequires: %{python_module base >= 3.8}
|
||||
BuildRequires: %{python_module case >= 1.3.1}
|
||||
BuildRequires: %{python_module pytest >= 3.0}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
||||
Reference in New Issue
Block a user