14
0

Accepting request 949727 from home:marxin:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/949727
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-unidiff?expand=0&rev=16
This commit is contained in:
2022-01-28 23:25:59 +00:00
committed by Git OBS Bridge
parent 096edf9ef7
commit ba5d0a6b31
4 changed files with 14 additions and 5 deletions

View File

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