From c7ac863465a15f0daa9bde8b4fae2072cb05667d Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:36 +0800 Subject: [PATCH] python3-xlrd: upgrade 2.0.1 -> 2.0.2 Changelog: Fix bug reading sheets containing invalid formulae. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../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 --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