gnu: python-httplib2: Update to 0.22.0.
* gnu/packages/python-web.scm (python-httplib2): Update to 0.22.0. [build-system]: Switch to pyproject-build-system. [native-inputs]: Add python-cryptography.
This commit is contained in:
parent
aaf85222f1
commit
f2cc76c809
@ -1045,7 +1045,7 @@ over a different origin than that of the web application.")
|
|||||||
(define-public python-httplib2
|
(define-public python-httplib2
|
||||||
(package
|
(package
|
||||||
(name "python-httplib2")
|
(name "python-httplib2")
|
||||||
(version "0.15.0")
|
(version "0.22.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; Tests not included in the release tarball.
|
;; Tests not included in the release tarball.
|
||||||
@ -1056,8 +1056,8 @@ over a different origin than that of the web application.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11bis23xqbl6aa5m5yswwcf6zn4j24lyi7bfskd31h4zb368ggsj"))))
|
"1zkp3glv0iha7p68p5m0sb8mrrammkdc0mx32517xry52s4iva7g"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:phases
|
#:phases
|
||||||
@ -1067,7 +1067,8 @@ over a different origin than that of the web application.")
|
|||||||
(substitute* "requirements-test.txt"
|
(substitute* "requirements-test.txt"
|
||||||
(("==") ">=")))))))
|
(("==") ">=")))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flake8
|
(list python-cryptography
|
||||||
|
python-flake8
|
||||||
python-future
|
python-future
|
||||||
python-mock
|
python-mock
|
||||||
python-pytest
|
python-pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user