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