diff --git a/python-rfc3986.changes b/python-rfc3986.changes index 4d524df..6d8bea6 100644 --- a/python-rfc3986.changes +++ b/python-rfc3986.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon May 6 13:50:19 UTC 2019 - pgajdos@suse.com + +- version update to 1.3.1 + * Only apply IDNA-encoding when there are characters + outside of the ASCII character set. + See also `GitHub #52`_ + ------------------------------------------------------------------- Thu Apr 25 10:34:17 UTC 2019 - pgajdos@suse.com diff --git a/python-rfc3986.spec b/python-rfc3986.spec index f7e5695..899a8bc 100644 --- a/python-rfc3986.spec +++ b/python-rfc3986.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-rfc3986 -Version: 1.3.0 +Version: 1.3.1 Release: 0 Summary: Python module for validating URI references per RFC 3986 License: Apache-2.0 diff --git a/rfc3986-1.3.0.tar.gz b/rfc3986-1.3.0.tar.gz deleted file mode 100644 index 72da3f7..0000000 --- a/rfc3986-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9945150c91f3680797eb36c451c7c26d034125b4b320d4f02962bad6fcf52a7 -size 44011 diff --git a/rfc3986-1.3.1.tar.gz b/rfc3986-1.3.1.tar.gz new file mode 100644 index 0000000..d479161 --- /dev/null +++ b/rfc3986-1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb285760d8ed6683f9a242686961918d555f6783027d596cb82df51bfa0f9ca +size 46593