From e33373f74cc61d47fe3e803fd381e0a6ee9b262e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 4 Jun 2025 22:29:46 +0300 Subject: [PATCH] Rebuilt for Python 3.14 (cherry picked from commit 280b98bf8383ae70aa07938d08c5291f9e872d96) --- pungi.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index 1d4b2f7d..b0bddeec 100644 --- a/pungi.spec +++ b/pungi.spec @@ -2,7 +2,7 @@ Name: pungi Version: 4.9.2 -Release: 2%{?dist}.alma.1 +Release: 3%{?dist}.alma.1 Summary: Distribution compose tool License: GPL-2.0-only @@ -173,6 +173,9 @@ gzip _build/man/pungi.1 %{_bindir}/%{name}-cache-cleanup %changelog +* Wed Jun 04 2025 Python Maint - 4.9.2-3 +- Rebuilt for Python 3.14 + * Mon May 26 2025 Lubomír Sedlář - 4.9.2-2 - Fix tests on Python 3.14