From e65e092d92f1d9b5c0f13175a557f0244ab47ff32412a5377f3f68d64344b3e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 25 Apr 2019 12:47:59 +0000 Subject: [PATCH] Accepting request 697828 from home:pgajdos - 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 OBS-URL: https://build.opensuse.org/request/show/697828 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=15 --- python-rfc3986.changes | 9 +++++++++ python-rfc3986.spec | 10 +++++++++- rfc3986-1.2.0.tar.gz | 3 --- rfc3986-1.3.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 rfc3986-1.2.0.tar.gz create mode 100644 rfc3986-1.3.0.tar.gz 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