Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-repoze.lru for openSUSE:Factory checked in at 2025-06-11 18:34:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-repoze.lru (Old) and /work/SRC/openSUSE:Factory/.python-repoze.lru.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-repoze.lru" Wed Jun 11 18:34:33 2025 rev:12 rq:1284813 version:0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-repoze.lru/python-repoze.lru.changes 2023-06-12 15:24:51.666487484 +0200 +++ /work/SRC/openSUSE:Factory/.python-repoze.lru.new.19631/python-repoze.lru.changes 2025-06-11 18:35:03.568445115 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 11:47:34 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-repoze.lru.spec ++++++ --- /var/tmp/diff_new_pack.GCf3I6/_old 2025-06-11 18:35:04.252473385 +0200 +++ /var/tmp/diff_new_pack.GCf3I6/_new 2025-06-11 18:35:04.252473385 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-repoze.lru # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -25,7 +25,9 @@ Group: Development/Languages/Python URL: http://www.repoze.org Source: https://files.pythonhosted.org/packages/source/r/repoze.lru/repoze.lru-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros BuildArch: noarch %python_subpackages @@ -40,12 +42,15 @@ %setup -q -n repoze.lru-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %files %{python_files} %license LICENSE.txt -%{python_sitelib}/* +%dir %{python_sitelib}/repoze +%{python_sitelib}/repoze/lru +%{python_sitelib}/repoze[._]lru-%{version}*-info +%{python_sitelib}/repoze[._]lru-%{version}*nspkg.pth