Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-conu for openSUSE:Factory checked in at 2025-05-20 09:35:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-conu (Old) and /work/SRC/openSUSE:Factory/.python-conu.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-conu" Tue May 20 09:35:48 2025 rev:4 rq:1278076 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-conu/python-conu.changes 2023-03-21 17:42:57.978243007 +0100 +++ /work/SRC/openSUSE:Factory/.python-conu.new.30101/python-conu.changes 2025-05-20 09:37:54.028854764 +0200 @@ -1,0 +2,5 @@ +Fri May 16 12:19:44 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-conu.spec ++++++ --- /var/tmp/diff_new_pack.7Tw9Mq/_old 2025-05-20 09:37:54.676883024 +0200 +++ /var/tmp/diff_new_pack.7Tw9Mq/_new 2025-05-20 09:37:54.680883199 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-conu # -# 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-conu Version: 1.0.0 Release: 0 @@ -26,7 +25,9 @@ Source: https://files.pythonhosted.org/packages/source/c/conu/conu-%{version}.tar.gz # https://github.com/user-cont/conu/issues/390 Patch0: python-conu-no-six.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-docker @@ -58,10 +59,10 @@ rm tests/integration/test_k8s.py tests/integration/test_openshift.py tests/release/test_release.py %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check