From d085d1887b68880887089d458ebd37f22b0e9f2c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Wed, 20 Jan 2021 13:10:24 +0200 Subject: [PATCH] python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8 Upgrade to release 1.12.8: - add httplib2 authorization to thread_safety Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- ...nt_1.12.5.bb => python3-google-api-python-client_1.12.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_1.12.5.bb => python3-google-api-python-client_1.12.8.bb} (69%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.5.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.8.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.5.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.8.bb index 87c2212416..1774f962ea 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.5.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.8.bb @@ -3,7 +3,6 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" -SRC_URI[md5sum] = "4aee3820666e80944f38c39176193d5c" -SRC_URI[sha256sum] = "1892cd490d164e5ec2f2168dc3b4fa0af68f36ca15a88b91bca1826b3d4f2829" +SRC_URI[sha256sum] = "f3b9684442eec2cfe9f9bb48e796ef919456b82142c7528c5fd527e5224f08bb" inherit pypi setuptools3