diff --git a/python-unidiff.changes b/python-unidiff.changes index 7df919c..8274486 100644 --- a/python-unidiff.changes +++ b/python-unidiff.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 9 09:34:10 UTC 2022 - Martin Liška + +- Update to version 0.7.3 + * Fixed RE_BINARY_DIFF regex to make it a raw string. + ------------------------------------------------------------------- Fri Jan 28 02:23:11 UTC 2022 - Martin Liška diff --git a/python-unidiff.spec b/python-unidiff.spec index 08461fd..b61fefb 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.7.2 +Version: 0.7.3 Release: 0 Summary: Unified diff parsing/metadata extraction library License: MIT diff --git a/v0.7.2.tar.gz b/v0.7.2.tar.gz deleted file mode 100644 index 89e535f..0000000 --- a/v0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:31d4999ac734032a883e5656763fe1da29c5755a88a39aa8ac3a267b178dff33 -size 17122 diff --git a/v0.7.3.tar.gz b/v0.7.3.tar.gz new file mode 100644 index 0000000..5835da6 --- /dev/null +++ b/v0.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efe1361bb26a7332dfa978cdd5ff8b11989dd97d9f78c0bded10a07b95362343 +size 17181