Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cachy for openSUSE:Factory checked in at 2025-05-20 09:32:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cachy (Old) and /work/SRC/openSUSE:Factory/.python-cachy.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cachy" Tue May 20 09:32:41 2025 rev:7 rq:1277827 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cachy/python-cachy.changes 2023-11-30 22:01:35.693664620 +0100 +++ /work/SRC/openSUSE:Factory/.python-cachy.new.30101/python-cachy.changes 2025-05-20 09:34:53.541198057 +0200 @@ -1,0 +2,5 @@ +Thu May 15 12:47:26 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cachy.spec ++++++ --- /var/tmp/diff_new_pack.r1wgqf/_old 2025-05-20 09:34:54.285229133 +0200 +++ /var/tmp/diff_new_pack.r1wgqf/_new 2025-05-20 09:34:54.285229133 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cachy # -# Copyright (c) 2023 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 @@ -30,11 +30,13 @@ BuildRequires: %{python_module fakeredis >= 0.10.2} BuildRequires: %{python_module flexmock >= 0.10.2} BuildRequires: %{python_module msgpack-python >= 0.5} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pymemcache >= 4.0} BuildRequires: %{python_module pytest >= 3.5} BuildRequires: %{python_module pytest-mock >= 1.9} BuildRequires: %{python_module redis >= 2.10} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python-msgpack-python >= 0.5 @@ -50,10 +52,10 @@ %autosetup -p1 -n cachy-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %{python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ %fdupes %{buildroot}%{$python_sitelib} }