diff --git a/python-spur.changes b/python-spur.changes index 2f4390b..5ced5cc 100644 --- a/python-spur.changes +++ b/python-spur.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 13 10:10:51 UTC 2025 - Markéta Machová + +- Convert to pip-based build + ------------------------------------------------------------------- Sun Apr 21 11:24:57 UTC 2024 - ecsos diff --git a/python-spur.spec b/python-spur.spec index fdea800..a60c18f 100644 --- a/python-spur.spec +++ b/python-spur.spec @@ -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 @@ Version: 0.3.23 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 @@ Run commands and manipulate files locally or over SSH using the same interface %autosetup -p1 -n spur.py-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check