From 6c2f011ca26e9532573a305c47503f0e81f7a050 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 6 Sep 2021 09:17:58 +0800 Subject: python3-google-api-python-client: upgrade 2.18.0 -> 2.19.1 remove repeated calls to self._get_reason analyticsdata: update the api androidmanagement: update the api artifactregistry: update the api bigquerydatatransfer: update the api bigquery: update the api chat: update the api cloudidentity: update the api cloudkms: update the api compute: update the api containeranalysis: update the api container: update the api content: update the api dataflow: update the api dataproc: update the api displayvideo: update the api documentai: update the api file: update the api gkehub: update the api logging: update the api managedidentities: update the api metastore: update the api ondemandscanning: update the api people: update the api sqladmin: update the api sts: update the api workflowexecutions: update the api youtube: update the api Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python3-google-api-python-client_2.18.0.bb | 20 -------------------- .../python3-google-api-python-client_2.19.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_2.18.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.18.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.18.0.bb deleted file mode 100644 index 0dc31826b5..0000000000 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.18.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, \ -Moderator, and many other Google APIs." -HOMEPAGE = "https://github.com/googleapis/google-api-python-client" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" - -SRC_URI[sha256sum] = "a25661ec6cf4c159f41fe9c061c2bee31b2dddaf2ad787e23617048a25b53842" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-six \ - ${PYTHON_PN}-json \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-netclient \ - ${PYTHON_PN}-httplib2 \ - ${PYTHON_PN}-uritemplate \ - ${PYTHON_PN}-google-api-core \ -" diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb new file mode 100644 index 0000000000..564058e98f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.19.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "The Google API Client for Python is a client library for accessing the Plus, \ +Moderator, and many other Google APIs." +HOMEPAGE = "https://github.com/googleapis/google-api-python-client" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" + +SRC_URI[sha256sum] = "c89b345615188fbd525f52d59013156ad3bfd1023af27041f2dec3d7877ba112" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-six \ + ${PYTHON_PN}-json \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-netclient \ + ${PYTHON_PN}-httplib2 \ + ${PYTHON_PN}-uritemplate \ + ${PYTHON_PN}-google-api-core \ +" -- cgit 1.2.3-korg