diff --git a/python-unidiff.changes b/python-unidiff.changes index 6a1779e..1d5ef97 100644 --- a/python-unidiff.changes +++ b/python-unidiff.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 27 18:05:48 UTC 2020 - Martin Liška + +- 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 diff --git a/python-unidiff.spec b/python-unidiff.spec index 87f56f1..04d38c6 100644 --- a/python-unidiff.spec +++ b/python-unidiff.spec @@ -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 diff --git a/v0.5.5.tar.gz b/v0.5.5.tar.gz deleted file mode 100644 index 2e36fec..0000000 --- a/v0.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d351e402191b10e6b5164e6ce40b683f5f63eaedccc9a17d3ed47bbe3873634 -size 13510 diff --git a/v0.6.0.tar.gz b/v0.6.0.tar.gz new file mode 100644 index 0000000..a428bd3 --- /dev/null +++ b/v0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00bd92c4988a2daba239222e579284da48983f81b929fad4249949d6a5496723 +size 15672