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.
This commit is contained in:
Maxim Cournoyer 2021-10-31 20:56:29 -04:00
parent 9b54d52116
commit d396897795
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 4 additions and 31 deletions

View file

@ -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