Accepting request 814552 from devel:languages:python
- update to 4.6.10: - set _connection in _ensure_connection (#1205) - Fix for the issue #1172 - reuse connection [bug fix] - Prevent failure if AWS creds are not explicitly defined on predefined. - Raise RecoverableConnectionError in maybe_declare with retry on and. - possible fix for #1174 . - Fix: make SQLAlchemy Channel init thread-safe - Added integration testing infrastructure for RabbitMQ - Initial redis integration tests implementation - SQLAlchemy transport: Use Query.with_for_update() instead of deprecated - Fix Consumer Encoding - Added Integration tests for direct, topic and fanout exchange types - Added TTL integration tests - Added integration tests for priority queues - fix 100% cpu usage on linux while using sqs - Modified Mutex to use redis LuaLock implementation - Fix: eliminate remaining race conditions from SQLAlchemy Channel - Fix connection imaybe_declare (#1196) - Fix for issue #1198: Celery crashes in cases where there aren’t enough - Ensure connection when connecting to broker - update pyamqp to 2.6 with optional cythonization OBS-URL: https://build.opensuse.org/request/show/814552 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-kombu?expand=0&rev=68
This commit is contained in:
commit
376236803e
3
kombu-4.6.10.tar.gz
Normal file
3
kombu-4.6.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:437b9cdea193cc2ed0b8044c85fd0f126bb3615ca2f4d4a35b39de7cacfa3c1a
|
||||||
|
size 406494
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d1cda774126a044d91a7ff5fa6d09edf99f46924ab332a810760fe6740e9b76
|
|
||||||
size 406196
|
|
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 14 09:27:19 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 4.6.10:
|
||||||
|
- set _connection in _ensure_connection (#1205)
|
||||||
|
- Fix for the issue #1172
|
||||||
|
- reuse connection [bug fix]
|
||||||
|
- Prevent failure if AWS creds are not explicitly defined on predefined.
|
||||||
|
- Raise RecoverableConnectionError in maybe_declare with retry on and.
|
||||||
|
- possible fix for #1174 .
|
||||||
|
- Fix: make SQLAlchemy Channel init thread-safe
|
||||||
|
- Added integration testing infrastructure for RabbitMQ
|
||||||
|
- Initial redis integration tests implementation
|
||||||
|
- SQLAlchemy transport: Use Query.with_for_update() instead of deprecated
|
||||||
|
- Fix Consumer Encoding
|
||||||
|
- Added Integration tests for direct, topic and fanout exchange types
|
||||||
|
- Added TTL integration tests
|
||||||
|
- Added integration tests for priority queues
|
||||||
|
- fix 100% cpu usage on linux while using sqs
|
||||||
|
- Modified Mutex to use redis LuaLock implementation
|
||||||
|
- Fix: eliminate remaining race conditions from SQLAlchemy Channel
|
||||||
|
- Fix connection imaybe_declare (#1196)
|
||||||
|
- Fix for issue #1198: Celery crashes in cases where there aren’t enough
|
||||||
|
- Ensure connection when connecting to broker
|
||||||
|
- update pyamqp to 2.6 with optional cythonization
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 30 14:13:32 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Mon Mar 30 14:13:32 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-kombu
|
Name: python-kombu
|
||||||
Version: 4.6.8
|
Version: 4.6.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AMQP Messaging Framework for Python
|
Summary: AMQP Messaging Framework for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user