Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-21 00:53:10 +02:00 committed by Miro Hrončok
commit a252ae56ab

View file

@ -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 <python-maint@redhat.com> - 0.3.0-2
- Rebuilt for Python 3.11
* Mon May 16 2022 Packit <hello@packit.dev> - 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)