Bootstrap for Python 3.12

This commit is contained in:
Python Maint 2023-06-14 00:03:30 +02:00 committed by Miro Hrončok
parent 071f6c97d5
commit d2128231a6

View File

@ -1,3 +1,4 @@
%global _without_tests 1
# When bootstrapping Python, we cannot test this yet # When bootstrapping Python, we cannot test this yet
# RHEL does not include the test dependencies # RHEL does not include the test dependencies
%if 0%{?rhel} %if 0%{?rhel}
@ -8,7 +9,7 @@
Name: python-urllib3 Name: python-urllib3
Version: 1.26.15 Version: 1.26.15
Release: 1%{?dist} Release: 2%{?dist}
Summary: HTTP library with thread-safe connection pooling, file post, and more Summary: HTTP library with thread-safe connection pooling, file post, and more
# SPDX # SPDX
@ -170,6 +171,9 @@ ignore="${ignore-} --ignore=test/test_no_ssl.py"
%changelog %changelog
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.26.15-2
- Bootstrap for Python 3.12
* Thu May 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.15-1 * Thu May 18 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.26.15-1
- Update to 1.26.15 - Update to 1.26.15