14
0

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
This commit is contained in:
Tomáš Chvátal
2020-05-28 07:14:06 +00:00
committed by Git OBS Bridge
parent 45fa7391b2
commit c5dbe662cc
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
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>