From 0de97a023793e8581e9bb043545c6893671f7b77 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:54 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../{python3-gspread_6.1.4.bb => python3-gspread_6.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python3-gspread/{python3-gspread_6.1.4.bb => python3-gspread_6.2.0.bb} (78%) 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 similarity index 78% rename from meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb rename to 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" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" -SRC_URI[sha256sum] = "b8eec27de7cadb338bb1b9f14a9be168372dee8965c0da32121816b5050ac1de" +SRC_URI[sha256sum] = "bc3d02d1c39e0b40bfc8035b4fec407aa71a17f343fc81cc7e3f75bfa6555de6" RDEPENDS:${PN} = " \ python3-google-auth \