diff --git a/SPECS/python-hatchling.spec b/SPECS/python-hatchling.spec index ca74eab..1668a83 100644 --- a/SPECS/python-hatchling.spec +++ b/SPECS/python-hatchling.spec @@ -1,8 +1,8 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.6.1) +## (rpmautospec version 0.6.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 2; + release_number = 9; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} @@ -81,6 +81,28 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \ %changelog ## START: Generated by rpmautospec +* Tue Oct 29 2024 Troy Dawson - 1.24.2-9 +- Bump release for October 2024 mass rebuild: + +* Wed Sep 18 2024 Karolina Surma - 1.24.2-8 +- CI: Don't skip any tests - they should work with Python 3.12 + +* Wed Sep 18 2024 Karolina Surma - 1.24.2-7 +- CI: Install uv and editables from PyPI: hatchling 1.24 requires them for + testing + +* Wed Sep 18 2024 Karolina Surma - 1.24.2-6 +- CI: Clone pyproject-rpm-macros tests from Centos Stream repo + +* Wed Sep 18 2024 Karolina Surma - 1.24.2-5 +- CI: Run pyproject-rpm-macros mocktests + +* Wed Jul 31 2024 Karolina Surma - 1.24.2-4 +- CI: Run upstream unit tests for hatchling + +* Wed Jul 24 2024 Karolina Surma - 1.24.2-3 +- Add gating.yaml + * Mon Jun 24 2024 Troy Dawson - 1.24.2-2 - Bump release for June 2024 mass rebuild