[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
223/223: gnu: python-urllib3: Update to 2.2.1.
From: |
guix-commits |
Subject: |
223/223: gnu: python-urllib3: Update to 2.2.1. |
Date: |
Thu, 17 Oct 2024 06:21:14 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 1fb65c29eab6bc92ecd296db68ad0b73317e3f69
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 11394ea83f..3ad52c070a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4102,30 +4102,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
- 160/223: gnu: python-arrow: Move to pyproject-build-system., (continued)
- 160/223: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/10/17
- 180/223: gnu: python-pytest-remotedata: Ignore failing test., guix-commits, 2024/10/17
- 185/223: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/10/17
- 186/223: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/10/17
- 188/223: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/10/17
- 192/223: gnu: python-pytest-enabler: Break dependency cycle., guix-commits, 2024/10/17
- 199/223: gnu: python-rich: Update to 13.7.1., guix-commits, 2024/10/17
- 202/223: gnu: python-uqbar: Improve package style., guix-commits, 2024/10/17
- 203/223: gnu: python-uqbar: Upgrade to python-team branch., guix-commits, 2024/10/17
- 216/223: gnu: python-matplotlib: Ignore failing tests., guix-commits, 2024/10/17
- 223/223: gnu: python-urllib3: Update to 2.2.1.,
guix-commits <=
- 73/223: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/10/17
- 130/223: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/10/17
- 139/223: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/17
- 146/223: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/10/17
- 161/223: gnu: dynaconf: Improve package style., guix-commits, 2024/10/17
- 170/223: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/10/17
- 175/223: gnu: python-amqp: Move to pyproject-build-system., guix-commits, 2024/10/17
- 176/223: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/10/17
- 187/223: gnu: python-jaraco-packaging: Move to pyproject-build-system., guix-commits, 2024/10/17
- 191/223: gnu: python-sparse: Move to pyproject-build-system., guix-commits, 2024/10/17