diff --git a/pamqp-3.2.1.tar.gz b/pamqp-3.2.1.tar.gz deleted file mode 100644 index 77819e7..0000000 --- a/pamqp-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98b1afe0752fb71850617830df55f5cb9f7fd82ca9e68fcfb837efbc1f036505 -size 67555 diff --git a/pamqp-3.3.0.tar.gz b/pamqp-3.3.0.tar.gz new file mode 100644 index 0000000..cbb81aa --- /dev/null +++ b/pamqp-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d205c2599029d2e3c95d3666013899d10300d380eb87580a0e8182003c31f7b3 +size 68088 diff --git a/python-pamqp.changes b/python-pamqp.changes index b938187..dafbfdd 100644 --- a/python-pamqp.changes +++ b/python-pamqp.changes @@ -1,7 +1,14 @@ +------------------------------------------------------------------- +Sat Jan 20 19:37:40 UTC 2024 - Dirk Müller + +- update to 3.3.0: + * Allow space character in exchange and queue names + * Convert AMQP timestamp property to handle milliseconds + ------------------------------------------------------------------- Fri Oct 28 18:36:51 UTC 2022 - Yogalakshmi Arunachalam -- Update to 3.2.1 +- Update to 3.2.1 Fix line length issue in comment ------------------------------------------------------------------- @@ -13,7 +20,7 @@ Tue Oct 4 22:06:53 UTC 2022 - Yogalakshmi Arunachalam - 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) + * 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 27356cf..17a6fcc 100644 --- a/python-pamqp.spec +++ b/python-pamqp.spec @@ -1,7 +1,7 @@ # # spec file for package python-pamqp # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 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.2.1 +Version: 3.3.0 Release: 0 Summary: Pure-python AMQP 0-9-1 frame encoder and decoder License: BSD-3-Clause