diff --git a/python-rfc3986.changes b/python-rfc3986.changes index b80bb52..4d524df 100644 --- a/python-rfc3986.changes +++ b/python-rfc3986.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 25 10:34:17 UTC 2019 - pgajdos@suse.com + +- version update to 1.3.0 + * Add the ``IRIReference`` class which parses data according + to RFC 3987 and encodes into an ``URIReference``. + See also `GitHub #50`_ +- run tests + ------------------------------------------------------------------- Tue Mar 5 15:02:39 UTC 2019 - Thomas Bechtold diff --git a/python-rfc3986.spec b/python-rfc3986.spec index ebb997c..f7e5695 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.2.0 +Version: 1.3.0 Release: 0 Summary: Python module for validating URI references per RFC 3986 License: Apache-2.0 @@ -26,7 +26,11 @@ Group: Development/Languages/Python URL: https://rfc3986.rtfd.org Source: https://files.pythonhosted.org/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +# SECTION test requirements +BuildRequires: %{python_module pytest} +# /SECTION BuildArch: noarch %python_subpackages @@ -42,6 +46,10 @@ parsing. Coming soon: `Reference Resolution