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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98b1afe0752fb71850617830df55f5cb9f7fd82ca9e68fcfb837efbc1f036505
size 67555

3
pamqp-3.3.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d205c2599029d2e3c95d3666013899d10300d380eb87580a0e8182003c31f7b3
size 68088

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>

View File

@@ -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