1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +02:00

gnu: python-httplib2: Update to 0.31.2.

* gnu/packages/python-web.scm (python-httplib2): Update to 0.31.2.
[propagated-inputs]: Add python-pyparsing and python-pysocks.
[native-inputs]: Remove python-future and python-pyparsing.

Change-Id: I6d8272b1ffa00fa54d1fd72f21202fe6f7464c66
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hugo Buddelmeijer
2026-03-03 20:59:54 +01:00
committed by Sharlatan Hellseher
parent 24f22688be
commit d621fc71a7

View File

@@ -3485,10 +3485,9 @@ origin than that of the web application.")
(define-public python-httplib2
(package
(name "python-httplib2")
(version "0.22.0")
(version "0.31.2")
(source
(origin
;; Tests not included in the release tarball.
(method git-fetch)
(uri (git-reference
(url "https://github.com/httplib2/httplib2")
@@ -3496,7 +3495,7 @@ origin than that of the web application.")
(file-name (git-file-name name version))
(sha256
(base32
"1zkp3glv0iha7p68p5m0sb8mrrammkdc0mx32517xry52s4iva7g"))))
"0wdnf4rhw9ar8b15lzvif11ibnnpqkfif3alkhkfywy3ikk8nrxb"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -3506,11 +3505,12 @@ origin than that of the web application.")
(lambda _
(substitute* "requirements-test.txt"
(("==") ">=")))))))
(propagated-inputs
(list python-pyparsing
python-pysocks))
(native-inputs
(list python-cryptography
python-future
python-mock
python-pyparsing
python-pytest
python-pytest-cov
python-pytest-randomly