From dabea78ef3da7cf984a2c8fd78a8dbc879457e67 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Fri, 30 Dec 2022 04:28:35 +0100 Subject: [PATCH] downgrade to 1.9.0 Signed-off-by: Toshaan Bharvani --- SPECS/python-hatchling.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/SPECS/python-hatchling.spec b/SPECS/python-hatchling.spec index 4ff3434..0b580b5 100644 --- a/SPECS/python-hatchling.spec +++ b/SPECS/python-hatchling.spec @@ -1,14 +1,14 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.0) -%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: +## (rpmautospec version 0.2.6) +%define autorelease(e:s:pb:) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); -}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} ## END: Set by rpmautospec Name: python-hatchling -Version: 1.10.0 +Version: 1.9.0 Release: %autorelease Summary: The build backend used by Hatch @@ -71,9 +71,6 @@ install -t '%{buildroot}/%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}' %changelog -* Mon Sep 19 2022 Benjamin A. Beasley 1.10.0-1 -- Update to 1.10.0 (close RHBZ#2127792) - * Sat Sep 10 2022 Benjamin A. Beasley 1.9.0-1 - Update to 1.9.0 (close RHBZ#2125746) - Use new “prepare_metadata_…” hooks for BuildRequires