update package

This commit is contained in:
liqiuyu123 2022-10-25 16:12:04 +08:00
parent 241dd91978
commit 6be79ebb14
3 changed files with 10 additions and 8 deletions

BIN
fastimport-0.9.14.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-fastimport Name: python-fastimport
Version: 0.9.8 Version: 0.9.14
Release: 1 Release: 1
Summary: VCS fastimport/fastexport parser Summary: VCS fastimport/fastexport parser
License: GNU GPL v2 or later License: GPL-2.0-only
URL: https://github.com/jelmer/python-fastimport 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 BuildArch: noarch
%description %description
This package provides a parser for and generator of the Git fastimport format. 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-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-fastimport %description -n python3-fastimport
This package provides a parser for and generator of the Git fastimport format.
%package help %package help
Summary: Development documents and examples for fastimport Summary: Development documents and examples for fastimport
Provides: python3-fastimport-doc Provides: python3-fastimport-doc
%description help %description help
This package provides a parser for and generator of the Git fastimport format.
%prep %prep
%autosetup -n fastimport-0.9.8 %autosetup -n fastimport-%{version}
%build %build
%py3_build %py3_build
@ -67,5 +66,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Oct 25 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.9.14-1
- Upgrade package to version 0.9.14
* Tue Dec 15 2020 Python_Bot <Python_Bot@openeuler.org> * Tue Dec 15 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated