[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
191/203: gnu: python-docker: Update to 5.0.3 and remove obsolete package
From: |
guix-commits |
Subject: |
191/203: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants. |
Date: |
Wed, 3 Nov 2021 21:10:42 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit c4a88826b0d612944ff00c55d2cbe2b94ea11a30
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 31 20:56:29 2021 -0400
gnu: python-docker: Update to 5.0.3 and remove obsolete package variants.
* gnu/packages/docker.scm (python-docker): Update to 5.0.3.
* gnu/packages/python-web.scm (python-requests-2.20): Delete unused package
variant.
(python-urllib3-1.24): Likewise.
---
gnu/packages/docker.scm | 8 ++++----
gnu/packages/python-web.scm | 27 ---------------------------
2 files changed, 4 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/docker.scm b/gnu/packages/docker.scm
index 8bac1b8..c64760f 100644
--- a/gnu/packages/docker.scm
+++ b/gnu/packages/docker.scm
@@ -57,21 +57,21 @@
(define-public python-docker
(package
(name "python-docker")
- (version "3.7.3")
+ (version "5.0.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "docker" version))
(sha256
(base32
- "0qmrcvpaz37p85hfddsd4yc8hgqlkzs4cz09q9wmy0pz5pwajqm0"))))
+ "1yr7w8vmdis01myx26pqx7wcyz2cy1mfs421alppq3lpc9ms45nr"))))
(build-system python-build-system)
;; TODO: Tests require a running Docker daemon.
(arguments '(#:tests? #f))
(inputs
- `(("python-requests" ,python-requests-2.20)
+ `(("python-requests" ,python-requests)
("python-six" ,python-six)
- ("python-urllib3" ,python-urllib3-1.24)))
+ ("python-urllib3" ,python-urllib3)))
(propagated-inputs
`(("python-docker-pycreds" ,python-docker-pycreds)
("python-paramiko" ,python-paramiko) ;adds SSH support
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1399b69..b644638 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2541,22 +2541,6 @@ APIs.")
than Python’s urllib2 library.")
(license license:asl2.0)))
-;; Some software requires an older version of Requests, notably Docker/Docker
-;; Compose.
-(define-public python-requests-2.20
- (package (inherit python-requests)
- (version "2.20.1")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "requests" version))
- (sha256
- (base32
-
"0qzj6cgv3k9wyj7wlxgz7xq0cfg4jbbkfm24pp8dnhczwl31527a"))))
- (propagated-inputs
- `(("python-urllib3" ,python-urllib3-1.24)
- ("python-idna" ,python-idna-2.7)
- ,@(package-propagated-inputs python-requests)))))
-
(define-public python2-requests
(package-with-python2 python-requests))
@@ -2823,17 +2807,6 @@ supports url redirection and retries, and also gzip and
deflate decoding.")
(properties `((python2-variant . ,(delay python2-urllib3))))
(license license:expat)))
-;; Some software requires an older version of urllib3, notably Docker.
-(define-public python-urllib3-1.24
- (package (inherit python-urllib3)
- (version "1.24.3")
- (source (origin
- (method url-fetch)
- (uri (pypi-uri "urllib3" version))
- (sha256
- (base32
-
"1x0slqrv6kixkbcdnxbglvjliwhc1payavxjvk8fvbqjrnasd4r3"))))))
-
(define-public python2-urllib3
(let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
(package/inherit
- 151/203: gnu: python-hypothesis: Update to 6.23.4., (continued)
- 151/203: gnu: python-hypothesis: Update to 6.23.4., guix-commits, 2021/11/03
- 170/203: gnu: gtkmm-3: Update to 3.24.5., guix-commits, 2021/11/03
- 175/203: gnu: xorgproto: Update to 2021.5., guix-commits, 2021/11/03
- 172/203: gnu: dconf: Update to 0.40.0., guix-commits, 2021/11/03
- 180/203: gnu: network-manager: Update to 1.32.12., guix-commits, 2021/11/03
- 185/203: gnu: uhttpmock: Use libsoup 2., guix-commits, 2021/11/03
- 194/203: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/03
- 200/203: gnu: gvfs: Use meson-0.59 to workaround faulty meson., guix-commits, 2021/11/03
- 143/203: gnu: elogind: Update to 246.10., guix-commits, 2021/11/03
- 184/203: gnu: emacs-elpy: Update to 1.35.0-0.8d0de31., guix-commits, 2021/11/03
- 191/203: gnu: python-docker: Update to 5.0.3 and remove obsolete package variants.,
guix-commits <=
- 196/203: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/03
- 107/203: gnu: lsof: Disable the LTlock test., guix-commits, 2021/11/03
- 173/203: gnu: tracker: Use libsoup-minimal-2 to fix build., guix-commits, 2021/11/03
- 178/203: gnu: duktape: Install a pkg-config file., guix-commits, 2021/11/03
- 203/203: build: meson: Replace the 'test-target' argument by 'test-options'., guix-commits, 2021/11/03
- 160/203: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/03
- 174/203: gnu: xkeyboard-config: Update to 2.34., guix-commits, 2021/11/03
- 177/203: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/03
- 182/203: gnu: geoclue: Fix build option name., guix-commits, 2021/11/03
- 183/203: gnu: jami-gnome: Fix build with webkitgtk 2.34.1., guix-commits, 2021/11/03