diff mbox series

[meta-python] python3-gspread: upgrade 5.12.3 -> 5.12.4

Message ID 1704179340-8177-1-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-python] python3-gspread: upgrade 5.12.3 -> 5.12.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 2, 2024, 7:09 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../{python3-gspread_5.12.3.bb => python3-gspread_5.12.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python3-gspread/{python3-gspread_5.12.3.bb => python3-gspread_5.12.4.bb} (76%)

Comments

Khem Raj Jan. 8, 2024, 2:46 a.m. UTC | #1
On Tue, 02 Jan 2024 15:09:00 +0800, wangmy@fujitsu.com wrote:
> Changelog:
> ===========
> -Bump actions/setup-python from 4 to 5
> -Fixed default value of merge_type parameter in merge_cells function docstring.
> 
> 

Applied, thanks!

[1/1] python3-gspread: upgrade 5.12.3 -> 5.12.4
      commit: 31fad7ab5eae467645622153f456bbae468b2d4a

Best regards,
diff mbox series

Patch

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
similarity index 76%
rename from meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.3.bb
rename to meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb
index 932cf22b1..920ff4d69 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"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
 
-SRC_URI[sha256sum] = "298ebab76e6ed6a998eabc81545ec58f5610f44e2ddb4858b539a0634093f8ce"
+SRC_URI[sha256sum] = "3fcef90183f15d3c9233b4caa021a83682f2b2ee678340c42d7ca7d8be98c6d1"
 
 S = "${WORKDIR}/gspread-${PV}"