diff --git a/python-pika.changes b/python-pika.changes index 4c37532..4430886 100644 --- a/python-pika.changes +++ b/python-pika.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 13 09:33:54 UTC 2023 - Dirk Müller + +- switch SLE15 build to the new python stack as only >= 3.7 is + supported + ------------------------------------------------------------------- Tue Jun 27 15:55:55 UTC 2023 - Dirk Müller @@ -14,7 +20,7 @@ Mon Jan 2 20:00:05 UTC 2023 - Dirk Müller Sat Oct 1 14:07:45 UTC 2022 - Dirk Müller - update to 1.3.0: - * see https://github.com/pika/pika/milestone/19?closed=1 + * see https://github.com/pika/pika/milestone/19?closed=1 ------------------------------------------------------------------- Thu Apr 28 15:23:41 UTC 2022 - pgajdos@suse.com @@ -240,7 +246,7 @@ Wed Dec 4 20:39:50 UTC 2013 - p.drouand@gmail.com renamed and constants used. If you relied on any of these callbacks outside of their internal use, make sure to check out the new constants. + Connection._connect method, which was an internal only method is now - deprecated and will raise a DeprecationWarning. If you relied on + deprecated and will raise a DeprecationWarning. If you relied on this method, your code needs to change. + pika.simplebuffer has been removed + BlockingConnection consumer generator does not free buffer diff --git a/python-pika.spec b/python-pika.spec index 57172e7..31efcc8 100644 --- a/python-pika.spec +++ b/python-pika.spec @@ -17,7 +17,7 @@ %define mod_name pika -%{?!python_module:%define python_module() python-%{**} python3-%{**}} +%{?sle15_python_module_pythons} Name: python-%{mod_name} Version: 1.3.2 Release: 0 @@ -27,6 +27,7 @@ Group: Development/Languages/Python URL: https://github.com/pika/pika Source: https://github.com/pika/pika/archive/%{version}.tar.gz BuildRequires: %{python_module Twisted} +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tornado} @@ -66,7 +67,7 @@ export PYTHONPATH='.' %files %{python_files} %doc README.rst CHANGELOG.md %license LICENSE -# You may have to add additional files here (documentation and binaries mostly) -%{python_sitelib}/%{mod_name}* +%{python_sitelib}/%{mod_name} +%{python_sitelib}/%{mod_name}-%{version}.dist-info %changelog