diff --git a/python-unidiff.spec b/python-unidiff.spec index 376f09beb4385e2af1170ca034bc771fb2b86203..5bd7c2d291423c1c4a84361aa2f0428ede5fe918 100644 --- a/python-unidiff.spec +++ b/python-unidiff.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-unidiff -Version: 0.6.0 +Version: 0.7.4 Release: 1 Summary: Unified diff parsing/metadata extraction library. License: MIT URL: http://github.com/matiasb/python-unidiff -Source0: https://files.pythonhosted.org/packages/03/d7/fd62a2090ed067b90a5f83354729d0fff1aff27ec718796d2fadb1afa3ae/unidiff-0.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/be/69/aa7dc315290382a52e7441c61c987b801434078b1c07bd9a7b377206ae82/unidiff-0.7.4.tar.gz BuildArch: noarch @@ -14,20 +14,22 @@ Simple Python library to parse and interact with unified diff data. %package -n python3-unidiff Summary: Unified diff parsing/metadata extraction library. -Provides: python-unidiff +Provides: python-unidiff = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-unidiff Simple Python library to parse and interact with unified diff data. %package help Summary: Development documents and examples for unidiff Provides: python3-unidiff-doc + %description help Simple Python library to parse and interact with unified diff data. %prep -%autosetup -n unidiff-0.6.0 +%autosetup -n unidiff-%{version} %build %py3_build @@ -67,5 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Nov 01 2022 wangjunqi - 0.7.4-1 +- Update package to version 0.7.4 + * Sun May 23 2021 Python_Bot - Package Spec generated + diff --git a/unidiff-0.6.0.tar.gz b/unidiff-0.6.0.tar.gz deleted file mode 100644 index a4b572ee84d5f7cae6a543c232a89889b1d7f200..0000000000000000000000000000000000000000 Binary files a/unidiff-0.6.0.tar.gz and /dev/null differ diff --git a/unidiff-0.7.4.tar.gz b/unidiff-0.7.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f4eece7d2e318ac1c104196a36d8ec6a4184c6b4 Binary files /dev/null and b/unidiff-0.7.4.tar.gz differ