Accepting request 697841 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/697841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rfc3986?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2019-05-06 11:25:29 +00:00 committed by Git OBS Bridge
commit b662754aa5
4 changed files with 21 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9945150c91f3680797eb36c451c7c26d034125b4b320d4f02962bad6fcf52a7
size 44011