15
0
forked from pool/python-pamqp

- update to 3.3.0:

* Allow space character in exchange and queue names
   * Convert AMQP timestamp property to handle milliseconds
- Update to 3.2.1
  * Add support for short-short-int and short-short-uint. (#33 - michal800106)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=26
This commit is contained in:
2024-01-20 19:38:09 +00:00
committed by Git OBS Bridge
parent c94ce67d10
commit 87f1e29c75
4 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
Sat Jan 20 19:37:40 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>
- 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 <yarunachalam@suse.com>
- 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 <jayvdb@gmail.com>