Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pika for openSUSE:Factory checked in at 2023-11-14 21:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pika (Old) and /work/SRC/openSUSE:Factory/.python-pika.new.17445 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pika" Tue Nov 14 21:42:11 2023 rev:21 rq:1125422 version:1.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pika/python-pika.changes 2023-06-27 23:18:25.436012095 +0200 +++ /work/SRC/openSUSE:Factory/.python-pika.new.17445/python-pika.changes 2023-11-14 21:42:13.546828027 +0100 @@ -1,0 +2,6 @@ +Mon Nov 13 09:33:54 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- switch SLE15 build to the new python stack as only >= 3.7 is + supported + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pika.spec ++++++ --- /var/tmp/diff_new_pack.huOF7n/_old 2023-11-14 21:42:14.102848609 +0100 +++ /var/tmp/diff_new_pack.huOF7n/_new 2023-11-14 21:42:14.102848609 +0100 @@ -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 @@ 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,6 +67,6 @@ %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