15
0
forked from pool/python-pamqp

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

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
This commit is contained in:
Tomáš Chvátal
2019-04-26 09:36:05 +00:00
committed by Git OBS Bridge
parent ca85a5c414
commit 5096e74fb4
4 changed files with 20 additions and 4 deletions

View File

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

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

View File

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

View File

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