Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-repoze.who for openSUSE:Factory checked in at 2025-06-11 18:34:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-repoze.who (Old) and /work/SRC/openSUSE:Factory/.python-repoze.who.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-repoze.who" Wed Jun 11 18:34:39 2025 rev:11 rq:1284831 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-repoze.who/python-repoze.who.changes 2024-11-05 15:42:16.405224531 +0100 +++ /work/SRC/openSUSE:Factory/.python-repoze.who.new.19631/python-repoze.who.changes 2025-06-11 18:35:09.608694754 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 12:45:29 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-repoze.who.spec ++++++ --- /var/tmp/diff_new_pack.d7dT6y/_old 2025-06-11 18:35:10.428728645 +0200 +++ /var/tmp/diff_new_pack.d7dT6y/_new 2025-06-11 18:35:10.432728811 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-repoze.who # -# Copyright (c) 2024 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 @@ -17,8 +17,8 @@ %global modname repoze.who -%{?sle15_python_module_pythons} %global skip_python313 1 +%{?sle15_python_module_pythons} Name: python-repoze.who Version: 3.0.0 Release: 0 @@ -27,8 +27,10 @@ URL: http://www.repoze.org Source: https://files.pythonhosted.org/packages/source/r/repoze.who/%{modname}-%{version}.tar.gz BuildRequires: %{python_module WebOb} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -53,10 +55,10 @@ %setup -q -n %{modname}-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib}/ %check @@ -65,5 +67,8 @@ %files %{python_files} %license LICENSE.txt %doc *.txt -%{python_sitelib}/* +%dir %{python_sitelib}/repoze +%{python_sitelib}/repoze/who +%{python_sitelib}/repoze[._]who-%{version}*-info +%{python_sitelib}/repoze[._]who-%{version}*nspkg.pth