Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-distutils-extra for openSUSE:Factory checked in at 2025-05-27 18:42:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-distutils-extra (Old) and /work/SRC/openSUSE:Factory/.python-distutils-extra.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-distutils-extra" Tue May 27 18:42:57 2025 rev:36 rq:1280579 version:3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-distutils-extra/python-distutils-extra.changes 2023-11-23 21:44:02.534992083 +0100 +++ /work/SRC/openSUSE:Factory/.python-distutils-extra.new.2732/python-distutils-extra.changes 2025-05-27 18:43:09.126979822 +0200 @@ -1,0 +2,5 @@ +Mon May 26 12:17:29 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-distutils-extra.spec ++++++ --- /var/tmp/diff_new_pack.6m2Sta/_old 2025-05-27 18:43:09.791007764 +0200 +++ /var/tmp/diff_new_pack.6m2Sta/_new 2025-05-27 18:43:09.791007764 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-distutils-extra # -# Copyright (c) 2023 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-distutils-extra Version: 3.0 Release: 0 @@ -25,7 +24,9 @@ Group: Development/Libraries/Python URL: https://salsa.debian.org/python-team/packages/python-distutils-extra Source: %{url}/-/archive/%{version}/python-distutils-extra-%{version}.tar.bz2 +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-setuptools @@ -44,14 +45,15 @@ %setup -q %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %doc debian/changelog doc/* %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/DistUtilsExtra +%{python_sitelib}/python[-_]distutils[-_]extra-%{version}*-info