!11 Resolve branch version issues

From: @zhao-jingyu985 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2024-03-30 06:22:46 +00:00 committed by Gitee
commit 9824b9bc8b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-pytimeparse
Version: 1.1.8
Release: 2
Release: 3
Summary: Time expression parser
License: MIT
URL: https://github.com/wroberts/pytimeparse
@ -30,7 +30,7 @@ Provides: python3-pytimeparse-doc
A small Python library to parse various kinds of time expressions
%prep
%autosetup -n pytimeparse-1.1.8
%autosetup -n pytimeparse-%{version}
sed -i '/nose/d' setup.py
%build
@ -76,6 +76,9 @@ pytest pytimeparse/tests/test*.py
%{_docdir}/*
%changelog
* Wed Mar 27 2024 zhaojingyu <zhaojingyu@kylinos.cn> - 1.1.8-3
- modify release and resolve branch version issues
* Sat May 07 2022 xu_ping <xuping33@h-partners.com> - 1.1.8-2
- Remove test dependencies on python-nose during the buildprocess