Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-web.py for openSUSE:Factory checked in at 2025-06-13 18:45:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-web.py (Old) and /work/SRC/openSUSE:Factory/.python-web.py.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-web.py" Fri Jun 13 18:45:05 2025 rev:17 rq:1285279 version:0.62 Changes: -------- --- /work/SRC/openSUSE:Factory/python-web.py/python-web.py.changes 2024-11-21 22:01:57.621212172 +0100 +++ /work/SRC/openSUSE:Factory/.python-web.py.new.19631/python-web.py.changes 2025-06-13 18:45:24.358719107 +0200 @@ -1,0 +2,7 @@ +Fri Jun 13 02:43:42 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. +- Ship the README as docs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-web.py.spec ++++++ --- /var/tmp/diff_new_pack.EObQQP/_old 2025-06-13 18:45:24.886740690 +0200 +++ /var/tmp/diff_new_pack.EObQQP/_new 2025-06-13 18:45:24.886740690 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-web.py # -# 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 @@ -16,9 +16,6 @@ # -%define skip_python2 1 - -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-web.py Version: 0.62 Release: 0 @@ -27,7 +24,9 @@ URL: https://webpy.org/ Source: https://files.pythonhosted.org/packages/source/w/web.py/web.py-%{version}.tar.gz BuildRequires: %{python_module legacy-cgi if %python-base >= 3.13} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-cheroot @@ -49,10 +48,10 @@ %setup -q -n web.py-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -60,5 +59,7 @@ %pytest -k 'not test_routing' %files %{python_files} -%{python_sitelib}/* +%doc README.md +%{python_sitelib}/web +%{python_sitelib}/web[_.]py-%{version}.dist-info