forked from pool/python-rfc3986
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
This commit is contained in:
committed by
Git OBS Bridge
parent
8d46b8e0e8
commit
e65e092d92
@@ -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 <http://tools.ietf.org/html/rfc3986#
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%pytest
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
|
Reference in New Issue
Block a user