Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-py for openSUSE:Factory checked in at 2025-05-07 19:15:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-py (Old) and /work/SRC/openSUSE:Factory/.python-py.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py" Wed May 7 19:15:41 2025 rev:44 rq:1275088 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-py/python-py.changes 2024-10-14 13:06:33.167055781 +0200 +++ /work/SRC/openSUSE:Factory/.python-py.new.30101/python-py.changes 2025-05-07 19:16:19.250844536 +0200 @@ -1,0 +2,5 @@ +Wed May 7 06:46:56 UTC 2025 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-py.spec ++++++ --- /var/tmp/diff_new_pack.CPOBT6/_old 2025-05-07 19:16:19.874870602 +0200 +++ /var/tmp/diff_new_pack.CPOBT6/_new 2025-05-07 19:16:19.874870602 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-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 @@ -31,7 +31,6 @@ Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT -Group: Development/Languages/Python URL: https://github.com/pytest-dev/py Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz # https://github.com/pytest-dev/py/pull/222 @@ -40,8 +39,10 @@ Patch1: remove-svn-remants.patch BuildRequires: %{python_module apipkg} BuildRequires: %{python_module iniconfig} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} Requires: python-apipkg Requires: python-iniconfig BuildRequires: fdupes @@ -82,11 +83,11 @@ popd %build -%python_build +%pyproject_wheel %install %if !%{with test} -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %endif @@ -106,6 +107,6 @@ %doc README.rst %license LICENSE %{python_sitelib}/py -%{python_sitelib}/py-%{version}*-info +%{python_sitelib}/py-%{version}.dist-info %endif
