summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-11 16:54:54 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-11 17:17:22 -0700
commit0de97a023793e8581e9bb043545c6893671f7b77 (patch)
tree36ef07f8a73614c59bfe6140302f40712e17740e /meta-python
parentdba970cb66384f6ae99efbe3fa9052ac3a127d41 (diff)
downloadmeta-openembedded-0de97a023793e8581e9bb043545c6893671f7b77.tar.gz
python3-gspread: upgrade 6.1.4 -> 6.2.0
Changelog: =========== - Add property expiry in gspread client - Bump typing-extensions from 4.11.0 to 4.12.0 - Fix code block formatting typo in README - ignore jinja CVE - Type part of test suite utils - Remove passing exception as args to super in APIError - Bump mypy from 1.10.0 to 1.10.1 - Update advanced.rst - Bump bandit from 1.7.8 to 1.7.9 - Bump flake8 from 7.0.0 to 7.1.0 - Bump typing-extensions from 4.12.0 to 4.12.2 - Bump mypy from 1.10.1 to 1.11.1 - Bump black from 24.4.2 to 24.8.0 - Bump flake8 from 7.1.0 to 7.1.1 - Fix docstring about BackOffHTTPClient - Fix comment to reflect correct google-auth package version requirement - Doc/community addons orm package - fix: fix type annotation for default_blank - Bump mypy from 1.11.1 to 1.11.2 - better handler API error parsing. - Add test on receiving an invalid JSON in the APIError exception handler. - [feature] Add 'expand_table' feature - Bump bandit from 1.7.9 to 1.7.10 - Created a batch_merge function - Added a range option to Worksheet.get_notes - Documentation update for gspread.worksheet.Worksheet.get_all_records - add example for batch_merge - explicitly list exported package symbols Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.0.bb (renamed from meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.0.bb
index 9e74bd8de8..aa70c04760 100644
--- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb
+++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.0.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/burnash/gspread"
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
5 5
6SRC_URI[sha256sum] = "b8eec27de7cadb338bb1b9f14a9be168372dee8965c0da32121816b5050ac1de" 6SRC_URI[sha256sum] = "bc3d02d1c39e0b40bfc8035b4fec407aa71a17f343fc81cc7e3f75bfa6555de6"
7 7
8RDEPENDS:${PN} = " \ 8RDEPENDS:${PN} = " \
9 python3-google-auth \ 9 python3-google-auth \