[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
222/361: gnu: python-urllib3: Update to 2.2.1.
From: |
guix-commits |
Subject: |
222/361: gnu: python-urllib3: Update to 2.2.1. |
Date: |
Fri, 22 Nov 2024 06:00:45 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit ddb89377b68e320c70f9ae0917e35795dffb0dd4
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 24 20:09:00 2024 +0200
gnu: python-urllib3: Update to 2.2.1.
* gnu/packages/python-web.scm (python-urllib3): Update to 2.2.1. Re-indent.
[build-system]: Use PYPROJECT-BUILD-SYSTEM.
[native-inputs]: Add PYTHON-HATCHLING.
Change-Id: I980c0cad01b39cce44e3cae09e776fbdff9b162a
---
gnu/packages/python-web.scm | 41 +++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 056ff6cb3f..f30ff7500c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4103,30 +4103,31 @@ addon for removing tracking fields from URLs.")
(define-public python-urllib3
(package
(name "python-urllib3")
- (version "1.26.15")
+ (version "2.2.1")
(source
- (origin
- (method url-fetch)
- (uri (pypi-uri "urllib3" version))
- (sha256
- (base32
- "01dkqv0rsjqyw4wrp6yj8h3bcnl7c678qkj845596vs7p4bqff4a"))))
- (build-system python-build-system)
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "urllib3" version))
+ (sha256
+ (base32
+ "06fg8jj64lgxr2jrizzrsdvaf1avpg5qmhvnswhfbf8sqrv0hmyh"))))
+ (build-system pyproject-build-system)
(arguments `(#:tests? #f))
+ (native-inputs (list python-hatchling))
(propagated-inputs
(append
- ;; These 5 inputs are used to build urrlib3[secure]
- (list python-certifi)
- (if (member (%current-system)
- (package-transitive-supported-systems python-cryptography))
- (list python-cryptography)
- '())
- (list python-idna)
- (if (member (%current-system)
- (package-transitive-supported-systems python-pyopenssl))
- (list python-pyopenssl)
- '())
- (list python-pysocks)))
+ ;; These 5 inputs are used to build urrlib3[secure]
+ (list python-certifi)
+ (if (member (%current-system)
+ (package-transitive-supported-systems python-cryptography))
+ (list python-cryptography)
+ '())
+ (list python-idna)
+ (if (member (%current-system)
+ (package-transitive-supported-systems python-pyopenssl))
+ (list python-pyopenssl)
+ '())
+ (list python-pysocks)))
(home-page "https://urllib3.readthedocs.io/")
(synopsis "HTTP library with thread-safe connection pooling")
(description
- 120/361: gnu: python-platformdirs: Update to 4.2.1., (continued)
- 120/361: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/11/22
- 125/361: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/11/22
- 151/361: gnu: qtile: Update to 0.23.0., guix-commits, 2024/11/22
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/22
- 158/361: gnu: python-scikit-rf: Fix tests., guix-commits, 2024/11/22
- 189/361: gnu: Add ghc-xcb-types., guix-commits, 2024/11/22
- 188/361: gnu: python-nbstripout: Move to pyproject-build-system., guix-commits, 2024/11/22
- 192/361: gnu: python-pint: Disable benchmark tests., guix-commits, 2024/11/22
- 200/361: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/22
- 213/361: gnu: python-warcio: Move to pyproject-build-system., guix-commits, 2024/11/22
- 222/361: gnu: python-urllib3: Update to 2.2.1.,
guix-commits <=
- 237/361: gnu: python-optree: Adjust inputs., guix-commits, 2024/11/22
- 238/361: gnu: python-parameterized-next: Adjust inputs., guix-commits, 2024/11/22
- 30/361: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/22
- 33/361: gnu: Add python-rapidfuzz., guix-commits, 2024/11/22
- 72/361: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/11/22
- 76/361: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/11/22
- 67/361: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/22
- 81/361: gnu: python-websocket-client: Update to 1.8.0., guix-commits, 2024/11/22
- 85/361: gnu: python-pyzmq: Use Tornado 6., guix-commits, 2024/11/22
- 94/361: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/22