Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-rencode for openSUSE:Factory checked in at 2025-06-11 16:27:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rencode (Old) and /work/SRC/openSUSE:Factory/.python-rencode.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rencode" Wed Jun 11 16:27:50 2025 rev:3 rq:1284806 version:1.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-rencode/python-rencode.changes 2019-03-05 12:19:29.480948119 +0100 +++ /work/SRC/openSUSE:Factory/.python-rencode.new.19631/python-rencode.changes 2025-06-11 16:29:38.604275970 +0200 @@ -1,0 +2,5 @@ +Wed Jun 11 11:43:51 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rencode.spec ++++++ --- /var/tmp/diff_new_pack.gTefC3/_old 2025-06-11 16:29:40.028335374 +0200 +++ /var/tmp/diff_new_pack.gTefC3/_new 2025-06-11 16:29:40.052336375 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-rencode # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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-%{**}} Name: python-rencode Version: 1.0.6 Release: 0 @@ -28,6 +27,7 @@ Source1: %{name}.changes BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: fdupes @@ -50,10 +50,10 @@ %build export CFLAGS="%{optflags} -fno-strict-aliasing" -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitearch}/rencode %check @@ -62,5 +62,5 @@ %files %{python_files} %license COPYING %{python_sitearch}/rencode -%{python_sitearch}/rencode-%{version}-py%{python_version}.egg-info +%{python_sitearch}/rencode-%{version}*-info