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

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-unidiff
Version: 0.5.5
Version: 0.6.0
Release: 0
Summary: Unified diff parsing/metadata extraction library
License: MIT