diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-02 15:09:00 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-02 00:35:52 -0800 |
| commit | 31fad7ab5eae467645622153f456bbae468b2d4a (patch) | |
| tree | 5316df3181e6ff9346a526a4497c0fbb90cdfb3b /meta-python | |
| parent | a50b58f6268dc20cccf78f2586dccbb11f907ce7 (diff) | |
| download | meta-openembedded-31fad7ab5eae467645622153f456bbae468b2d4a.tar.gz | |
python3-gspread: upgrade 5.12.3 -> 5.12.4
Changelog:
===========
-Bump actions/setup-python from 4 to 5
-Fixed default value of merge_type parameter in merge_cells function docstring.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb (renamed from meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.3.bb b/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb index 932cf22b1f..920ff4d69d 100644 --- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.3.bb +++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb | |||
| @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/burnash/gspread" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" |
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "298ebab76e6ed6a998eabc81545ec58f5610f44e2ddb4858b539a0634093f8ce" | 6 | SRC_URI[sha256sum] = "3fcef90183f15d3c9233b4caa021a83682f2b2ee678340c42d7ca7d8be98c6d1" |
| 7 | 7 | ||
| 8 | S = "${WORKDIR}/gspread-${PV}" | 8 | S = "${WORKDIR}/gspread-${PV}" |
| 9 | 9 | ||
