On 2021-01-20 6:10 a.m., Leon Anavi wrote: > - add httplib2 authorization to thread_safety > > Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin > --- > ...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 87c221241..1774f962e 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 > > >