summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-16 08:56:15 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:25 +0100
commit3c84504e8539e961032f447f4152c425e4aef07b (patch)
tree51a6ef74ad96627895884ee7757fbe013fae217b
parent884c92fddd4b7fd1171f6f46e6f983af57faa7b5 (diff)
gnu: python-urllib3-next: Set to python-urllib3.
Replace all python-urllib3-next occurrences with python-urllib3. * gnu/packages/python-web.scm (python-urllib3-next): Set to python-urllib3. Change-Id: Iaf07baf285f4687d896c5fe19865beb9221f3beb
-rw-r--r--gnu/packages/python-web.scm18
-rw-r--r--gnu/packages/tor.scm2
2 files changed, 3 insertions, 17 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b9259c22d5..704d038791 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5331,7 +5331,7 @@ python-requests.")
python-waitress))
(propagated-inputs
(list python-requests
- python-urllib3-next))
+ python-urllib3))
(home-page "https://gitlab.com/thelabnyc/requests-unixsocket2")
(synopsis "Talk HTTP via a UNIX domain socket")
(description
@@ -5708,21 +5708,7 @@ can reuse the same socket connection for multiple requests, it can POST files,
supports url redirection and retries, and also gzip and deflate decoding.")
(license license:expat)))
-(define-public python-urllib3-next
- (package
- (inherit python-urllib3)
- (version "2.5.0")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "urllib3" version))
- (sha256
- (base32
- "0q17z6zlpyjv9ax5c3d30qwp9fwhz2sc4gbb7yyd86g4qwrpgi1z"))))
- (native-inputs
- (list python-hatch-vcs
- python-hatchling
- python-setuptools-scm))))
+(define-public python-urllib3-next python-urllib3)
(define-public python-urllib3-1.25
(package
diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index ab72e3c09a..f41cd8d3d7 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -301,7 +301,7 @@ networks.")
python-setuptools
python-stem
python-unidecode
- python-urllib3-next
+ python-urllib3
python-waitress
python-werkzeug
tor))