Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oletools for openSUSE:Factory checked in at 2021-06-28 15:33:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oletools (Old) and /work/SRC/openSUSE:Factory/.python-oletools.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oletools" Mon Jun 28 15:33:44 2021 rev:4 rq:902752 version:0.60 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oletools/python-oletools.changes 2021-05-16 23:44:14.997107838 +0200 +++ /work/SRC/openSUSE:Factory/.python-oletools.new.2625/python-oletools.changes 2021-06-28 15:34:14.431230951 +0200 @@ -1,0 +2,17 @@ +Mon Jun 21 07:17:34 UTC 2021 - Sebastian Wagner <sebix+novell....@sebix.at> + +- update to version 0.60: + - ftguess: new tool to identify file formats and containers (issue #680) + - oleid: (issue #679) + - each indicator now has a risk level + - calls ftguess to identify file formats + - calls olevba+mraptor to detect and analyse VBA+XLM macros + - olevba: + - when XLMMacroDeobfuscator is available, use it to extract and deobfuscate XLM macros + - rtfobj: + - use ftguess to identify file type of OLE Package (issue #682) + - fixed bug in re_executable_extensions + - crypto: added PowerPoint transparent password '/01Hannes Ruescher/01' (issue #627) + - setup: XLMMacroDeobfuscator, xlrd2 and pyxlsb2 added as optional dependencies + +------------------------------------------------------------------- Old: ---- oletools-0.56.2.zip New: ---- oletools-0.60.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oletools.spec ++++++ --- /var/tmp/diff_new_pack.7mh93v/_old 2021-06-28 15:34:14.915231544 +0200 +++ /var/tmp/diff_new_pack.7mh93v/_new 2021-06-28 15:34:14.919231550 +0200 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-oletools -Version: 0.56.2 +Version: 0.60 Release: 0 Summary: Tools to analyze security characteristics of MS Office and OLE files License: BSD-2-Clause AND MIT @@ -62,7 +62,6 @@ sed -i '1{/pcodedmp/d;}' %{buildroot}%{python_sitelib}/oletools-*.egg-info/requires.txt %python_clone -a %{buildroot}%{_bindir}/ezhexviewer %python_clone -a %{buildroot}%{_bindir}/mraptor -%python_clone -a %{buildroot}%{_bindir}/mraptor3 %python_clone -a %{buildroot}%{_bindir}/olebrowse %python_clone -a %{buildroot}%{_bindir}/oledir %python_clone -a %{buildroot}%{_bindir}/oleid @@ -70,19 +69,19 @@ %python_clone -a %{buildroot}%{_bindir}/olemeta %python_clone -a %{buildroot}%{_bindir}/oletimes %python_clone -a %{buildroot}%{_bindir}/olevba -%python_clone -a %{buildroot}%{_bindir}/olevba3 %python_clone -a %{buildroot}%{_bindir}/pyxswf %python_clone -a %{buildroot}%{_bindir}/rtfobj %python_clone -a %{buildroot}%{_bindir}/oleobj %python_clone -a %{buildroot}%{_bindir}/msodde %python_clone -a %{buildroot}%{_bindir}/olefile +%python_clone -a %{buildroot}%{_bindir}/ftguess %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest -k 'not test_rough_doctype and not test_encrypted and not test_crypt_return' +%pytest -k 'not test_rough_doctype and not test_encrypted and not test_crypt_return and not test_all' %post -%python_install_alternative ezhexviewer mraptor mraptor3 olebrowse oledir oleid olemap olemeta oletimes olevba olevba3 pyxswf rtfobj oleobj msodde olefile +%python_install_alternative ezhexviewer mraptor olebrowse oledir oleid olemap olemeta oletimes olevba pyxswf rtfobj oleobj msodde olefile ftguess %postun %python_uninstall_alternative ezhexviewer @@ -92,7 +91,6 @@ %license oletools/LICENSE.txt %python_alternative %{_bindir}/ezhexviewer %python_alternative %{_bindir}/mraptor -%python_alternative %{_bindir}/mraptor3 %python_alternative %{_bindir}/olebrowse %python_alternative %{_bindir}/oledir %python_alternative %{_bindir}/oleid @@ -100,12 +98,12 @@ %python_alternative %{_bindir}/olemeta %python_alternative %{_bindir}/oletimes %python_alternative %{_bindir}/olevba -%python_alternative %{_bindir}/olevba3 %python_alternative %{_bindir}/pyxswf %python_alternative %{_bindir}/rtfobj %python_alternative %{_bindir}/oleobj %python_alternative %{_bindir}/msodde %python_alternative %{_bindir}/olefile +%python_alternative %{_bindir}/ftguess %{python_sitelib}/* %changelog