summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-16 08:52:44 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:44 +0100
commitb1b864788b402ad79f64af295346fafdc4fda984 (patch)
tree42acc599c96ba58f46ce19208d55e34e01493b9c /gnu
parentabdce54877a2a766e74375f6aaaaaba0120367f3 (diff)
gnu: python-urllib3: Update to 2.5.0.
* gnu/packages/python-web.scm (python-urllib3): Update to 2.5.0. [native-inputs]: Add python-hatch-vcs and python-setuptools-scm. Change-Id: Ibe502c2193f03a58f5c3adaf29771498a47d4e7b
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cd93e45c693..af3ce49b52a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -5655,17 +5655,20 @@ addon for removing tracking fields from URLs.")
(define-public python-urllib3
(package
(name "python-urllib3")
- (version "2.2.1")
+ (version "2.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
- "06fg8jj64lgxr2jrizzrsdvaf1avpg5qmhvnswhfbf8sqrv0hmyh"))))
+ "0q17z6zlpyjv9ax5c3d30qwp9fwhz2sc4gbb7yyd86g4qwrpgi1z"))))
(build-system pyproject-build-system)
(arguments `(#:tests? #f))
- (native-inputs (list python-hatchling))
+ (native-inputs
+ (list python-hatch-vcs
+ python-hatchling
+ python-setuptools-scm))
(propagated-inputs
(append
;; These 5 inputs are used to build urrlib3[secure]