From 7bd028b81a5fd613cf451204ec84397449c3853e Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Tue, 11 May 2021 01:21:28 -0700 Subject: [PATCH 54/55] python-httplib2: upgrade to latest (0.19.1) --- gnu/packages/python-web.scm | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index af33cc25d1..1d65b2b0a8 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -628,15 +628,20 @@ over a different origin than that of the web application.") (define-public python-httplib2 (package (name "python-httplib2") - (version "0.9.2") + (version "0.19.1") (source (origin (method url-fetch) (uri (pypi-uri "httplib2" version)) (sha256 (base32 - "126rsryvw9vhbf3qmsfw9lf4l4xm2srmgs439lgma4cpag4s3ay3")))) + "0gakbnnplyi5dvgyd0d8kblqxc54ryp0w43a7563shx7xiz624hb")))) (build-system python-build-system) + (arguments + ; TODO package test dependencies and patch fixed versions in test-requirements.txt + `(#:tests? #f)) + (propagated-inputs + `(("python-pyparsing" ,python-pyparsing))) (home-page "https://github.com/jcgregorio/httplib2") (synopsis "Comprehensive HTTP client library") (description -- 2.31.1