From 4a915953db9dcf3d36b36e6dc17cbdb400f2834eb5738b7348f54e1ac42c45c7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 20 Dec 2021 11:18:35 +0000 Subject: [PATCH] - 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/package/show/devel:languages:python/python-amqp?expand=0&rev=77 --- amqp-5.0.6.tar.gz | 3 --- amqp-5.0.8.tar.gz | 3 +++ python-amqp.changes | 10 ++++++++++ python-amqp.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 amqp-5.0.6.tar.gz create mode 100644 amqp-5.0.8.tar.gz diff --git a/amqp-5.0.6.tar.gz b/amqp-5.0.6.tar.gz deleted file mode 100644 index d14ed05..0000000 --- a/amqp-5.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03e16e94f2b34c31f8bf1206d8ddd3ccaa4c315f7f6a1879b7b1210d229568c2 -size 126856 diff --git a/amqp-5.0.8.tar.gz b/amqp-5.0.8.tar.gz new file mode 100644 index 0000000..366f553 --- /dev/null +++ b/amqp-5.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59616d71478d224d1c2c8550b8bb12414ba8b4cde512d3a88e7eb41f9280e43d +size 127472 diff --git a/python-amqp.changes b/python-amqp.changes index 02dc847..7c5a1d3 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Dec 20 11:07:31 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-amqp.spec b/python-amqp.spec index f3888f0..7fff46a 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -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