Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-msgpack-numpy for openSUSE:Factory checked in at 2025-05-09 18:50:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msgpack-numpy (Old) and /work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msgpack-numpy" Fri May 9 18:50:13 2025 rev:7 rq:1275998 version:0.4.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msgpack-numpy/python-msgpack-numpy.changes 2022-07-12 11:12:38.603714461 +0200 +++ /work/SRC/openSUSE:Factory/.python-msgpack-numpy.new.30101/python-msgpack-numpy.changes 2025-05-09 18:52:49.804752467 +0200 @@ -1,0 +2,5 @@ +Fri May 9 05:12:01 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msgpack-numpy.spec ++++++ --- /var/tmp/diff_new_pack.PIzNBi/_old 2025-05-09 18:52:50.248770937 +0200 +++ /var/tmp/diff_new_pack.PIzNBi/_new 2025-05-09 18:52:50.248770937 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-msgpack-numpy # -# Copyright (c) 2022 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-%{**}} %global skip_python36 1 Name: python-msgpack-numpy Version: 0.4.8 @@ -26,7 +25,9 @@ Group: Development/Languages/Python URL: https://github.com/lebedov/msgpack-numpy Source: https://files.pythonhosted.org/packages/source/m/msgpack-numpy/msgpack-numpy-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-msgpack >= 0.5.2 @@ -49,10 +50,10 @@ sed -i -e '/^#!\//, 1d' msgpack_numpy.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -61,7 +62,7 @@ %files %{python_files} %doc AUTHORS.md CHANGES.md README.md %license LICENSE.md -%{python_sitelib}/msgpack_numpy-%{version}-py*.egg-info -%{python_sitelib}/msgpack_numpy.* -%pycache_only %{python_sitelib}/__pycache__ +%{python_sitelib}/msgpack_numpy.py +%{python_sitelib}/msgpack_numpy-%{version}.dist-info +%pycache_only %{python_sitelib}/__pycache__/msgpack_numpy*.pyc