Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 18:20:06 +02:00 committed by Miro Hrončok
parent bcef284777
commit e6253b0c06

View File

@ -16,7 +16,7 @@
Name: mod_wsgi
Version: 4.9.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A WSGI interface for Python web applications in Apache
License: ASL 2.0
URL: https://modwsgi.readthedocs.io/
@ -160,6 +160,9 @@ ln -s %{_bindir}/mod_wsgi-express-2 $RPM_BUILD_ROOT%{_bindir}/mod_wsgi-express
%endif
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 4.9.1-2
- Rebuilt for Python 3.11
* Mon May 02 2022 Alexander Bokovoy <abokovoy@redhat.com> - 4.9.1-1
- Update to 4.9.1
- Fixes: rhbz#2049695