forked from pool/python-unidiff
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:
committed by
Git OBS Bridge
parent
45fa7391b2
commit
c5dbe662cc
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d351e402191b10e6b5164e6ce40b683f5f63eaedccc9a17d3ed47bbe3873634
|
||||
size 13510
|
3
v0.6.0.tar.gz
Normal file
3
v0.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00bd92c4988a2daba239222e579284da48983f81b929fad4249949d6a5496723
|
||||
size 15672
|
Reference in New Issue
Block a user