diff --git a/python-rfc3986.spec b/python-rfc3986.spec index 13f1316..4f94cb8 100644 --- a/python-rfc3986.spec +++ b/python-rfc3986.spec @@ -1,12 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-rfc3986 -Version: 1.5.0 -Release: 2 +Version: 2.0.0 +Release: 1 Summary: Validating URI References per RFC 3986 License: Apache-2.0 URL: http://rfc3986.readthedocs.io -Source0: https://files.pythonhosted.org/packages/79/30/5b1b6c28c105629cc12b33bdcbb0b11b5bb1880c6cfbd955f9e792921aa8/rfc3986-1.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz BuildArch: noarch +Requires: python3-idna %description A Python implementation of `RFC 3986`_ including validation and authority parsing. @@ -78,6 +79,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 03 2022 fushanqing - 2.0.0-1 +- update to 2.0.0 + * Wed May 25 2022 renliang - 1.5.0-2 - Remove redundant check code diff --git a/rfc3986-1.5.0.tar.gz b/rfc3986-1.5.0.tar.gz deleted file mode 100644 index 66a7d17..0000000 Binary files a/rfc3986-1.5.0.tar.gz and /dev/null differ diff --git a/rfc3986-2.0.0.tar.gz b/rfc3986-2.0.0.tar.gz new file mode 100644 index 0000000..cbbaa22 Binary files /dev/null and b/rfc3986-2.0.0.tar.gz differ