Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cluster for openSUSE:Factory checked in at 2025-05-09 18:49:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-cluster (Old) and /work/SRC/openSUSE:Factory/.python-cluster.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-cluster" Fri May 9 18:49:35 2025 rev:6 rq:1275967 version:1.4.1.post2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-cluster/python-cluster.changes 2024-02-04 19:11:31.929647655 +0100 +++ /work/SRC/openSUSE:Factory/.python-cluster.new.30101/python-cluster.changes 2025-05-09 18:52:30.871964914 +0200 @@ -1,0 +2,6 @@ +Fri May 9 04:41:24 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-cluster.spec ++++++ --- /var/tmp/diff_new_pack.UHYBcw/_old 2025-05-09 18:52:31.303982885 +0200 +++ /var/tmp/diff_new_pack.UHYBcw/_new 2025-05-09 18:52:31.303982885 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cluster # -# 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,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python36 1 Name: python-cluster Version: 1.4.1.post2 @@ -51,13 +50,15 @@ %setup -q -n cluster-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} +%doc README.rst %license LICENSE -%{python_sitelib}/* +%{python_sitelib}/cluster +%{python_sitelib}/cluster-%{version}.dist-info