diff --git a/python-rfc3986.spec b/python-rfc3986.spec index b81d81d..13f1316 100644 --- a/python-rfc3986.spec +++ b/python-rfc3986.spec @@ -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 - 1.5.0-2 +- Remove redundant check code + * Thu May 19 2022 renliang - 1.5.0-1 - Upgrade package python3-rfc3986 to version 1.5.0