Fix FTBFS

This commit is contained in:
Lumir Balhar 2024-05-29 15:23:36 +02:00
commit a4e6c6d8c0
2 changed files with 26 additions and 0 deletions

View file

@ -24,6 +24,9 @@ Patch: system-certs.patch
# This change is backported also into RHEL 9.4 (via CS)
Patch: support_IPv6_CIDR_in_no_proxy.patch
# Fix FTBFS (test_redirecting_to_bad_url)
Patch: https://github.com/psf/requests/commit/bf24b7.patch
BuildArch: noarch
BuildRequires: python%{python3_pkgversion}-devel
%if %{with tests}
@ -100,6 +103,7 @@ sed -i "/pytest.warns/s/None//" tests/test_requests.py
%changelog
* 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
* Thu Apr 11 2024 Lumír Balhar <lbalhar@redhat.com> - 2.31.0-4
- Fix compatibility with pytest 8