From 5e3a54214198c64dbac5bae706b5556a4a14756a13aa7c9478c27f1934b73f03 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Wed, 5 Oct 2022 09:31:05 +0000 Subject: [PATCH] Accepting request 1008024 from home:yarunachalam:branches:devel:languages:python - Update to 3.2.0 (2022-06-27) * Allow long-str to fall back to bytes in case of UnicodeDecodeError (AMQP 1.0 interop) (#40 - dmaone) * DOMAIN_REGEX enhanced to fulfill tag uri scheme for exchange and queue names. (#42 - deschmih) - Update to 3.1.0 (2022-01-10) * Add implicit UTC timezone behavior to the AMQP Basic.Properties timestamp value. (#37 - RemiCardona) * Add support for short-short-int and short-short-uint. (#33 - michal800106) OBS-URL: https://build.opensuse.org/request/show/1008024 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=22 --- pamqp-3.0.1.tar.gz | 3 --- pamqp-3.2.0.tar.gz | 3 +++ python-pamqp.changes | 11 +++++++++++ python-pamqp.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 pamqp-3.0.1.tar.gz create mode 100644 pamqp-3.2.0.tar.gz diff --git a/pamqp-3.0.1.tar.gz b/pamqp-3.0.1.tar.gz deleted file mode 100644 index a38718c..0000000 --- a/pamqp-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f0f5d3fb028b03350556dd997535b01e9e69f81b921139a5af3ea214c757409 -size 66682 diff --git a/pamqp-3.2.0.tar.gz b/pamqp-3.2.0.tar.gz new file mode 100644 index 0000000..08d2da2 --- /dev/null +++ b/pamqp-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bd552a3baa3b506845727eb9acf0f1a00c5272f4ef7fcf5fa4c4d6e476502e +size 67502 diff --git a/python-pamqp.changes b/python-pamqp.changes index 9314d37..ab6939f 100644 --- a/python-pamqp.changes +++ b/python-pamqp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Oct 4 22:06:53 UTC 2022 - Yogalakshmi Arunachalam + +- Update to 3.2.0 (2022-06-27) + * Allow long-str to fall back to bytes in case of UnicodeDecodeError (AMQP 1.0 interop) (#40 - dmaone) + * DOMAIN_REGEX enhanced to fulfill tag uri scheme for exchange and queue names. (#42 - deschmih) + +- Update to 3.1.0 (2022-01-10) + * Add implicit UTC timezone behavior to the AMQP Basic.Properties timestamp value. (#37 - RemiCardona) + * Add support for short-short-int and short-short-uint. (#33 - michal800106) + ------------------------------------------------------------------- Tue Feb 23 14:52:28 UTC 2021 - John Vandenberg diff --git a/python-pamqp.spec b/python-pamqp.spec index a49ce82..8f9f147 100644 --- a/python-pamqp.spec +++ b/python-pamqp.spec @@ -1,7 +1,7 @@ # # spec file for package python-pamqp # -# 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-pamqp -Version: 3.0.1 +Version: 3.2.0 Release: 0 Summary: Pure-python AMQP 0-9-1 frame encoder and decoder License: BSD-3-Clause