!6 Remove redundant check code

From: @renliang16 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-06-23 00:55:18 +00:00 committed by Gitee
commit 158ed1d037
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-rfc3986
Version: 1.5.0
Release: 1
Release: 2
Summary: Validating URI References per RFC 3986
License: Apache-2.0
URL: http://rfc3986.readthedocs.io
@ -71,9 +71,6 @@ popd
mv %{buildroot}/filelist.lst .
mv %{buildroot}/doclist.lst .
%check
%{__python3} setup.py test
%files -n python3-rfc3986 -f filelist.lst
%dir %{python3_sitelib}/*
@ -81,6 +78,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Wed May 25 2022 renliang <renliang@uniontech.com> - 1.5.0-2
- Remove redundant check code
* Thu May 19 2022 renliang <renliang@uniontech.com> - 1.5.0-1
- Upgrade package python3-rfc3986 to version 1.5.0