Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-patatt for openSUSE:Factory checked in at 2025-06-03 17:54:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-patatt (Old) and /work/SRC/openSUSE:Factory/.python-patatt.new.16005 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-patatt" Tue Jun 3 17:54:57 2025 rev:9 rq:1282204 version:0.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-patatt/python-patatt.changes 2023-07-27 16:53:12.334626882 +0200 +++ /work/SRC/openSUSE:Factory/.python-patatt.new.16005/python-patatt.changes 2025-06-03 17:55:48.219239115 +0200 @@ -1,0 +2,5 @@ +Tue Jun 3 09:03:08 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-patatt.spec ++++++ --- /var/tmp/diff_new_pack.bBCdVF/_old 2025-06-03 17:55:48.879266481 +0200 +++ /var/tmp/diff_new_pack.bBCdVF/_new 2025-06-03 17:55:48.879266481 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-patatt # -# 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 @@ -26,15 +26,17 @@ Source0: https://git.kernel.org/pub/scm/utils/patatt/patatt.git/snapshot/patatt-%{version}.tar.gz Source1: https://git.kernel.org/pub/scm/utils/patatt/patatt.git/snapshot/patatt-%{version}.tar.asc Source2: python-patatt.keyring +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros +Requires(post): alts +Requires(postun): alts BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyNaCl} BuildRequires: git-core # /SECTION -Requires(post): update-alternatives -Requires(postun):update-alternatives %python_subpackages %description @@ -49,10 +51,10 @@ %autosetup -n patatt-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/patatt %python_clone -a %{buildroot}%{_mandir}/man5/patatt.5 @@ -71,5 +73,6 @@ %license COPYING %python_alternative %{_bindir}/patatt %python_alternative %{_mandir}/man5/patatt.5%{?ext_man} -%{python_sitelib}/* +%{python_sitelib}/patatt +%{python_sitelib}/patatt-%{version}*-info