From 8bf8a618d5f2903b7327fd52f41fe6f847cd1eae Mon Sep 17 00:00:00 2001 From: Python Maint Date: Wed, 28 Jun 2023 18:10:33 +0200 Subject: [PATCH] Rebuilt for Python 3.12 --- python-specfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-specfile.spec b/python-specfile.spec index 5a754ba..55e9900 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -14,7 +14,7 @@ in a minimal diff.} Name: python-specfile Version: 0.19.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -71,6 +71,9 @@ Summary: %{summary} %changelog +* Wed Jun 28 2023 Python Maint - 0.19.0-2 +- Rebuilt for Python 3.12 + * Thu Jun 22 2023 Packit - 0.19.0-1 - Parsing has been optimized so that even spec files with hundreds of thousands of lines can be processed in reasonable time. (#240)