gnu: python-requests: Update to 2.32.5.

* gnu/packages/python-web.scm (python-requests): Update to 2.32.5.
[native-inputs]: Remove python-pip and python-wheel.

Change-Id: I46a990efba2015a7c54d8dfad0c916635fa521ab
This commit is contained in:
Sharlatan Hellseher 2025-09-16 09:02:36 +01:00
parent f599a9c66d
commit ad2990e303
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5218,13 +5218,13 @@ APIs.")
(define-public python-requests (define-public python-requests
(package (package
(name "python-requests") (name "python-requests")
(version "2.31.0") (version "2.32.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "requests" version)) (uri (pypi-uri "requests" version))
(sha256 (sha256
(base32 (base32
"1qfidaynsrci4wymrw3srz8v1zy7xxpcna8sxpm91mwqixsmlb4l")))) "1kypqz701x9s7j4shm1pdnzy4pzx9lmvhwgan0yqa071asn0pfnv"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:test-flags (list #:test-flags
@ -5241,11 +5241,9 @@ APIs.")
python-idna python-idna
python-urllib3)) python-urllib3))
(native-inputs (native-inputs
(list python-pip (list python-pytest
python-pytest
python-pytest-mock python-pytest-mock
python-setuptools python-setuptools))
python-wheel))
(home-page "https://requests.readthedocs.io/") (home-page "https://requests.readthedocs.io/")
(synopsis "Python HTTP library") (synopsis "Python HTTP library")
(description (description