summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-19 15:53:09 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-19 08:11:45 -0800
commit1d617147bb362f1e061290a8052dcbd8f85a4dd6 (patch)
tree104c8a89611d8d777527a2871b33b1a8cc39da66 /meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb
parent3b97b2704c038c0e73a09cbf624f68a2f336bfd6 (diff)
downloadmeta-openembedded-1d617147bb362f1e061290a8052dcbd8f85a4dd6.tar.gz
python3-googleapis-common-protos: upgrade 1.56.4 -> 1.57.0
Changelog: ========== Features ------------ Add support for Python 3.10 (#143) (63ca888) Add support for Python 3.11 (#145) (b9dbb21) added google.api.JwtLocation.cookie (6af2132) added google.api.Service.publishing and client libraries settings (6af2132) new fields in enum google.api.ErrorReason (6af2132) Bug Fixes ----------- deprecate google.api.BackendRule.min_deadline (6af2132) deps: Require protobuf >=3.19.5 (#141) (9ea3530) Documentation -------------- minor updates to comments (6af2132) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb
deleted file mode 100644
index 3f03933e06..0000000000
--- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "Common protobufs used in Google APIs"
2HOMEPAGE = "https://github.com/googleapis/python-api-common-protos"
3AUTHOR = "Google LLC"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6
7inherit pypi setuptools3
8
9SRC_URI[sha256sum] = "c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417"
10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-grpcio \
13 ${PYTHON_PN}-protobuf \
14"