resolve branch version issues

This commit is contained in:
zhaojingyu 2024-03-27 13:41:39 +08:00
parent a29b9c3194
commit ba81f8b33b

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-pytimeparse Name: python-pytimeparse
Version: 1.1.8 Version: 1.1.8
Release: 2 Release: 3
Summary: Time expression parser Summary: Time expression parser
License: MIT License: MIT
URL: https://github.com/wroberts/pytimeparse 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 A small Python library to parse various kinds of time expressions
%prep %prep
%autosetup -n pytimeparse-1.1.8 %autosetup -n pytimeparse-%{version}
sed -i '/nose/d' setup.py sed -i '/nose/d' setup.py
%build %build
@ -76,6 +76,9 @@ pytest pytimeparse/tests/test*.py
%{_docdir}/* %{_docdir}/*
%changelog %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 * Sat May 07 2022 xu_ping <xuping33@h-partners.com> - 1.1.8-2
- Remove test dependencies on python-nose during the buildprocess - Remove test dependencies on python-nose during the buildprocess