From a252ae56ab626e9d97a069c5af88490a4db0a3ae Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 21 Jun 2022 00:53:10 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-specfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-specfile.spec b/python-specfile.spec index 28f2fd4..cadba2e 100644 --- a/python-specfile.spec +++ b/python-specfile.spec @@ -6,7 +6,7 @@ in a minimal diff.} Name: python-specfile Version: 0.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A library for parsing and manipulating RPM spec files License: MIT @@ -57,6 +57,9 @@ Summary: %{summary} %changelog +* Mon Jun 20 2022 Python Maint - 0.3.0-2 +- Rebuilt for Python 3.11 + * Mon May 16 2022 Packit - 0.3.0-1 - Made `Sources` a `MutableSequence` (#36) - Started using consistent terminology for source numbers and added the option to insert a source with a specific number (#47)