15
0

Accepting request 975670 from home:mcalabkova:branches:devel:languages:python

- Update to 2.10.4
  * Fixed a potential deadlock when opening a channel with a broken connection [#97]
  * Added support for custom Message implementations
  * Added Pagination and Filtering support to Management list calls
  * Updated to use pytest framework instead of nose for testing.
  * Fixed bug with UriConnection not handling amqps:// properly.
  * Fixed bad socket fd causing high cpu usage [#110]
- Get new pamqp3.patch from https://github.com/eandersson/amqpstorm/pull/95,
  which should be in v3 (which is somehow not tagged yet)
  * rebased it to the new codestream
- Do not require mock
  * mock.patch

- Update to 2.8.4

OBS-URL: https://build.opensuse.org/request/show/975670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-amqpstorm?expand=0&rev=29
This commit is contained in:
2022-05-09 06:02:09 +00:00
committed by Git OBS Bridge
parent 0d949c4655
commit 0e23435139
6 changed files with 773 additions and 264 deletions

View File

@@ -1,7 +1,23 @@
-------------------------------------------------------------------
Mon May 9 04:55:21 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Update to 2.10.4
* Fixed a potential deadlock when opening a channel with a broken connection [#97]
* Added support for custom Message implementations
* Added Pagination and Filtering support to Management list calls
* Updated to use pytest framework instead of nose for testing.
* Fixed bug with UriConnection not handling amqps:// properly.
* Fixed bad socket fd causing high cpu usage [#110]
- Get new pamqp3.patch from https://github.com/eandersson/amqpstorm/pull/95,
which should be in v3 (which is somehow not tagged yet)
* rebased it to the new codestream
- Do not require mock
* mock.patch
-------------------------------------------------------------------
Mon Apr 19 13:03:19 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Upadte to 2.8.4
- Update to 2.8.4
* Added getter/setter methods for Message properties expiration, message_type and user_id
* Fixed pip sdist circular dependency
* Fixed basic.consume argument type in documentation