Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-textdistance for openSUSE:Factory checked in at 2025-06-04 20:28:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-textdistance (Old) and /work/SRC/openSUSE:Factory/.python-textdistance.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-textdistance" Wed Jun 4 20:28:29 2025 rev:11 rq:1282510 version:4.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-textdistance/python-textdistance.changes 2024-08-19 23:44:51.144501283 +0200 +++ /work/SRC/openSUSE:Factory/.python-textdistance.new.16005/python-textdistance.changes 2025-06-04 20:28:34.781048306 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 06:07:57 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-textdistance.spec ++++++ --- /var/tmp/diff_new_pack.EKycPs/_old 2025-06-04 20:28:35.885094046 +0200 +++ /var/tmp/diff_new_pack.EKycPs/_new 2025-06-04 20:28:35.901094709 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-textdistance # -# 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 @@ -25,7 +25,9 @@ Source: https://github.com/life4/textdistance/archive/refs/tags/%{version}.tar.gz#/textdistance-%{version}.tar.gz # PATCH-FEATURE-OPENSUSE hypothesis-profile-conftest.patch -- add hypothesis profile for slow OBS executions, c...@bnavigator.de Patch1: hypothesis-profile-conftest.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Recommends: python-distance @@ -51,10 +53,10 @@ chmod a-x README.md %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check