!11 Resolve branch version issues
From: @zhao-jingyu985 Reviewed-by: @caodongxia Signed-off-by: @caodongxia
This commit is contained in:
commit
9824b9bc8b
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user