diff --git a/oletools-0.60.zip b/oletools-0.60.2.zip similarity index 79% rename from oletools-0.60.zip rename to oletools-0.60.2.zip index 8ce08494bcbf6fa3fd4dcccac93c96c99054c96a..66d3a0a80951d78fc43c46e2cf2a76dcb86bf91e 100644 Binary files a/oletools-0.60.zip and b/oletools-0.60.2.zip differ diff --git a/python-oletools.spec b/python-oletools.spec index ffe5c23652f998e6facae99dadb115919e10a30a..1d97fd8aa4324265a523adfc985916fd83b3df66 100644 --- a/python-oletools.spec +++ b/python-oletools.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-oletools -Version: 0.60 +Version: 0.60.2 Release: 1 Summary: Python tools to analyze security characteristics of MS Office and OLE filesfor Malware Analysis and Incident Response License: MIT URL: https://github.com/decalage2/oletools -Source0: https://files.pythonhosted.org/packages/e2/48/0103c6e2b89958245d6f16c7da9a7d4b0acc0efe11608b82d66d4a073b80/oletools-0.60.zip +Source0: https://files.pythonhosted.org/packages/5c/2f/037f40e44706d542b94a2312ccc33ee2701ebfc9a83b46b55263d49ce55a/oletools-0.60.2.zip BuildArch: noarch Requires: python3-pyparsing @@ -40,7 +40,7 @@ Microsoft Office documents or Outlook messages, mainly for malware analysis, forensics and debugging. It is based on the olefile parser. %prep -%autosetup -n oletools-0.60 +%autosetup -n oletools-0.60.2 %build %py3_build @@ -80,5 +80,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 17 2024 liudy - 0.60.2-1 +- Update package to version 0.60.2 +- fixed a bug in open_slk +- fixed a bug due to new PROJECTCOMPATVERSION record in dir stream +- fixed SyntaxError with Python 3.12, SyntaxWarning +- added CLSIDs for MSI, Zed + * Fri Dec 17 2021 Python_Bot - 0.60-1 - Package Init