Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-abseil for openSUSE:Factory checked in at 2025-05-13 20:07:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-abseil (Old) and /work/SRC/openSUSE:Factory/.python-abseil.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-abseil" Tue May 13 20:07:28 2025 rev:15 rq:1277062 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-abseil/python-abseil.changes 2024-06-14 18:57:20.709268756 +0200 +++ /work/SRC/openSUSE:Factory/.python-abseil.new.30101/python-abseil.changes 2025-05-13 20:07:28.595895429 +0200 @@ -1,0 +2,5 @@ +Tue May 13 06:51:19 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-abseil.spec ++++++ --- /var/tmp/diff_new_pack.5MpKZc/_old 2025-05-13 20:07:29.143918484 +0200 +++ /var/tmp/diff_new_pack.5MpKZc/_new 2025-05-13 20:07:29.143918484 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-abseil # -# 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 @@ -24,7 +24,9 @@ License: Apache-2.0 URL: https://github.com/abseil/abseil-py Source0: https://github.com/abseil/abseil-py/archive/v%{version}.tar.gz#/abseil-py-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Provides: python-absl-py = %{version} @@ -45,10 +47,10 @@ %setup -q -n abseil-py-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check