- 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
This commit is contained in:
Dirk Mueller 2024-04-03 08:24:30 +00:00 committed by Git OBS Bridge
parent 213cac2193
commit a338428f10
4 changed files with 25 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30e470f1a6b49c70dc6f6d13c3e4cc4e178aa6c469ceb6bcd55645385fc84b93
size 438460

3
kombu-5.3.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3da5b570a147a5da8280180aa80b03807283d63ea5081fcdb510d18242431d9
size 439311

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Apr 3 07:21:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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á <mmachova@suse.com>

View File

@ -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}