meta-openembedded/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.1.3.bb
Wang Mingyu 0cfc43891a
python3-gspread: upgrade 6.1.2 -> 6.1.3
Changelog:
============
- ignore jinja CVE
- Remove passing exception as args to super in APIError
- better handler API error parsing.
- Add test on receiving an invalid JSON in the APIError exception handler.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-10-14 09:52:28 -07:00

15 lines
403 B
BlitzBasic

SUMMARY = "Google Spreadsheets Python API"
HOMEPAGE = "https://github.com/burnash/gspread"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
SRC_URI[sha256sum] = "cf03627f44e9e03a0a3de241d1748709db22af4fc8c11a13aa389d0bce6053fd"
RDEPENDS:${PN} = " \
python3-google-auth \
python3-google-auth-oauthlib \
python3-strenum \
"
inherit pypi python_flit_core