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
@@ -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 <tbechtold@suse.com>
|
Tue Mar 5 15:02:39 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-rfc3986
|
Name: python-rfc3986
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module for validating URI references per RFC 3986
|
Summary: Python module for validating URI references per RFC 3986
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -26,7 +26,11 @@ Group: Development/Languages/Python
|
|||||||
URL: https://rfc3986.rtfd.org
|
URL: https://rfc3986.rtfd.org
|
||||||
Source: https://files.pythonhosted.org/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/r/rfc3986/rfc3986-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
# SECTION test requirements
|
||||||
|
BuildRequires: %{python_module pytest}
|
||||||
|
# /SECTION
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -42,6 +46,10 @@ parsing. Coming soon: `Reference Resolution <http://tools.ietf.org/html/rfc3986#
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%pytest
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc3ae4b7cd88a99eff2d3900fcb858d44562fd7f273fc07aeef568b9bb6fc4e1
|
|
||||||
size 40162
|
|
3
rfc3986-1.3.0.tar.gz
Normal file
3
rfc3986-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9945150c91f3680797eb36c451c7c26d034125b4b320d4f02962bad6fcf52a7
|
||||||
|
size 44011
|
Reference in New Issue
Block a user