From b4c347127143fc5975fc66e17643cf1fb2a68089b4e8a39438e4fbf4cd8a8d14 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 Jun 2020 09:28:58 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=204.6.10:=20=20=20-=20set=20=5F?= =?UTF-8?q?connection=20in=20=5Fensure=5Fconnection=20(#1205)=20=20=20-=20?= =?UTF-8?q?Fix=20for=20the=20issue=20#1172=20=20=20-=20reuse=20connection?= =?UTF-8?q?=20[bug=20fix]=20=20=20-=20Prevent=20failure=20if=20AWS=20creds?= =?UTF-8?q?=20are=20not=20explicitly=20defined=20on=20predefined.=20=20=20?= =?UTF-8?q?-=20Raise=20RecoverableConnectionError=20in=20maybe=5Fdeclare?= =?UTF-8?q?=20with=20retry=20on=20and.=20=20=20-=20possible=20fix=20for=20?= =?UTF-8?q?#1174=20.=20=20=20-=20Fix:=20make=20SQLAlchemy=20Channel=20init?= =?UTF-8?q?=20thread-safe=20=20=20-=20Added=20integration=20testing=20infr?= =?UTF-8?q?astructure=20for=20RabbitMQ=20=20=20-=20Initial=20redis=20integ?= =?UTF-8?q?ration=20tests=20implementation=20=20=20-=20SQLAlchemy=20transp?= =?UTF-8?q?ort:=20Use=20Query.with=5Ffor=5Fupdate()=20instead=20of=20depre?= =?UTF-8?q?cated=20=20=20-=20Fix=20Consumer=20Encoding=20=20=20-=20Added?= =?UTF-8?q?=20Integration=20tests=20for=20direct,=20topic=20and=20fanout?= =?UTF-8?q?=20exchange=20types=20=20=20-=20Added=20TTL=20integration=20tes?= =?UTF-8?q?ts=20=20=20-=20Added=20integration=20tests=20for=20priority=20q?= =?UTF-8?q?ueues=20=20=20-=20fix=20100%=20cpu=20usage=20on=20linux=20while?= =?UTF-8?q?=20using=20sqs=20=20=20-=20Modified=20Mutex=20to=20use=20redis?= =?UTF-8?q?=20LuaLock=20implementation=20=20=20-=20Fix:=20eliminate=20rema?= =?UTF-8?q?ining=20race=20conditions=20from=20SQLAlchemy=20Channel=20=20?= =?UTF-8?q?=20-=20Fix=20connection=20imaybe=5Fdeclare=20(#1196)=20=20=20-?= =?UTF-8?q?=20Fix=20for=20issue=20#1198:=20Celery=20crashes=20in=20cases?= =?UTF-8?q?=20where=20there=20aren=C3=A2=E2=82=AC=E2=84=A2t=20enough=20=20?= =?UTF-8?q?=20-=20Ensure=20connection=20when=20connecting=20to=20broker=20?= =?UTF-8?q?=20=20-=20update=20pyamqp=20to=202.6=20with=20optional=20cython?= =?UTF-8?q?ization?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=157 --- kombu-4.6.10.tar.gz | 3 +++ kombu-4.6.8.tar.gz | 3 --- python-kombu.changes | 26 ++++++++++++++++++++++++++ python-kombu.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 kombu-4.6.10.tar.gz delete mode 100644 kombu-4.6.8.tar.gz 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