diff mbox series

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

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

Commit Message

Mingyu Wang (Fujitsu) Feb. 6, 2024, 8:44 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 https://github.com/burnash/gspread/releases/tag/v6.0.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-gspread_5.12.4.bb => python3-gspread_6.0.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python3-gspread/{python3-gspread_5.12.4.bb => python3-gspread_6.0.0.bb} (76%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.0.bb
similarity index 76%
rename from meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb
rename to meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.0.bb
index 920ff4d69..c04b1568b 100644
--- a/meta-python/recipes-devtools/python3-gspread/python3-gspread_5.12.4.bb
+++ b/meta-python/recipes-devtools/python3-gspread/python3-gspread_6.0.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/burnash/gspread"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9488e21983675fa56dc05af558b83e2f"
 
-SRC_URI[sha256sum] = "3fcef90183f15d3c9233b4caa021a83682f2b2ee678340c42d7ca7d8be98c6d1"
+SRC_URI[sha256sum] = "3b5efe315aeaa290d21befc8ee7bb0239db78c7b495d8831ae29fd1a182292a1"
 
 S = "${WORKDIR}/gspread-${PV}"