mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-requests-next: Set to python-requests.
Replace all python-requests-next occurrences with python-requests. * gnu/packages/python-web.scm (python-requests-next): Set to python-requests. Change-Id: I712b71f12a2ebad3dfdfd882f24799fd6dd8e054
This commit is contained in:
parent
a62aa944cb
commit
a9ecf05cac
3 changed files with 8 additions and 21 deletions
|
@ -2456,7 +2456,7 @@ astronomical images, especially when there is no WCS information available.")
|
||||||
python-fsspec
|
python-fsspec
|
||||||
python-gwcs
|
python-gwcs
|
||||||
python-pillow
|
python-pillow
|
||||||
python-requests-next
|
python-requests
|
||||||
python-roman-datamodels
|
python-roman-datamodels
|
||||||
python-s3fs
|
python-s3fs
|
||||||
python-s3path
|
python-s3path
|
||||||
|
@ -3895,7 +3895,7 @@ code to be greatly simplified.")
|
||||||
python-photutils
|
python-photutils
|
||||||
python-pypdf2
|
python-pypdf2
|
||||||
python-regions
|
python-regions
|
||||||
python-requests-next
|
python-requests
|
||||||
python-scikit-image
|
python-scikit-image
|
||||||
python-scikit-learn
|
python-scikit-learn
|
||||||
python-scipy
|
python-scipy
|
||||||
|
@ -8836,7 +8836,7 @@ SunPy.")
|
||||||
python-parfive
|
python-parfive
|
||||||
python-pyerfa
|
python-pyerfa
|
||||||
python-reproject
|
python-reproject
|
||||||
python-requests-next
|
python-requests
|
||||||
python-scikit-image
|
python-scikit-image
|
||||||
python-scipy
|
python-scipy
|
||||||
;; python-spiceypy ; Not packed yet in Guix, long journey.
|
;; python-spiceypy ; Not packed yet in Guix, long journey.
|
||||||
|
@ -8868,7 +8868,7 @@ to the SolarSoft data analysis environment.")
|
||||||
python-mpl-animators
|
python-mpl-animators
|
||||||
python-parfive
|
python-parfive
|
||||||
python-pyerfa
|
python-pyerfa
|
||||||
python-requests-next)))))
|
python-requests)))))
|
||||||
|
|
||||||
(define-public python-sunpy-soar
|
(define-public python-sunpy-soar
|
||||||
(package
|
(package
|
||||||
|
|
|
@ -5283,20 +5283,7 @@ APIs.")
|
||||||
than Python’s urllib2 library.")
|
than Python’s urllib2 library.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public python-requests-next
|
(define-public python-requests-next python-requests)
|
||||||
(package
|
|
||||||
(inherit python-requests)
|
|
||||||
(name "python-requests")
|
|
||||||
(version "2.32.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "requests" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0q5742pnibwy74169kacin3dmqg9jzmzk7qab5aq5caffcbm8djm"))))
|
|
||||||
(native-inputs
|
|
||||||
(modify-inputs (package-native-inputs python-requests)
|
|
||||||
(prepend nss-certs-for-test)))))
|
|
||||||
|
|
||||||
(define-public python-requests-kerberos
|
(define-public python-requests-kerberos
|
||||||
(package
|
(package
|
||||||
|
@ -5343,7 +5330,7 @@ python-requests.")
|
||||||
python-pytest
|
python-pytest
|
||||||
python-waitress))
|
python-waitress))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-requests-next
|
(list python-requests
|
||||||
python-urllib3-next))
|
python-urllib3-next))
|
||||||
(home-page "https://gitlab.com/thelabnyc/requests-unixsocket2")
|
(home-page "https://gitlab.com/thelabnyc/requests-unixsocket2")
|
||||||
(synopsis "Talk HTTP via a UNIX domain socket")
|
(synopsis "Talk HTTP via a UNIX domain socket")
|
||||||
|
|
|
@ -3203,7 +3203,7 @@ video streaming services of the Finnish national broadcasting company Yle.")
|
||||||
python-certifi
|
python-certifi
|
||||||
python-mutagen
|
python-mutagen
|
||||||
python-pycryptodomex
|
python-pycryptodomex
|
||||||
python-requests-next ; TODO Remove this special package
|
python-requests ; TODO Remove this special package
|
||||||
python-urllib3
|
python-urllib3
|
||||||
python-websockets))
|
python-websockets))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -3373,7 +3373,7 @@ Both command-line and GTK2 interface are available.")
|
||||||
python-wcwidth
|
python-wcwidth
|
||||||
python-websockets
|
python-websockets
|
||||||
python-urllib3
|
python-urllib3
|
||||||
python-requests-next
|
python-requests
|
||||||
python-pycryptodomex
|
python-pycryptodomex
|
||||||
python-mutagen
|
python-mutagen
|
||||||
python-brotli
|
python-brotli
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue