forked from pool/python-pamqp
Accepting request 698176 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/698176 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pamqp?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:535337cf40466082bc3571824373f470d3a398ecf6097e72f2586450379dbd24
|
||||
size 58093
|
||||
3
2.3.0.tar.gz
Normal file
3
2.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c69844d2f587fcb8f086490ad5e4d629dc94ad3b25efd898dacb387aac453e0
|
||||
size 59484
|
||||
@@ -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 <https://github.com/mosquito>`_)
|
||||
- Change :py:meth:`pamqp.frame.frame_parts` to a public method
|
||||
(#15 - `mosquito <https://github.com/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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user