Bootstrap for Python 3.11

This commit is contained in:
Python Maint 2022-06-13 15:32:22 +02:00 committed by Tomáš Hrnčiar
parent 50b1f9d1e9
commit 7ec351410a

View File

@ -1,3 +1,4 @@
%global _without_tests 1
%global srcname urllib3
# When bootstrapping Python, we cannot test this yet
@ -5,7 +6,7 @@
Name: python-%{srcname}
Version: 1.26.9
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Python HTTP library with thread-safe connection pooling and file post
License: MIT
@ -113,6 +114,9 @@ ln -s %{python3_sitelib}/__pycache__/six.cpython-%{python3_version_nodots}.pyc \
%changelog
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.26.9-2
- Bootstrap for Python 3.11
* Mon May 30 2022 Kevin Fenzi <kevin@scrye.com> - 1.26.9-1
- Update to 1.26.9. fixes rhbz#2064777