From 2e0a01b9cf72d49926ab46107438db0cdc9583e7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 14 Dec 2023 16:54:37 +0800 Subject: python3-googleapis-common-protos: upgrade 1.61.0 -> 1.62.0 Changelog: =========== -Add auto_populated_fields field of MethodSettings in google/api/client_pb2 -Add support for Python 3.12 -Migrate to native namespace packages Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-googleapis-common-protos_1.61.0.bb | 13 ------------- .../python/python3-googleapis-common-protos_1.62.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.61.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.61.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.61.0.bb deleted file mode 100644 index 171bc67b78..0000000000 --- a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.61.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Common protobufs used in Google APIs" -HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "8a64866a97f6304a7179873a465d6eee97b7a24ec6cfd78e0f575e96b821240b" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-grpcio \ - ${PYTHON_PN}-protobuf \ -" diff --git a/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb new file mode 100644 index 0000000000..1536ba5e0d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-googleapis-common-protos_1.62.0.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Common protobufs used in Google APIs" +HOMEPAGE = "https://github.com/googleapis/python-api-common-protos" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "83f0ece9f94e5672cced82f592d2a5edf527a96ed1794f0bab36d5735c996277" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-grpcio \ + ${PYTHON_PN}-protobuf \ +" -- cgit v1.2.3-54-g00ecf