Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-12-18 17:02:02 +08:00
parent de052c8aa6
commit 682a6e9329
2 changed files with 9 additions and 2 deletions

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-fastimport Name: python-fastimport
Version: 0.9.14 Version: 0.9.14
Release: 1 Release: 2
Summary: VCS fastimport/fastexport parser Summary: VCS fastimport/fastexport parser
License: GPL-2.0-only License: GPL-2.0-only
URL: https://github.com/jelmer/python-fastimport URL: https://github.com/jelmer/python-fastimport
@ -66,8 +66,11 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Mon Sep 18 2023 xu_ping <707078654@qq.com> - 0.9.14-2
- add yaml
* Tue Oct 25 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.9.14-1 * Tue Oct 25 2022 liqiuyu <liqiuyu@kylinos.cn> - 0.9.14-1
- Upgrade package to version 0.9.14 - 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

4
python-fastimport.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: jelmer/python-fastimport
tag_prefix: "^"
separator: "."