From: @cherry530 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-12-19 01:14:55 +00:00 committed by Gitee
commit 44e58ac431
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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: "."