summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2023-12-14 04:59:09 +0000
committerKhem Raj <raj.khem@gmail.com>2023-12-13 22:03:48 -0800
commit41fef651c04b0c69a40218ea1e80455141247bc2 (patch)
tree130dc76d659c7988ed93d13409fec88df95ad5e9 /meta-python
parent97c2b0d2d52bb26719f013479c0a2accaed7b565 (diff)
downloadmeta-openembedded-41fef651c04b0c69a40218ea1e80455141247bc2.tar.gz
python3-olefile: update to version 0.47
Update license file checksum and verified the terms are the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-olefile_0.47.bb (renamed from meta-python/recipes-devtools/python/python3-olefile_0.46.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-olefile_0.46.bb b/meta-python/recipes-devtools/python/python3-olefile_0.47.bb
index e29f30f6ff..2db0adad8b 100644
--- a/meta-python/recipes-devtools/python/python3-olefile_0.46.bb
+++ b/meta-python/recipes-devtools/python/python3-olefile_0.47.bb
@@ -1,9 +1,9 @@
1SUMMARY = "Python package to parse, read and write Microsoft OLE2 files" 1SUMMARY = "Python package to parse, read and write Microsoft OLE2 files"
2HOMEPAGE = "https://github.com/decalage2/olefile" 2HOMEPAGE = "https://github.com/decalage2/olefile"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e21a06208415d5eb2001555d37851362" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f18814bd70fd28e11a4545145dcb3822"
5 5
6SRC_URI[sha256sum] = "133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964" 6SRC_URI[sha256sum] = "599383381a0bf3dfbd932ca0ca6515acd174ed48870cbf7fee123d698c192c1c"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9