From 31fad7ab5eae467645622153f456bbae468b2d4a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 15:09:00 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../python3-gspread/python3-gspread_5.12.3.bb | 12 ------------ .../python3-gspread/python3-gspread_5.12.4.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.3.bb create mode 100644 meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb (limited to 'meta-python/recipes-devtools/python3-gspread') 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.3.bb deleted file mode 100644 index 932cf22b1f..0000000000 --- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.3.bb +++ /dev/null @@ -1,12 +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] = "298ebab76e6ed6a998eabc81545ec58f5610f44e2ddb4858b539a0634093f8ce" - -S = "${WORKDIR}/gspread-${PV}" - -RDEPENDS:${PN} = "python3-requests" - -inherit pypi python_poetry_core diff --git a/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb b/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb new file mode 100644 index 0000000000..920ff4d69d --- /dev/null +++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb @@ -0,0 +1,12 @@ +SUMMARY = "Google Spreadsheets Python API" +HOMEPAGE = "https://github.com/burnash/gspread" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f" + +SRC_URI[sha256sum] = "3fcef90183f15d3c9233b4caa021a83682f2b2ee678340c42d7ca7d8be98c6d1" + +S = "${WORKDIR}/gspread-${PV}" + +RDEPENDS:${PN} = "python3-requests" + +inherit pypi python_poetry_core -- cgit v1.2.3-54-g00ecf