diff --git a/fastimport-0.9.14.tar.gz b/fastimport-0.9.14.tar.gz new file mode 100644 index 0000000..283112f Binary files /dev/null and b/fastimport-0.9.14.tar.gz differ diff --git a/fastimport-0.9.8.tar.gz b/fastimport-0.9.8.tar.gz deleted file mode 100644 index 95d5e62..0000000 Binary files a/fastimport-0.9.8.tar.gz and /dev/null differ diff --git a/python-fastimport.spec b/python-fastimport.spec index 0c781f1..79c0831 100644 --- a/python-fastimport.spec +++ b/python-fastimport.spec @@ -1,14 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-fastimport -Version: 0.9.8 +Version: 0.9.14 Release: 1 Summary: VCS fastimport/fastexport parser -License: GNU GPL v2 or later +License: GPL-2.0-only URL: https://github.com/jelmer/python-fastimport -Source0: https://files.pythonhosted.org/packages/aa/65/47a579aae80fbd8b89cfbdffcde8dff68d57e3148b99da6a326673021455/fastimport-0.9.8.tar.gz +Source0: https://files.pythonhosted.org/packages/7b/ab/c2d9bd0b7ae0956308be167b6e30f516edfeba3b34ebc1d7b96ce46dfe74/fastimport-0.9.14.tar.gz BuildArch: noarch - %description This package provides a parser for and generator of the Git fastimport format. @@ -18,16 +17,16 @@ Provides: python-fastimport BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-fastimport - +This package provides a parser for and generator of the Git fastimport format. %package help Summary: Development documents and examples for fastimport Provides: python3-fastimport-doc %description help - +This package provides a parser for and generator of the Git fastimport format. %prep -%autosetup -n fastimport-0.9.8 +%autosetup -n fastimport-%{version} %build %py3_build @@ -67,5 +66,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 25 2022 liqiuyu - 0.9.14-1 +- Upgrade package to version 0.9.14 + * Tue Dec 15 2020 Python_Bot -- Package Spec generated +- Package Spec generated \ No newline at end of file