Bootstrap for Python 3.13
This commit is contained in:
parent
a4e6c6d8c0
commit
4916dd3371
1 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
%global _without_tests 1
|
||||
# When bootstrapping Python, we cannot test this yet
|
||||
# RHEL does not include the test dependencies
|
||||
%bcond tests %{undefined rhel}
|
||||
|
|
@ -6,7 +7,7 @@
|
|||
|
||||
Name: python-requests
|
||||
Version: 2.31.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: HTTP library, written in Python, for human beings
|
||||
|
||||
License: Apache-2.0
|
||||
|
|
@ -101,6 +102,9 @@ sed -i "/pytest.warns/s/None//" tests/test_requests.py
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 2.31.0-6
|
||||
- Bootstrap for Python 3.13
|
||||
|
||||
* Tue May 14 2024 Lumír Balhar <lbalhar@redhat.com> - 2.31.0-5
|
||||
- Add support for IPv6 CIDR in no_proxy setting
|
||||
- Fix FTBFS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue