Rebuilt for Python 3.11

This commit is contained in:
Python Maint 2022-06-14 11:56:04 +02:00 committed by Tomáš Hrnčiar
parent 500b86a004
commit 8b31f62d1a
1 changed files with 4 additions and 1 deletions

View File

@ -4,7 +4,7 @@
Name: python-%{srcname}
Version: 3.8.1
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Python HTTP client/server for asyncio
License: ASL 2.0
@ -107,6 +107,9 @@ cython -3 aiohttp/*.pyx -I aiohttp
%exclude %{python3_sitearch}/examples/
%changelog
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 3.8.1-5
- Rebuilt for Python 3.11
* Thu Apr 28 2022 Carl George <carl@george.computer> - 3.8.1-4
- Add upstream patch for pytest 7 compatibility
- Resolves: rhbz#2059944