14
0
Files
python-unidiff/python-unidiff.changes
Markéta Machová 096edf9ef7 Accepting request 912303 from home:marxin:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/912303
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unidiff?expand=0&rev=15
2021-08-17 12:24:32 +00:00

51 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
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