Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-application for openSUSE:Factory checked in at 2025-05-15 17:02:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-application (Old) and /work/SRC/openSUSE:Factory/.python-application.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-application" Thu May 15 17:02:32 2025 rev:4 rq:1277693 version:3.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-application/python-application.changes 2021-08-30 13:55:49.569869985 +0200 +++ /work/SRC/openSUSE:Factory/.python-application.new.30101/python-application.changes 2025-05-15 17:02:40.849486174 +0200 @@ -1,0 +2,5 @@ +Tue May 13 13:46:31 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-application.spec ++++++ --- /var/tmp/diff_new_pack.AVPw3C/_old 2025-05-15 17:02:41.429510524 +0200 +++ /var/tmp/diff_new_pack.AVPw3C/_new 2025-05-15 17:02:41.429510524 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-application # -# Copyright (c) 2021 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-application Version: 3.0.3 Release: 0 @@ -28,9 +27,13 @@ # PATCH-FIX-UPSTREAM examples_to_py3k.patch gh#AGProjects/python3-application#2 mc...@suse.com # Replace py2k shebangs with py3k ones Patch0: examples_to_py3k.patch +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-zope.interface +BuildArch: noarch %python_subpackages %description @@ -52,10 +55,10 @@ %autosetup -p1 -n python3-application-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check