Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-serverfiles for openSUSE:Factory checked in at 2025-06-12 15:54:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-serverfiles (Old) and /work/SRC/openSUSE:Factory/.python-serverfiles.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-serverfiles" Thu Jun 12 15:54:30 2025 rev:4 rq:1285103 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-serverfiles/python-serverfiles.changes 2021-09-09 23:08:06.528870277 +0200 +++ /work/SRC/openSUSE:Factory/.python-serverfiles.new.19631/python-serverfiles.changes 2025-06-12 15:56:07.996330141 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 10:47:03 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-serverfiles.spec ++++++ --- /var/tmp/diff_new_pack.9HhCIX/_old 2025-06-12 15:56:08.576354212 +0200 +++ /var/tmp/diff_new_pack.9HhCIX/_new 2025-06-12 15:56:08.576354212 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-serverfiles # -# Copyright (c) 2021 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-serverfiles Version: 0.3.1 Release: 0 @@ -25,7 +24,9 @@ Group: Development/Languages/Python URL: https://github.com/biolab/serverfiles Source: https://files.pythonhosted.org/packages/source/s/serverfiles/serverfiles-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-requests >= 2.11.1 @@ -43,10 +44,10 @@ %setup -q -n serverfiles-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -54,5 +55,6 @@ %files %{python_files} %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/serverfiles +%{python_sitelib}/serverfiles-%{version}*-info