From a664bfca91e42096aa6cb7a990334c2c122b4e3a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Jul 01 2023 15:25:49 +0000 Subject: 2.6.0: add 'back' to report-results (nielsenb), update spec --- diff --git a/.gitignore b/.gitignore index b5096d8..cf2732c 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /relval-2.5.7.tar.gz /relval-2.5.8.tar.gz /relval-2.5.9.tar.gz +/relval-2.6.0.tar.gz diff --git a/relval.spec b/relval.spec index a18440d..a54252a 100644 --- a/relval.spec +++ b/relval.spec @@ -1,7 +1,7 @@ %global srcname relval Name: relval -Version: 2.5.9 +Version: 2.6.0 Release: %{autorelease} Summary: Tool for interacting with Fedora QA wiki pages @@ -11,14 +11,6 @@ Source0: https://releases.pagure.org/fedora-qa/relval/%{srcname}-%{versio BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-setuptools -Requires: python3-fedfind >= 2.8.0 -Requires: python3-markupsafe -Requires: python3-mwclient -Requires: python3-setuptools -Requires: python3-six -Requires: python3-wikitcms >= 2.6.0 -Requires: python3-bugzilla %description Relval can perform various tasks related to Fedora QA by interacting with the @@ -33,13 +25,21 @@ more information on the process relval helps with. %prep %autosetup -n %{srcname}-%{version} +# setuptools-scm is needed to build the source distribution, but not +# for packaging, which *starts* from the source distribution +sed -i -e 's., "setuptools-scm"..g' pyproject.toml + +%generate_buildrequires +%pyproject_buildrequires -t %build -%{py3_build} +%pyproject_wheel %install -rm -rf %{buildroot} -%{py3_install} +%pyproject_install + +%check +%tox %files %doc README.md diff --git a/sources b/sources index c22e976..247af64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (relval-2.5.9.tar.gz) = 92c8c4b85a8a4fa9349eece5a84ea687969b82dd89a613ad798c33ea189b4cd07e259516255bfa070130833db2345880895326041336ea1807722caf6361a36b +SHA512 (relval-2.6.0.tar.gz) = d6b8d16ccdad760668b5b875c0a17e9efd1fa5af606d0f361068d643901fadcfe360d09a718729e3f7dcfdac05e4cfe9382e1bbea9deca473db4b92a94b01206