Sun, 05 May 2024 15:20:57 UTC | login

Information for build python-requests-2.31.0-1.fc40

ID280467
Package Namepython-requests
Version2.31.0
Release1.fc40
Epoch
SummaryHTTP library, written in Python, for human beings
DescriptionMost existing Python modules for sending HTTP requests are extremely verbose and cumbersome. Python’s built-in urllib2 module provides most of the HTTP capabilities you should need, but the API is thoroughly broken. This library is designed to make HTTP requests easy for developers.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 11 Jan 2024 16:44:26 UTC
CompletedThu, 11 Jan 2024 16:44:26 UTC
Tags
f40
RPMs
src
python-requests-2.31.0-1.fc40.src.rpm (info) (download)
noarch
python3-requests-2.31.0-1.fc40.noarch.rpm (info) (download)
python3-requests+security-2.31.0-1.fc40.noarch.rpm (info) (download)
python3-requests+socks-2.31.0-1.fc40.noarch.rpm (info) (download)
Changelog * Mon Oct 16 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.31.0-1 - Update to 2.31.0 - Fixes: rhbz#2189970 * Tue Oct 10 2023 Miro Hrončok <mhroncok@redhat.com> - 2.28.2-7 - Do not package requests[security] and requests[socks] on RHEL - Make the package build even when urllib3 won't pull in pysocks * Tue Aug 08 2023 Karolina Surma <ksurma@redhat.com> - 2.28.2-6 - Declare the license as an SPDX expression * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jul 01 2023 Python Maint <python-maint@redhat.com> - 2.28.2-4 - Rebuilt for Python 3.12 * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.28.2-3 - Bootstrap for Python 3.12 * Tue May 23 2023 Miro Hrončok <mhroncok@redhat.com> - 2.28.2-2 - Security fix for CVE-2023-32681 - https://github.com/psf/requests/security/advisories/GHSA-j8r2-6x86-q33q * Wed Feb 01 2023 Lumír Balhar <lbalhar@redhat.com> - 2.28.2-1 - Update to 2.28.2 (rhbz#2160527) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Sep 13 2022 Kevin Fenzi <kevin@scrye.com> - 2.28.1-3 - Enable all tests and drop no longer needed test patch. * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.28.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jul 12 2022 Adam Williamson <awilliam@redhat.com> - 2.28.1-1 - Update to 2.28.1, rediff patches * Mon Jun 20 2022 Lumír Balhar <lbalhar@redhat.com> - 2.27.1-5 - Allow charset_normalizer 2.1.0 and newer up to 3.0.0 * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 2.27.1-4 - Rebuilt for Python 3.11 * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.27.1-3 - Bootstrap for Python 3.11 * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.27.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sat Jan 08 2022 Kevin Fenzi <kevin@scrye.com> - 2.27.1-1 - Update to 2.27.1. Fixes rhbz#2037431 * Tue Jan 04 2022 Adam Williamson <awilliam@redhat.com> - 2.27.0-1 - Update to 2.27.0 - Re-enable test_https_warnings as it works with pytest-httpbin 1.0.0 now - Re-enable test_pyopenssl_redirect, it seems to work too