From 1f37738fa8e25032e5b7d15d45096dd1361092a6d4de2a9356d243a626cfc6f1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 3 Jan 2022 12:33:48 +0000 Subject: [PATCH] - update to 5.0.9: - Append to _used_channel_ids in _used_channel_ids OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqp?expand=0&rev=78 --- amqp-5.0.8.tar.gz | 3 --- amqp-5.0.9.tar.gz | 3 +++ python-amqp.changes | 6 ++++++ python-amqp.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 amqp-5.0.8.tar.gz create mode 100644 amqp-5.0.9.tar.gz diff --git a/amqp-5.0.8.tar.gz b/amqp-5.0.8.tar.gz deleted file mode 100644 index 366f553..0000000 --- a/amqp-5.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59616d71478d224d1c2c8550b8bb12414ba8b4cde512d3a88e7eb41f9280e43d -size 127472 diff --git a/amqp-5.0.9.tar.gz b/amqp-5.0.9.tar.gz new file mode 100644 index 0000000..36828f5 --- /dev/null +++ b/amqp-5.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5f707424e544078ca196e72ae6a14887ce74e02bd126be54b7c03c971bef18 +size 127478 diff --git a/python-amqp.changes b/python-amqp.changes index 7c5a1d3..9d1c759 100644 --- a/python-amqp.changes +++ b/python-amqp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 3 12:29:53 UTC 2022 - Dirk Müller + +- update to 5.0.9: + - Append to _used_channel_ids in _used_channel_ids + ------------------------------------------------------------------- Mon Dec 20 11:07:31 UTC 2021 - Dirk Müller diff --git a/python-amqp.spec b/python-amqp.spec index 7fff46a..0e33dc5 100644 --- a/python-amqp.spec +++ b/python-amqp.spec @@ -1,7 +1,7 @@ # # spec file for package python-amqp # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-amqp -Version: 5.0.8 +Version: 5.0.9 Release: 0 Summary: Low-level AMQP client for Python (fork of amqplib) License: LGPL-2.1-or-later