From a338428f100cf018bf065333be8ef102e74544c6f6a951a85474a86e8fc78afb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 3 Apr 2024 08:24:30 +0000 Subject: [PATCH] - update to 5.3.6: * boto3>=1.26.143 * Always convert azureservicebus namespace to fully qualified * Pin pytest-sugar to latest version 1.0.0 * Upgrade to pytest v8 that removed nose compatibility * fix warning for usage of utcfromtimestamp * Update pytest to 8.0.2 * Hotfix: Fix CI failures (limit redis to <5.0.2 instead of * Expose cancel callback from py-amqp channel.basic_consume * Update mypy to 1.9.0 * Update pytest to 8.1.1 * Pin hypothesis to hypothesis<7 * redis>=4.5.2,<5.0.2,!=4.5.5 -> redis>=4.5.2,!=5.0.2,!=4.5.5 * add escape hatch for custom JSON serialization * Pin pytest-cov to latest version 5.0.0 * Added Changelog for v5.3.6 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=182 --- kombu-5.3.5.tar.gz | 3 --- kombu-5.3.6.tar.gz | 3 +++ python-kombu.changes | 20 ++++++++++++++++++++ python-kombu.spec | 4 ++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 kombu-5.3.5.tar.gz create mode 100644 kombu-5.3.6.tar.gz diff --git a/kombu-5.3.5.tar.gz b/kombu-5.3.5.tar.gz deleted file mode 100644 index 8a4a49e..0000000 --- a/kombu-5.3.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30e470f1a6b49c70dc6f6d13c3e4cc4e178aa6c469ceb6bcd55645385fc84b93 -size 438460 diff --git a/kombu-5.3.6.tar.gz b/kombu-5.3.6.tar.gz new file mode 100644 index 0000000..5e2e5fd --- /dev/null +++ b/kombu-5.3.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3da5b570a147a5da8280180aa80b03807283d63ea5081fcdb510d18242431d9 +size 439311 diff --git a/python-kombu.changes b/python-kombu.changes index 57f34ca..41e0343 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Apr 3 07:21:44 UTC 2024 - Dirk Müller + +- update to 5.3.6: + * boto3>=1.26.143 + * Always convert azureservicebus namespace to fully qualified + * Pin pytest-sugar to latest version 1.0.0 + * Upgrade to pytest v8 that removed nose compatibility + * fix warning for usage of utcfromtimestamp + * Update pytest to 8.0.2 + * Hotfix: Fix CI failures (limit redis to <5.0.2 instead of + * Expose cancel callback from py-amqp channel.basic_consume + * Update mypy to 1.9.0 + * Update pytest to 8.1.1 + * Pin hypothesis to hypothesis<7 + * redis>=4.5.2,<5.0.2,!=4.5.5 -> redis>=4.5.2,!=5.0.2,!=4.5.5 + * add escape hatch for custom JSON serialization + * Pin pytest-cov to latest version 5.0.0 + * Added Changelog for v5.3.6 + ------------------------------------------------------------------- Thu Feb 8 09:01:22 UTC 2024 - Markéta Machová diff --git a/python-kombu.spec b/python-kombu.spec index 06de91a..22a301c 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-kombu -Version: 5.3.5 +Version: 5.3.6 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -33,7 +33,7 @@ BuildRequires: %{python_module Pyro5} BuildRequires: %{python_module SQLAlchemy} BuildRequires: %{python_module amqp >= 5.1.1} BuildRequires: %{python_module azure-identity >= 1.12.0} -BuildRequires: %{python_module boto3 >= 1.9.12} +BuildRequires: %{python_module boto3 >= 1.26.143} BuildRequires: %{python_module hypothesis} BuildRequires: %{python_module msgpack} BuildRequires: %{python_module pycurl >= 7.43.0.2}