diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-19 15:53:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-19 08:11:45 -0800 |
commit | 1d617147bb362f1e061290a8052dcbd8f85a4dd6 (patch) | |
tree | 104c8a89611d8d777527a2871b33b1a8cc39da66 | |
parent | 3b97b2704c038c0e73a09cbf624f68a2f336bfd6 (diff) | |
download | meta-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.57.0.bb (renamed from meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.56.4.bb) | 2 |
1 files changed, 1 insertions, 1 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.57.0.bb index 3f03933e06..2a233ad18c 100644 --- 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.57.0.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca | |||
6 | 6 | ||
7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "c25873c47279387cfdcbdafa36149887901d36202cb645a0e4f29686bf6e4417" | 9 | SRC_URI[sha256sum] = "27a849d6205838fb6cc3c1c21cb9800707a661bb21c6ce7fb13e99eb1f8a0c46" |
10 | 10 | ||
11 | RDEPENDS:${PN} += "\ | 11 | RDEPENDS:${PN} += "\ |
12 | ${PYTHON_PN}-grpcio \ | 12 | ${PYTHON_PN}-grpcio \ |