From b09e0bc055ffd1aed577f34361cb7f9fa05bf5b0 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 2 Feb 2024 20:08:59 +0000 Subject: python3-google-api-core: update to version 2.16.1 Signed-off-by: Derek Straka Signed-off-by: Khem Raj --- .../python/python3-google-api-core_2.15.0.bb | 25 ---------------------- .../python/python3-google-api-core_2.16.1.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-google-api-core_2.15.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.15.0.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.15.0.bb deleted file mode 100644 index 7ce2ad7add..0000000000 --- a/meta-python/recipes-devtools/python/python3-google-api-core_2.15.0.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Google API client core library" -HOMEPAGE = "https://github.com/googleapis/python-api-core" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -inherit pypi setuptools3 - -SRC_URI[sha256sum] = "abc978a72658f14a2df1e5e12532effe40f94f868f6e23d95133bd6abcca35ca" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-asyncio \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-logging \ - ${PYTHON_PN}-math \ -" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-googleapis-common-protos \ - ${PYTHON_PN}-google-auth \ - ${PYTHON_PN}-grpcio \ - ${PYTHON_PN}-protobuf \ - ${PYTHON_PN}-pytz \ - ${PYTHON_PN}-requests \ - ${PYTHON_PN}-six \ -" diff --git a/meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb new file mode 100644 index 0000000000..6c2511885d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.16.1.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Google API client core library" +HOMEPAGE = "https://github.com/googleapis/python-api-core" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "7f668ffa3d5b9f3c6930407e5f5d691c05a376050a5a5fd772b9dc32e70a0c30" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-asyncio \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-math \ +" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-googleapis-common-protos \ + ${PYTHON_PN}-google-auth \ + ${PYTHON_PN}-grpcio \ + ${PYTHON_PN}-protobuf \ + ${PYTHON_PN}-pytz \ + ${PYTHON_PN}-requests \ + ${PYTHON_PN}-six \ +" -- cgit v1.2.3-54-g00ecf