From c24ba0d0ef0ddcffca0b89c8ac3279cff9075f12 Mon Sep 17 00:00:00 2001 From: wangmy Date: Wed, 10 Nov 2021 12:06:09 +0800 Subject: python3-google-api-python-client: upgrade 2.28.0 -> 2.30.0 Features androidmanagement: update the api be2e5dd (5dcb723) appengine: update the api 4535ce5 (5dcb723) artifactregistry: update the api 882fdb3 (5dcb723) chromepolicy: update the api c330a6f (5dcb723) cloudidentity: update the api d0f0527 (5dcb723) composer: update the api 2bfa5a1 (5dcb723) compute: update the api b917688 (5dcb723) datastream: update the api 218521c (5dcb723) dns: update the api 540233d (5dcb723) healthcare: update the api 1e029c8 (5dcb723) ondemandscanning: update the api 9f998b4 (5dcb723) osconfig: update the api 59cea85 (5dcb723) paymentsresellersubscription: update the api efb5b4f (5dcb723) privateca: update the api b4ae2c8 (5dcb723) recommender: update the api 8dffae4 (5dcb723) retail: update the api f711074 (5dcb723) storagetransfer: update the api c835926 (5dcb723) streetviewpublish: update the api 35f0b1b (5dcb723) translate: update the api 1f848a5 (5dcb723) Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python3-google-api-python-client_2.30.0.bb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb (limited to 'meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.bb new file mode 100644 index 0000000000..e1f7040e4f --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.30.0.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] = "d46418a296f8ee309b2044791aeffae512cb1a9d9bfb3def2bfb37058f01c645" + +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 v1.2.3-54-g00ecf