15
0
forked from pool/python-pamqp

Accepting request 1008146 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1008146
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=9
This commit is contained in:
2022-10-06 05:42:03 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Oct 4 22:06:53 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <jayvdb@gmail.com>

View File

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