Rebuilt for Python 3.12

This commit is contained in:
Python Maint 2023-06-15 18:55:14 +02:00 committed by Miro Hrončok
parent 4317bfd5bc
commit cf36b6d7c5

View File

@ -3,7 +3,7 @@
Name: python-%{modname}
Version: 2.2.3
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Comprehensive WSGI web application library
License: BSD
@ -97,6 +97,9 @@ popd
%doc docs/_build/html examples
%changelog
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 2.2.3-2
- Rebuilt for Python 3.12
* Mon Feb 20 2023 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.2.3-1
- Update to 2.2.3 (fixes RHBZ#2169828)