Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pika-pool for openSUSE:Factory checked in at 2025-06-03 17:55:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pika-pool (Old) and /work/SRC/openSUSE:Factory/.python-pika-pool.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pika-pool" Tue Jun 3 17:55:38 2025 rev:6 rq:1282275 version:0.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pika-pool/python-pika-pool.changes 2020-08-13 10:26:03.722899227 +0200 +++ /work/SRC/openSUSE:Factory/.python-pika-pool.new.16005/python-pika-pool.changes 2025-06-03 17:56:35.885215489 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 11:24:47 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pika-pool.spec ++++++ --- /var/tmp/diff_new_pack.DKc4Xz/_old 2025-06-03 17:56:36.989261266 +0200 +++ /var/tmp/diff_new_pack.DKc4Xz/_new 2025-06-03 17:56:36.993261432 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pika-pool # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pika-pool Version: 0.1.3 Release: 0 @@ -26,7 +25,9 @@ URL: https://github.com/bninja/pika-pool Source: https://files.pythonhosted.org/packages/source/p/pika-pool/pika-pool-%{version}.tar.gz BuildRequires: %{python_module pika} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros Requires: python-pika >= 0.9 BuildArch: noarch @@ -44,12 +45,14 @@ %setup -q -n pika-pool-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} %doc README.rst -%{python_sitelib}/* +%{python_sitelib}/pika_pool.py +%{python_sitelib}/pika[-_]pool-%{version}*-info +%pycache_only %{python_sitelib}/__pycache__/pika[-_]pool*