diff --git a/kombu-4.6.10.tar.gz b/kombu-4.6.10.tar.gz new file mode 100644 index 0000000..5232bbf --- /dev/null +++ b/kombu-4.6.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437b9cdea193cc2ed0b8044c85fd0f126bb3615ca2f4d4a35b39de7cacfa3c1a +size 406494 diff --git a/kombu-4.6.8.tar.gz b/kombu-4.6.8.tar.gz deleted file mode 100644 index 7fc3a01..0000000 --- a/kombu-4.6.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2d1cda774126a044d91a7ff5fa6d09edf99f46924ab332a810760fe6740e9b76 -size 406196 diff --git a/python-kombu.changes b/python-kombu.changes index a4e9b0f..871d954 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sun Jun 14 09:27:19 UTC 2020 - Dirk Mueller + +- 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 diff --git a/python-kombu.spec b/python-kombu.spec index 6e0d94b..09527b8 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kombu -Version: 4.6.8 +Version: 4.6.10 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause