diff --git a/python-unidiff.changes b/python-unidiff.changes index bd30aa6..7df919c 100644 --- a/python-unidiff.changes +++ b/python-unidiff.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Jan 28 02:23:11 UTC 2022 - Martin Liška + +- 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 diff --git a/python-unidiff.spec b/python-unidiff.spec index ab969a6..08461fd 100644 --- a/python-unidiff.spec +++ b/python-unidiff.spec @@ -1,7 +1,7 @@ # # spec file for package python-unidiff # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-unidiff -Version: 0.7.0 +Version: 0.7.2 Release: 0 Summary: Unified diff parsing/metadata extraction library License: MIT diff --git a/v0.7.0.tar.gz b/v0.7.0.tar.gz deleted file mode 100644 index 48167aa..0000000 --- a/v0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:621ba75ccb57fa54eeb83a21038c4eeac1ff0a37e42e9fcbc66b46aa1ea8cbe1 -size 16179 diff --git a/v0.7.2.tar.gz b/v0.7.2.tar.gz new file mode 100644 index 0000000..89e535f --- /dev/null +++ b/v0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d4999ac734032a883e5656763fe1da29c5755a88a39aa8ac3a267b178dff33 +size 17122