Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-confpy for openSUSE:Factory checked in at 2025-05-26 18:40:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-confpy (Old) and /work/SRC/openSUSE:Factory/.python-confpy.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-confpy" Mon May 26 18:40:31 2025 rev:2 rq:1280138 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-confpy/python-confpy.changes 2020-12-22 13:35:30.738452670 +0100 +++ /work/SRC/openSUSE:Factory/.python-confpy.new.2732/python-confpy.changes 2025-05-26 18:41:43.611021416 +0200 @@ -1,0 +2,5 @@ +Mon May 26 10:46:45 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-confpy.spec ++++++ --- /var/tmp/diff_new_pack.anzxu0/_old 2025-05-26 18:41:44.123042921 +0200 +++ /var/tmp/diff_new_pack.anzxu0/_new 2025-05-26 18:41:44.127043090 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-confpy # -# Copyright (c) 2020 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-%{**}} Name: python-confpy Version: 0.11.0 Release: 0 @@ -25,8 +24,10 @@ URL: https://github.com/kevinconway/confpy Source: https://files.pythonhosted.org/packages/source/c/confpy/confpy-%{version}.tar.gz BuildRequires: %{python_module Jinja2} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Suggests: python-Jinja2 @@ -41,10 +42,10 @@ find . -name '*.pyc' -delete %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/confpy-generate %python_expand %fdupes %{buildroot}%{$python_sitelib} @@ -61,5 +62,6 @@ %doc README.rst %license LICENSE %python_alternative %{_bindir}/confpy-generate -%{python_sitelib}/* +%{python_sitelib}/confpy +%{python_sitelib}/confpy-%{version}*-info