Update package rfc3986 of version 1.5.0

This commit is contained in:
renliang16 2022-05-26 04:07:52 +00:00
parent 7bc8ebe97d
commit f6633ab9b0

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