From 0de97a023793e8581e9bb043545c6893671f7b77 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:54 +0800 Subject: 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/python3-gspread_6.1.4.bb | 14 -------------- .../python3-gspread/python3-gspread_6.2.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb create mode 100644 meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.0.bb (limited to 'meta-python') 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.1.4.bb deleted file mode 100644 index 9e74bd8de8..0000000000 --- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Google Spreadsheets Python API" -HOMEPAGE = "https://github.com/burnash/gspread" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" - -SRC_URI[sha256sum] = "b8eec27de7cadb338bb1b9f14a9be168372dee8965c0da32121816b5050ac1de" - -RDEPENDS:${PN} = " \ - python3-google-auth \ - python3-google-auth-oauthlib \ - python3-strenum \ - " - -inherit pypi python_flit_core diff --git a/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.0.bb b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.0.bb new file mode 100644 index 0000000000..aa70c04760 --- /dev/null +++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.2.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Google Spreadsheets Python API" +HOMEPAGE = "https://github.com/burnash/gspread" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" + +SRC_URI[sha256sum] = "bc3d02d1c39e0b40bfc8035b4fec407aa71a17f343fc81cc7e3f75bfa6555de6" + +RDEPENDS:${PN} = " \ + python3-google-auth \ + python3-google-auth-oauthlib \ + python3-strenum \ + " + +inherit pypi python_flit_core -- cgit v1.2.3-54-g00ecf