Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-spur for openSUSE:Factory checked in at 2025-06-13 18:46:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-spur (Old) and /work/SRC/openSUSE:Factory/.python-spur.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-spur" Fri Jun 13 18:46:53 2025 rev:4 rq:1285405 version:0.3.23 Changes: -------- --- /work/SRC/openSUSE:Factory/python-spur/python-spur.changes 2024-04-23 18:56:10.062667136 +0200 +++ /work/SRC/openSUSE:Factory/.python-spur.new.19631/python-spur.changes 2025-06-13 18:47:03.950798166 +0200 @@ -1,0 +2,5 @@ +Fri Jun 13 10:10:51 UTC 2025 - Markéta Machová <mmach...@suse.com> + +- Convert to pip-based build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-spur.spec ++++++ --- /var/tmp/diff_new_pack.acEsn6/_old 2025-06-13 18:47:04.626825890 +0200 +++ /var/tmp/diff_new_pack.acEsn6/_new 2025-06-13 18:47:04.630826054 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-spur # -# 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 @@ -22,10 +22,12 @@ Release: 0 Summary: Run commands and manipulate files locally or over SSH License: BSD-2-Clause -URL: http://github.com/mwilliamson/spur.py +URL: https://github.com/mwilliamson/spur.py Source: https://github.com/mwilliamson/spur.py/archive/refs/tags/%{version}.tar.gz#/spur-%{version}-gh.tar.gz BuildRequires: %{python_module paramiko >= 1.13.1} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-paramiko >= 1.13.1 @@ -39,10 +41,10 @@ %autosetup -p1 -n spur.py-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check