[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/33: gnu: python-urllib3: Remove replacement package.
From: |
guix-commits |
Subject: |
10/33: gnu: python-urllib3: Remove replacement package. |
Date: |
Sun, 9 May 2021 17:50:10 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 9430debf2937c4c5f331720387e72a75df3fb662
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun May 9 23:11:21 2021 +0200
gnu: python-urllib3: Remove replacement package.
* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.4.
[replacement]: Remove.
(python-urllib3/fixed): Remove variable.
---
gnu/packages/python-web.scm | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 27c08d2..8b31368 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2736,15 +2736,14 @@ authenticated session objects providing things like
keep-alive.")
(define-public python-urllib3
(package
(name "python-urllib3")
- (version "1.26.2")
+ (version "1.26.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "urllib3" version))
(sha256
(base32
- "024yldjwjavps39yb77sc422z8fa9bn20wcqrcncjwrqjab8y60r"))))
- (replacement python-urllib3/fixed)
+ "0dw9w9bs3hmr5dp3r3h43jyzzb1g1046ag7lj8pqf58i4kvj3c77"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs
@@ -2763,17 +2762,6 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
(properties `((python2-variant . ,(delay python2-urllib3))))
(license license:expat)))
-(define python-urllib3/fixed
- (package/inherit python-urllib3
- (version "1.26.4")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "urllib3" version))
- (sha256
- (base32
- "0dw9w9bs3hmr5dp3r3h43jyzzb1g1046ag7lj8pqf58i4kvj3c77"))))))
-
;; Some software requires an older version of urllib3, notably Docker.
(define-public python-urllib3-1.24
(package (inherit python-urllib3)
- branch core-updates updated (a605ef3 -> 23666a9), guix-commits, 2021/05/09
- 01/33: gnu: cross-kernel-headers: Fix build., guix-commits, 2021/05/09
- 04/33: gnu: cURL: Update to 7.76.1., guix-commits, 2021/05/09
- 02/33: Merge branch 'master' into core-updates, guix-commits, 2021/05/09
- 03/33: gnu: Remove obsolete patches., guix-commits, 2021/05/09
- 07/33: gnu: MariaDB: Incorporate grafted changes., guix-commits, 2021/05/09
- 10/33: gnu: python-urllib3: Remove replacement package.,
guix-commits <=
- 11/33: gnu: glib: Disable SELinux support., guix-commits, 2021/05/09
- 14/33: gnu: elfutils: Omit static libraries., guix-commits, 2021/05/09
- 12/33: gnu: Python: Update to 3.9.5., guix-commits, 2021/05/09
- 13/33: gnu: elfutils: Update to 0.183., guix-commits, 2021/05/09
- 05/33: gnu: c-ares: Remove replacement package., guix-commits, 2021/05/09
- 06/33: gnu: unzip: Incorporate grafted changes., guix-commits, 2021/05/09
- 08/33: gnu: OpenLDAP: Remove replacement package., guix-commits, 2021/05/09
- 09/33: gnu: PostgreSQL: Remove replacement package., guix-commits, 2021/05/09
- 17/33: gnu: perl: Update to 5.32.1., guix-commits, 2021/05/09
- 24/33: gnu: expat: Update to 2.3.0., guix-commits, 2021/05/09