From 5096e74fb40bda6c44fd709f0ceeb3f434943eed14705a0af89edd22aa6f8319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Apr 2019 09:36:05 +0000 Subject: [PATCH 1/2] Accepting request 698076 from home:pgajdos - version update to 2.3.0 - Add :py:func:`pamqp.encode.support_deprecated_rabbitmq` function to limit data types available when encoding field-tables for older RabbitMQ versions. - Change :py:meth:`pamqp.encode.timestamp` to allow for numeric/epoch timestamps (#14 - `mosquito `_) - Change :py:meth:`pamqp.frame.frame_parts` to a public method (#15 - `mosquito `_) - Cleanup of code to pass configured flake8 tests - Add support for 8-bit unsigned integer values in :py:meth:`pamqp.encode.table_integer` OBS-URL: https://build.opensuse.org/request/show/698076 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=13 --- 2.1.0.tar.gz | 3 --- 2.3.0.tar.gz | 3 +++ python-pamqp.changes | 15 +++++++++++++++ python-pamqp.spec | 3 ++- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 2.1.0.tar.gz create mode 100644 2.3.0.tar.gz diff --git a/2.1.0.tar.gz b/2.1.0.tar.gz deleted file mode 100644 index 3c53c2e..0000000 --- a/2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:535337cf40466082bc3571824373f470d3a398ecf6097e72f2586450379dbd24 -size 58093 diff --git a/2.3.0.tar.gz b/2.3.0.tar.gz new file mode 100644 index 0000000..e86bb2b --- /dev/null +++ b/2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c69844d2f587fcb8f086490ad5e4d629dc94ad3b25efd898dacb387aac453e0 +size 59484 diff --git a/python-pamqp.changes b/python-pamqp.changes index b40af74..243e601 100644 --- a/python-pamqp.changes +++ b/python-pamqp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Apr 26 07:42:34 UTC 2019 - pgajdos@suse.com + +- version update to 2.3.0 + - Add :py:func:`pamqp.encode.support_deprecated_rabbitmq` function + to limit data types available when encoding field-tables for older + RabbitMQ versions. + - Change :py:meth:`pamqp.encode.timestamp` to allow for numeric/epoch + timestamps (#14 - `mosquito `_) + - Change :py:meth:`pamqp.frame.frame_parts` to a public method + (#15 - `mosquito `_) + - Cleanup of code to pass configured flake8 tests + - Add support for 8-bit unsigned integer values in + :py:meth:`pamqp.encode.table_integer` + ------------------------------------------------------------------- Fri Mar 29 07:27:03 UTC 2019 - pgajdos@suse.com diff --git a/python-pamqp.spec b/python-pamqp.spec index 726cec2..80ac581 100644 --- a/python-pamqp.spec +++ b/python-pamqp.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pamqp -Version: 2.1.0 +Version: 2.3.0 Release: 0 Summary: A pure-python AMQP 0-9-1 frame encoder and decoder License: BSD-3-Clause @@ -28,6 +28,7 @@ Source: https://github.com/gmr/pamqp/archive/%{version}.tar.gz BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module unittest2} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch From 46ad313a22a09862cc0d28d45ea959e5c15b9cf319436597d1d3b1445878fd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 26 Apr 2019 11:06:08 +0000 Subject: [PATCH 2/2] Accepting request 698132 from home:pgajdos - do not require unittest2 for testing with python3 OBS-URL: https://build.opensuse.org/request/show/698132 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pamqp?expand=0&rev=14 --- python-pamqp.changes | 5 +++++ python-pamqp.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-pamqp.changes b/python-pamqp.changes index 243e601..9c49971 100644 --- a/python-pamqp.changes +++ b/python-pamqp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 26 10:04:09 UTC 2019 - pgajdos@suse.com + +- do not require unittest2 for testing with python3 + ------------------------------------------------------------------- Fri Apr 26 07:42:34 UTC 2019 - pgajdos@suse.com diff --git a/python-pamqp.spec b/python-pamqp.spec index 80ac581..8faeaba 100644 --- a/python-pamqp.spec +++ b/python-pamqp.spec @@ -28,9 +28,9 @@ Source: https://github.com/gmr/pamqp/archive/%{version}.tar.gz BuildRequires: %{python_module mock} BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module unittest2} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python-unittest2 BuildArch: noarch %python_subpackages