diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:18:46 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 06:18:46 +0000 |
commit | 45715344d47373a7ca879b09648d2cbfa92d5cec (patch) | |
tree | 53aa99e9be8db7ecd3e5bd4f85dd1ae6564c2f77 | |
parent | a7cd16c1f71ce9f7a4e9cb053fca789c91cc6f82 (diff) |
automatic import of python-unidiff
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-unidiff.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /unidiff-0.7.4.tar.gz +/unidiff-0.7.5.tar.gz diff --git a/python-unidiff.spec b/python-unidiff.spec index 529881d..ab0a93d 100644 --- a/python-unidiff.spec +++ b/python-unidiff.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-unidiff -Version: 0.7.4 +Version: 0.7.5 Release: 1 Summary: Unified diff parsing/metadata extraction library. License: MIT URL: http://github.com/matiasb/python-unidiff -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/be/69/aa7dc315290382a52e7441c61c987b801434078b1c07bd9a7b377206ae82/unidiff-0.7.4.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a3/48/81be0ac96e423a877754153699731ef439fd7b80b4c8b5425c94ed079ebd/unidiff-0.7.5.tar.gz BuildArch: noarch @@ -28,7 +28,7 @@ Provides: python3-unidiff-doc Simple Python library to parse and interact with unified diff data. %prep -%autosetup -n unidiff-0.7.4 +%autosetup -n unidiff-0.7.5 %build %py3_build @@ -68,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.4-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.7.5-1 - Package Spec generated @@ -1 +1 @@ -9a4108b151fff5db4e1ae280ed18835a unidiff-0.7.4.tar.gz +34ffc3f9fdc4763d4d98840381556cde unidiff-0.7.5.tar.gz |