summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-07-15 17:02:14 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-15 16:36:13 -0700
commit27a6c3f7baf475a6e602134978f82a63618b07b6 (patch)
tree5c41ae1d7a14d129ae421484590d3af060d5ae99 /meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb
parent62981fb545bc9e7a897c91c49d6641717b924ba6 (diff)
downloadmeta-openembedded-27a6c3f7baf475a6e602134978f82a63618b07b6.tar.gz
python3-oletools: upgrade 0.60.1 -> 0.60.2
Changelog: ============ - fixed a bug in open_slk - fixed a bug due to new PROJECTCOMPATVERSION record in dir stream - oleobj: fixed SyntaxError with Python 3.12 - rtfobj: fixed SyntaxError with Python 3.12 - clsid: added CLSIDs for MSI, Zed - ftguess: added MSI, PNG and OneNote formats - pyxswf: fixed python 3.12 compatibility - setup/requirements: allow pyparsing 3 to solve install issues Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb b/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb
new file mode 100644
index 0000000000..162ebcab2d
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-oletools_0.60.2.bb
@@ -0,0 +1,11 @@
1SUMMARY = "Python tools to analyze security characteristics of MS Office and OLE files"
2HOMEPAGE = "https://github.com/decalage2/olefile"
3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=181754d317256f1b037529d3e994e1b4"
5
6SRC_URI[sha256sum] = "ad452099f4695ffd8855113f453348200d195ee9fa341a09e197d66ee7e0b2c3"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE = "oletools"
11PYPI_PACKAGE_EXT = "zip"