Accepting request 794239 from home:mcalabkova:branches:devel:languages:python
- update to 1.4.0 * Prevent users from receiving an invalid authority parsed from a malicious URL. * Add from_uri to URIBuilder to allow creation of a URIBuilder from an existing URI. OBS-URL: https://build.opensuse.org/request/show/794239 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rfc3986?expand=0&rev=21
This commit is contained in:
parent
55f53855e0
commit
5466005ca3
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 16:02:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- update to 1.4.0
|
||||||
|
* Prevent users from receiving an invalid authority parsed from
|
||||||
|
a malicious URL.
|
||||||
|
* Add from_uri to URIBuilder to allow creation of a URIBuilder
|
||||||
|
from an existing URI.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 17 17:14:08 UTC 2019 - Hardik Italia <hitalia@suse.com>
|
Fri May 17 17:14:08 UTC 2019 - Hardik Italia <hitalia@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rfc3986
|
# spec file for package python-rfc3986
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.3.2
|
Version: 1.4.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
|
||||||
@ -28,10 +28,10 @@ Source: https://files.pythonhosted.org/packages/source/r/rfc3986/rfc3986
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
BuildArch: noarch
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0344d0bd428126ce554e7ca2b61787b6a28d2bbd19fc70ed2dd85efe31176405
|
|
||||||
size 44225
|
|
3
rfc3986-1.4.0.tar.gz
Normal file
3
rfc3986-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d
|
||||||
|
size 44912
|
Loading…
Reference in New Issue
Block a user