File python-unidiff.changes of Package python-unidiff
-------------------------------------------------------------------
Fri Dec 29 09:56:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.7.5:
* Fixed issue with spaces in filename when using custom git
prefix.
* Support binary patch format.
-------------------------------------------------------------------
Mon Jun 27 07:35:14 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 0.7.4
* Fixed git diff parsing issues (filename with spaces,
only one added/deleted file).
-------------------------------------------------------------------
Wed Feb 9 09:34:10 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 0.7.3
* Fixed RE_BINARY_DIFF regex to make it a raw string.
-------------------------------------------------------------------
Fri Jan 28 02:23:11 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 0.7.2
* Fixed issue when parsing git diff header generated with --no-prefix.
- Update to version 0.7.1
* Improved git added/deleted file detection.
* Added newline optional param when parsing from_filename.
-------------------------------------------------------------------
Sun Aug 15 19:15:09 UTC 2021 - Martin Liška <mliska@suse.cz>
- Update to version 0.7.0
* Fixed issues handling multiple git renames.
* Renamed files return target filename as PatchedFile.path.
* Fixed error when first change is a binary file.
* Added source code type hints.
-------------------------------------------------------------------
Wed May 27 18:05:48 UTC 2020 - Martin Liška <mliska@suse.cz>
- Update to version 0.6.0
* Updated PatchSet constructor to accept an optional (default to False)
metadata_only parameter to only keep diff metadata information without
the diff text data (better performance).
* Identify and track changed binary files.
* Added support for git rename syntax.
-------------------------------------------------------------------
Mon May 18 09:10:40 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Mon Jun 3 11:23:41 UTC 2019 - pgajdos@suse.com
- run the testsuite, call spec-cleaner
-------------------------------------------------------------------
Tue Dec 4 12:55:35 UTC 2018 - Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
-------------------------------------------------------------------
Sun Jul 29 11:05:16 UTC 2018 - jengelh@inai.de
- Ensure neutrality of descriptions.
-------------------------------------------------------------------
Tue May 29 16:51:09 UTC 2018 - toddrme2178@gmail.com
- Update to version 0.5.5
* Updated PatchSet constructor to accept string data.
* Added support to parse extended patch info.
-------------------------------------------------------------------
Tue Nov 7 18:25:47 UTC 2017 - toddrme2178@gmail.com
- initial version