forked from pool/python-evtx
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-evtx?expand=0&rev=27
96 lines
3.5 KiB
Plaintext
96 lines
3.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jun 23 01:30:09 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Switch to pyproject macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 23 07:56:38 UTC 2024 - pgajdos@suse.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 @forensenellanebbia in #75
|
|
* Fix file names in README.md by @maehw in #79
|
|
* Add JSON dump functionality by @ajread4 in #82
|
|
* add missing comma to array by @snipcodeit in #83
|
|
* weaken the dependency rules for use with python3+Fedora by @xambroz in #84
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 8 11:04:39 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- add missing six dependency declaration
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 5 12:35:19 UTC 2021 - Stefan Schubert <schubi@suse.de>
|
|
|
|
- Use libalternatives instead of update-alternatives.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 4 08:29:55 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
|
|
|
- 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 06:34:09 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 4 15:05:59 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Add pytest4.patch making the testsuite running again.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 22 14:11:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Restrict to pytest3, newer releases do not work
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 5 12:55:10 UTC 2019 - pgajdos@suse.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 @stephensheridan in #37
|
|
* fix hex32/64 node types, identified by @nbareil in #38
|
|
* fix systemtime timestamp parsing, identified by @patatetom in #39
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 15 07:02:51 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
|
|
|
- fix shebang interpreter handling
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:47:47 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 24 13:38:32 UTC 2017 - jmatejek@suse.com
|
|
|
|
- singlespec auto-conversion
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 3 11:56:57 UTC 2017 - cbosdonnat@suse.com
|
|
|
|
- Update to 0.5.3
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 26 11:23:29 UTC 2016 - cbosdonnat@suse.com
|
|
|
|
- Version 0.3.1
|
|
|