Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 20:20:50 +02:00 committed by Miro Hrončok
parent a10bb670e3
commit ef76e82fb8

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 8.1.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Simple wrapper around optparse for powerful command line utilities
License: BSD
@ -49,6 +49,9 @@ sed -i 's|requirements/tests.txt|requirements/tests.in|' tox.ini
%doc README.rst CHANGES.rst
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 8.1.2-2
- Rebuilt for Python 3.11
* Tue Apr 05 2022 Charalampos Stratakis <cstratak@redhat.com> - 8.1.2-1
- Update to 8.1.2
Resolves: rhbz#2069360