Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:33:37 +02:00 committed by Tomáš Hrnčiar
commit 14d106f084

View file

@ -4,7 +4,7 @@
Name: python-%{srcname}
Version: 2.1.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Waitress WSGI server
License: ZPLv2.1
@ -63,6 +63,9 @@ Python 3 version.
%{python3_sitelib}/%{srcname}-*.egg-info/
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.1.1-2
- Rebuilt for Python 3.11
* Mon May 30 2022 Kevin Fenzi <kevin@scrye.com> - 2.1.1-1
- Update to 2.1.1. Fixes rhbz#2051348