From c5dbe662cc4e2288e1eacead038fe2c84d98a02eb99a3c70357395259a738ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 28 May 2020 07:14:06 +0000 Subject: [PATCH] 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 --- python-unidiff.changes | 10 ++++++++++ python-unidiff.spec | 2 +- v0.5.5.tar.gz | 3 --- v0.6.0.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 v0.5.5.tar.gz create mode 100644 v0.6.0.tar.gz 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