forked from pool/python-amqp
Accepting request 941637 from devel:languages:python
- update to 5.0.8: - Reduce memory usage of Connection (#377) - 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 OBS-URL: https://build.opensuse.org/request/show/941637 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-amqp?expand=0&rev=38
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03e16e94f2b34c31f8bf1206d8ddd3ccaa4c315f7f6a1879b7b1210d229568c2
|
||||
size 126856
|
||||
3
amqp-5.0.8.tar.gz
Normal file
3
amqp-5.0.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:59616d71478d224d1c2c8550b8bb12414ba8b4cde512d3a88e7eb41f9280e43d
|
||||
size 127472
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
may be raised on failed connections. Fixes (#378)
|
||||
- Remove dependency to case
|
||||
- Bugfix: not closing socket after server disconnect
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 20:47:28 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-amqp
|
||||
Version: 5.0.6
|
||||
Version: 5.0.8
|
||||
Release: 0
|
||||
Summary: Low-level AMQP client for Python (fork of amqplib)
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user