Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Gloo for openSUSE:Factory checked in at 2025-05-05 22:27:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Gloo (Old) and /work/SRC/openSUSE:Factory/.python-Gloo.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Gloo" Mon May 5 22:27:54 2025 rev:5 rq:1274336 version:0.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Gloo/python-Gloo.changes 2024-09-01 19:21:52.197103838 +0200 +++ /work/SRC/openSUSE:Factory/.python-Gloo.new.30101/python-Gloo.changes 2025-05-05 22:59:12.055545113 +0200 @@ -1,0 +2,6 @@ +Mon May 5 06:19:28 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. +- No more greedy globs in %files. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Gloo.spec ++++++ --- /var/tmp/diff_new_pack.LnWlYt/_old 2025-05-05 22:59:12.483563109 +0200 +++ /var/tmp/diff_new_pack.LnWlYt/_new 2025-05-05 22:59:12.483563109 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-Gloo # -# 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 @@ -17,7 +17,6 @@ %{?sle15_python_module_pythons} -%define skip_python36 1 Name: python-Gloo Version: 0.1.2 Release: 0 @@ -25,7 +24,9 @@ License: BSD-3-Clause URL: https://pypi.python.org/pypi/Gloo/ Source: https://files.pythonhosted.org/packages/source/G/Gloo/Gloo-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-pandas @@ -42,10 +43,10 @@ %setup -q -n Gloo-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} # The tests in test directory are broken and so they are not checked @@ -53,5 +54,6 @@ %files %{python_files} %doc CHANGES.txt README.rst %license LICENSE.txt -%{python_sitelib}/* +%{python_sitelib}/[Gg]loo +%{python_sitelib}/[Gg]loo-%{version}.dist-info