diff mbox series

[meta-python,29/30] python3-xlrd: upgrade 2.0.1 -> 2.0.2

Message ID 20250623071138.402-29-wangmy@fujitsu.com
State New
Headers show
Series [meta-filesystems,01/30] bindfs: upgrade 1.18.0 -> 1.18.1 | expand

Commit Message

Wang Mingyu June 23, 2025, 7:11 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Fix bug reading sheets containing invalid formulae.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb b/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb
index 4707e31854..928e52ed04 100644
--- a/meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb
@@ -11,7 +11,7 @@  SRC_URI[sha256sum] = "f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef27
 
 SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \
 "
-SRCREV = "b8d573e11ec149da695d695c81a156232b89a949"
+SRCREV = "3a19d22014d7b3f3041b7188d21a653c18c709bf"
 
 
 inherit ptest-python-pytest setuptools3