Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 09:32:40 +02:00 committed by Tomáš Hrnčiar
parent 5e09e6d3f3
commit 4972199c29

View File

@ -3,7 +3,7 @@
Name: python-%{modname}
Version: 2.1.2
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
Summary: A micro-framework for Python based on Werkzeug, Jinja 2 and good intentions
@ -79,6 +79,9 @@ ln -sf %{modname}-3 %{buildroot}%{_bindir}/%{modname}
%doc examples
%changelog
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1:2.1.2-2
- Rebuilt for Python 3.11
* Wed May 11 2022 Charalampos Stratakis <cstratak@redhat.com> - 2.1.2-1
- Update to 2.1.2
- Fixes: rhbz#2069375