Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-tinyrpc for openSUSE:Factory checked in at 2025-06-04 20:28:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tinyrpc (Old) and /work/SRC/openSUSE:Factory/.python-tinyrpc.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tinyrpc" Wed Jun 4 20:28:36 2025 rev:13 rq:1282517 version:1.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tinyrpc/python-tinyrpc.changes 2023-12-04 23:02:12.537163608 +0100 +++ /work/SRC/openSUSE:Factory/.python-tinyrpc.new.16005/python-tinyrpc.changes 2025-06-04 20:28:41.377321592 +0200 @@ -1,0 +2,5 @@ +Wed Jun 4 06:07:59 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com> + +- Switch to pyproject macros. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tinyrpc.spec ++++++ --- /var/tmp/diff_new_pack.oSien7/_old 2025-06-04 20:28:41.873342142 +0200 +++ /var/tmp/diff_new_pack.oSien7/_new 2025-06-04 20:28:41.873342142 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-tinyrpc # -# 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 @@ -16,7 +16,6 @@ # -%define skip_python2 1 Name: python-tinyrpc Version: 1.1.7 Release: 0 @@ -28,10 +27,12 @@ BuildRequires: %{python_module gevent} BuildRequires: %{python_module msgpack} BuildRequires: %{python_module pika >= 1.2.0} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module pyzmq} BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -51,10 +52,10 @@ %autosetup -p1 -n tinyrpc-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand rm -r %{buildroot}%{$python_sitelib}/tests %python_expand find %{buildroot}%{$python_sitelib}/tinyrpc -name "*.py" | xargs sed -i '1 {/^#!/ d}' @@ -66,5 +67,6 @@ %files %{python_files} %license LICENSE %doc README.rst -%{python_sitelib}/tinyrpc* +%{python_sitelib}/tinyrpc +%{python_sitelib}/tinyrpc-%{version}.dist-info