diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-14 16:53:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-14 07:53:23 -0800 |
commit | 186765ab8d552744aaa71bb5d7449aa06f0dca71 (patch) | |
tree | 96f2f5b462e4af04985e7fb5b326495ba957c534 /meta-python/recipes-devtools/python/python3-google-api-core_2.15.0.bb | |
parent | eaa7d950ed3bd848bc65ca57d92ae073f679b22d (diff) | |
download | meta-openembedded-186765ab8d552744aaa71bb5d7449aa06f0dca71.tar.gz |
python3-google-api-core: upgrade 2.14.0 -> 2.15.0
Changelog:
==========
-Add support for Python 3.12
-Add type annotations to wrapped grpc calls
-Add universe_domain argument to ClientOptions
-Introduce compatibility with native namespace packages
-Fix regression in bidi causing Thread-ConsumeBidirectionalStream caught
unexpected exception and will exit
-Replace deprecated datetime.datetime.utcnow()
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-google-api-core_2.15.0.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-core_2.15.0.bb | 25 |
1 files changed, 25 insertions, 0 deletions
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 new file mode 100644 index 0000000000..7ce2ad7add --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-google-api-core_2.15.0.bb | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "Google API client core library" | ||
2 | HOMEPAGE = "https://github.com/googleapis/python-api-core" | ||
3 | LICENSE = "Apache-2.0" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
5 | |||
6 | inherit pypi setuptools3 | ||
7 | |||
8 | SRC_URI[sha256sum] = "abc978a72658f14a2df1e5e12532effe40f94f868f6e23d95133bd6abcca35ca" | ||
9 | |||
10 | RDEPENDS:${PN} += "\ | ||
11 | ${PYTHON_PN}-asyncio \ | ||
12 | ${PYTHON_PN}-datetime \ | ||
13 | ${PYTHON_PN}-logging \ | ||
14 | ${PYTHON_PN}-math \ | ||
15 | " | ||
16 | |||
17 | RDEPENDS:${PN} += "\ | ||
18 | ${PYTHON_PN}-googleapis-common-protos \ | ||
19 | ${PYTHON_PN}-google-auth \ | ||
20 | ${PYTHON_PN}-grpcio \ | ||
21 | ${PYTHON_PN}-protobuf \ | ||
22 | ${PYTHON_PN}-pytz \ | ||
23 | ${PYTHON_PN}-requests \ | ||
24 | ${PYTHON_PN}-six \ | ||
25 | " | ||