Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-u-msgpack-python for openSUSE:Factory checked in at 2025-06-12 15:52:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-u-msgpack-python (Old) and /work/SRC/openSUSE:Factory/.python-u-msgpack-python.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-u-msgpack-python" Thu Jun 12 15:52:01 2025 rev:14 rq:1284980 version:2.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-u-msgpack-python/python-u-msgpack-python.changes 2023-12-28 22:54:15.786656068 +0100 +++ /work/SRC/openSUSE:Factory/.python-u-msgpack-python.new.19631/python-u-msgpack-python.changes 2025-06-12 15:52:04.898250971 +0200 @@ -1,0 +2,5 @@ +Thu Jun 12 05:01:35 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-u-msgpack-python.spec ++++++ --- /var/tmp/diff_new_pack.xeBEU2/_old 2025-06-12 15:52:06.818330671 +0200 +++ /var/tmp/diff_new_pack.xeBEU2/_new 2025-06-12 15:52:06.834331335 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-u-msgpack-python # -# Copyright (c) 2023 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: MIT URL: https://github.com/vsergeev/u-msgpack-python Source: https://files.pythonhosted.org/packages/source/u/u-msgpack-python/u-msgpack-python-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -42,10 +44,10 @@ %setup -q -n u-msgpack-python-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -55,5 +57,5 @@ %files %{python_files} %license LICENSE %{python_sitelib}/umsgpack -%{python_sitelib}/u_msgpack_python-%{version}-py%{python_version}.egg-info +%{python_sitelib}/u_msgpack_python-%{version}.dist-info