Changelog for
python311-evtx-0.8.0-30.9.noarch.rpm :
* Fri Aug 23 2024 pgajdosAATTsuse.com- version update to 0.8.0
* Remove support for Python 2.7 and specify minimum supported version is 3.8. Use black/isort/ruff to ensure the consistency of the code.
* Fixed issue w/ Python 3 by AATTforensenellanebbia in #75
* Fix file names in README.md by AATTmaehw in #79
* Add JSON dump functionality by AATTajread4 in #82
* add missing comma to array by AATTsnipcodeit in #83
* weaken the dependency rules for use with python3+Fedora by AATTxambroz in #84
* Mon Nov 08 2021 Dirk Müller
- add missing six dependency declaration
* Tue Oct 05 2021 Stefan Schubert - Use libalternatives instead of update-alternatives.
* Mon Oct 04 2021 Ben Greiner - Update to 0.7.4
* relax dependencies for most users #72
* show records by date filter
* handling of invalid dates #43
* handling of malformed evtx files
* pin dependencies due to py2 deprecation #67
* testing on pytest 4- Drop pytest4.patch merged upstream- Fix rpmlint alternative link errors- Fix missing python2-xml requirement
* Tue May 26 2020 Petr Gajdos - %python3_only -> %python_alternative
* Mon Nov 04 2019 Matej Cepl - Add pytest4.patch making the testsuite running again.
* Thu Aug 22 2019 Tomáš Chvátal - Restrict to pytest3, newer releases do not work
* Wed Jun 05 2019 pgajdosAATTsuse.com- version update to 0.6.1
* unit tests! also, travis integration with github project.
* remove hacky python string templating solution to dealing with substitutions.
* add .xml() and .lxml() to records.
* lots of fixes to bring code in-line with pep8 and style guide.
* fix a bunch of bugs due to bad data/encodings.
* add support for CharacterReferenceNode
* demonstrate unicode handling issue submitted by AATTstephensheridan in #37
* fix hex32/64 node types, identified by AATTnbareil in #38
* fix systemtime timestamp parsing, identified by AATTpatatetom in #39
* Fri Mar 15 2019 Hans-Peter Jansen - fix shebang interpreter handling
* Tue Dec 04 2018 Matej Cepl - Remove superfluous devel dependency for noarch package