14
0
Files
python-unidiff/python-unidiff.changes
Tomáš Chvátal c5dbe662cc Accepting request 809665 from home:marxin:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/809665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unidiff?expand=0&rev=13
2020-05-28 07:14:06 +00:00

42 lines
1.5 KiB
Plaintext

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