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..9c49971 100644 --- a/python-pamqp.changes +++ b/python-pamqp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +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 + +- 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..8faeaba 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 @@ -30,6 +30,7 @@ BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros +BuildRequires: python-unittest2 BuildArch: noarch %python_subpackages