From 3c3c604c73f34f9d36b8a28219572790dff071e7 Mon Sep 17 00:00:00 2001
From: Peridot Bot <rockyautomation@rockylinux.org>
Date: Fri, 31 Jan 2025 09:37:53 +0000
Subject: [PATCH] import python-hatchling-1.27.0-1.el

---
 .python-hatchling.metadata  |  2 +-
 SPECS/python-hatchling.spec | 13 ++++++++++---
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/.python-hatchling.metadata b/.python-hatchling.metadata
index c5b7373..c210645 100644
--- a/.python-hatchling.metadata
+++ b/.python-hatchling.metadata
@@ -1 +1 @@
-41ddc27cdb25db9ef7b68bef075f829c84cb349aa1bff8240797d012510547b0 SOURCES/hatchling-1.24.2.tar.gz
+971c296d9819abb3811112fc52c7a9751c8d381898f36533bb16f9791e941fd6 SOURCES/hatchling-1.27.0.tar.gz
diff --git a/SPECS/python-hatchling.spec b/SPECS/python-hatchling.spec
index 7b357b7..2012c70 100644
--- a/SPECS/python-hatchling.spec
+++ b/SPECS/python-hatchling.spec
@@ -1,15 +1,15 @@
 ## START: Set by rpmautospec
-## (rpmautospec version 0.7.2)
+## (rpmautospec version 0.7.3)
 ## RPMAUTOSPEC: autorelease, autochangelog
 %define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
-    release_number = 9;
+    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}}
 ## END: Set by rpmautospec
 
 Name:           python-hatchling
-Version:        1.24.2
+Version:        1.27.0
 Release:        %autorelease
 Summary:        The build backend used by Hatch
 
@@ -81,6 +81,13 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \
 
 %changelog
 ## START: Generated by rpmautospec
+* Thu Jan 30 2025 Miro Hrončok <miro@hroncok.cz> - 1.27.0-1
+- Update to 1.27.0
+- Resolves: RHEL-77075
+
+* Tue Nov 05 2024 Miro Hrončok <miro@hroncok.cz> - 1.24.2-10
+- CI: Install more packages from PyPI
+
 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.24.2-9
 - Bump release for October 2024 mass rebuild:
 
-- 
GitLab