diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-23 15:11:36 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:24:05 -0700 |
| commit | c7ac863465a15f0daa9bde8b4fae2072cb05667d (patch) | |
| tree | b9b8bf1d2b1af6e2ebcb4778e0a8e2f6902add1d /meta-python | |
| parent | ed700bf5079df68c3834c6b4d9da405cfc8bfd25 (diff) | |
| download | meta-openembedded-c7ac863465a15f0daa9bde8b4fae2072cb05667d.tar.gz | |
python3-xlrd: upgrade 2.0.1 -> 2.0.2
Changelog:
Fix bug reading sheets containing invalid formulae.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-xlrd_2.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-xlrd_2.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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 | |||
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \ | 12 | SRC_URI = "git://github.com/python-excel/xlrd.git;branch=master;protocol=https \ |
| 13 | " | 13 | " |
| 14 | SRCREV = "b8d573e11ec149da695d695c81a156232b89a949" | 14 | SRCREV = "3a19d22014d7b3f3041b7188d21a653c18c709bf" |
| 15 | 15 | ||
| 16 | 16 | ||
| 17 | inherit ptest-python-pytest setuptools3 | 17 | inherit ptest-python-pytest setuptools3 |
