mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
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>
This commit is contained in:
@@ -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] = "cf03627f44e9e03a0a3de241d1748709db22af4fc8c11a13aa389d0bce6053fd"
|
||||
|
||||
RDEPENDS:${PN} = " \
|
||||
python3-google-auth \
|
||||
python3-google-auth-oauthlib \
|
||||
python3-strenum \
|
||||
"
|
||||
|
||||
inherit pypi python_flit_core
|
||||
Reference in New Issue
Block a user