summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-gspread: upgrade 6.1.4 -> 6.2.0Wang Mingyu2025-03-111-14/+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>
* python3-gspread: upgrade 6.1.3 -> 6.1.4Wang Mingyu2024-11-051-0/+14
Changelog: ========= - Remove dependency on requests-2.27.0 - sort imports - import JSONDecodeError straight from requests Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>