diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-27 16:09:39 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-27 09:43:08 -0800 |
commit | 40147490a8d52d7e5aecd66932eeb03e56e94902 (patch) | |
tree | 4380a582439b951fdf690ac61fe0e3849a332580 /meta-python | |
parent | 0f8b7d63e1950d728a2bfb22a7ef5462e255a9bc (diff) | |
download | meta-openembedded-40147490a8d52d7e5aecd66932eeb03e56e94902.tar.gz |
python3-openpyxl: upgrade 3.1.0 -> 3.1.1
Bugfixes
========
#1881 DocumentProperties times set by module import only
#1947 Worksheet-specific definitions are missing
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-openpyxl_3.1.1.bb (renamed from meta-python/recipes-devtools/python/python3-openpyxl_3.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.0.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb index f93d258f2d..a0a4b6dc99 100644 --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.1.1.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148 | |||
9 | 9 | ||
10 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
11 | 11 | ||
12 | SRC_URI[sha256sum] = "eccedbe1cdd8b2494057e73959b496821141038dbb7eb9266ea59e3f34208231" | 12 | SRC_URI[sha256sum] = "f06d44e2c973781068bce5ecf860a09bcdb1c7f5ce1facd5e9aa82c92c93ae72" |
13 | 13 | ||
14 | RDEPENDS:${PN} += "\ | 14 | RDEPENDS:${PN} += "\ |
15 | ${PYTHON_PN}-compression \ | 15 | ${PYTHON_PN}-compression \ |