Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-kombu for openSUSE:Factory checked in at 2021-07-10 22:53:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kombu (Old) and /work/SRC/openSUSE:Factory/.python-kombu.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kombu" Sat Jul 10 22:53:58 2021 rev:71 rq:903718 version:5.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes 2020-12-12 20:31:29.577797489 +0100 +++ /work/SRC/openSUSE:Factory/.python-kombu.new.2625/python-kombu.changes 2021-07-10 22:54:09.527917701 +0200 @@ -1,0 +2,12 @@ +Wed Jun 30 09:16:13 UTC 2021 - Mark??ta Machov?? <[email protected]> + +- Update to 5.1.0 + * Add support for SQLAlchemy 1.4. + * prepare_accept_content() now raises SerializerNotInstalled instead of + KeyError. + * Wheels are no longer universal. + * Remove python2 compatibility code + * Update default pickle protocol version to 4 + * Drop support for the lzma backport. + +------------------------------------------------------------------- Old: ---- kombu-5.0.2.tar.gz New: ---- kombu-5.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kombu.spec ++++++ --- /var/tmp/diff_new_pack.1A61EK/_old 2021-07-10 22:54:10.143912947 +0200 +++ /var/tmp/diff_new_pack.1A61EK/_new 2021-07-10 22:54:10.143912947 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-kombu # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-kombu -Version: 5.0.2 +Version: 5.1.0 Release: 0 Summary: AMQP Messaging Framework for Python License: BSD-3-Clause @@ -29,8 +29,9 @@ BuildRequires: %{python_module PyYAML >= 3.10} BuildRequires: %{python_module Pyro4} BuildRequires: %{python_module SQLAlchemy} -BuildRequires: %{python_module amqp >= 5.0.0} +BuildRequires: %{python_module amqp >= 5.0.6} BuildRequires: %{python_module boto3 >= 1.4.4} +BuildRequires: %{python_module cached-property} BuildRequires: %{python_module case >= 1.5.2} BuildRequires: %{python_module importlib-metadata >= 0.18} BuildRequires: %{python_module msgpack} @@ -41,7 +42,8 @@ BuildRequires: %{python_module setuptools >= 20.6.7} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-amqp >= 5.0.0 +Requires: python-amqp >= 5.0.6 +Requires: python-cached-property Requires: python-importlib-metadata >= 0.18 Requires: python-setuptools Recommends: python-Brotli >= 1.0.0 @@ -66,6 +68,8 @@ %setup -q -n kombu-%{version} # pinned dependencies are bad sed -i -e 's:==:>=:g' requirements/*.txt requirements/extras/*.txt +# we don't want to pull in the whole azure stack because of few tests of a non-essential feature +rm t/unit/transport/test_azureservicebus.py %build %python_build ++++++ kombu-5.0.2.tar.gz -> kombu-5.1.0.tar.gz ++++++ ++++ 4061 lines of diff (skipped)
