From f86d8d98039778b6e05e5b909f5dcfc7227026e5 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 6 Nov 2024 09:57:38 +0300 Subject: [PATCH] import python-hatchling-1.24.2-9.el10 --- SPECS/python-hatchling.spec | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/SPECS/python-hatchling.spec b/SPECS/python-hatchling.spec index d1cbeef..de17400 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}} @@ -80,10 +80,32 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \ %changelog -* Fri Oct 25 2024 MSVSphere Packaging Team - 1.24.2-2 +## START: Generated by rpmautospec +* Tue Oct 29 2024 Troy Dawson - 1.24.2-9 +- Bump release for October 2024 mass rebuild: + +* Fri Oct 25 2024 MSVSphere Packaging Team - 1.24.2-8 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec +* 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