2023-12-29 09:57:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2022-06-28 08:43:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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).
|
|
|
|
|
2022-02-09 12:10:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2022-01-28 23:25:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2021-08-17 12:24:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-05-18 13:01:32 +00:00
|
|
|
-------------------------------------------------------------------
|
2020-05-28 07:14:06 +00:00
|
|
|
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.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2020-05-18 13:01:32 +00:00
|
|
|
Mon May 18 09:10:40 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
|
2019-06-03 11:36:17 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 3 11:23:41 UTC 2019 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- run the testsuite, call spec-cleaner
|
|
|
|
|
2018-12-04 14:11:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:55:35 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-30 07:33:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 11:05:16 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Ensure neutrality of descriptions.
|
|
|
|
|
2018-05-31 15:24:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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
|