From f6633ab9b085327f76e39fcec5cbc31c631b37a0 Mon Sep 17 00:00:00 2001 From: renliang16 Date: Thu, 26 May 2022 04:07:52 +0000 Subject: [PATCH] Update package rfc3986 of version 1.5.0 --- python-rfc3986.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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