diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-09-15 12:02:55 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-09-16 09:14:58 -0700 |
commit | 0f347c01c7199981b231553c1cf737b3fd0e2da5 (patch) | |
tree | 334eaa2e5d1ea5680ff2709ee79d6f397d9287a0 /meta-python/recipes-devtools/python | |
parent | b31347847d4165baaa75d30b9648cf22d1b4b378 (diff) | |
download | meta-openembedded-0f347c01c7199981b231553c1cf737b3fd0e2da5.tar.gz |
python3-google-api-python-client: Upgrade 1.11.0 -> 1.12.1
Upgrade to release 1.12.1:
- deps: require six>=1.13.0
- add quota_project, credentials_file, and scopes support
- convert print statement to function
- remove http from batch execute docs
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb (renamed from meta-python/recipes-devtools/python/python3-google-api-python-client_1.11.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.11.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb index c14b17254d..d79ac3c397 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.12.1.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "b9a09d60cffda35887a8e09b600a73b0" | 6 | SRC_URI[md5sum] = "92106822131f76ca77b77009674e78e4" |
7 | SRC_URI[sha256sum] = "caf4015800ef1a18d06d117f47f0219c0c0641f21978f6b1bb5ede7912fab97b" | 7 | SRC_URI[sha256sum] = "ddadc243ce627512c2a27e11d369f5ddf658ef80dbffb247787499486ef1ea98" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |