2019-04-26 11:06:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Apr 26 10:04:09 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- do not require unittest2 for testing with python3
|
|
|
|
|
|
2019-04-26 09:36:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
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`
|
|
|
|
|
|
2019-03-29 09:22:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 29 07:27:03 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
|
|
- version update to 2.1.0
|
|
|
|
|
* Change raising a DeprecationWarning exception to using
|
|
|
|
|
warnings.warn for deprecated AMQP methods
|
|
|
|
|
|
2018-09-21 07:57:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Sep 21 07:56:23 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
|
|
- Version update to 2.0.0:
|
|
|
|
|
* Small bugfixes only, support for py3.4+ and 2.7+ only
|
2018-09-21 07:57:31 +00:00
|
|
|
- Drop upstream merged patch:
|
|
|
|
|
* 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch
|
2018-09-21 07:57:08 +00:00
|
|
|
|
2018-09-12 09:28:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 12 10:59:50 CEST 2018 - mcepl@suse.com
|
|
|
|
|
|
|
|
|
|
- Add 776d086553bd04630cb1d9e2f429c7bf05b1ca23.patch fixing tests
|
|
|
|
|
on 32bit archs. See https://github.com/gmr/pamqp/issues/11
|
|
|
|
|
|
2018-08-29 13:55:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Aug 29 13:54:56 UTC 2018 - tchvatal@suse.com
|
|
|
|
|
|
|
|
|
|
- Switch to github tarball to get tests
|
|
|
|
|
- Run tests
|
|
|
|
|
|
2018-08-28 23:59:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Dec 7 01:55:55 UTC 2017 - sean.marlow@suse.com
|
|
|
|
|
|
|
|
|
|
- Initial release v1.6.1
|