Accepting request 897845 from devel:languages:python
- update to 1.5.0: - Fix bug where a valid IRI is mishandled by ``urlparse`` and ``ParseResultBytes``. - Add :meth:`~rfc3986.builder.URIBuilder.extend_path`, OBS-URL: https://build.opensuse.org/request/show/897845 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rfc3986?expand=0&rev=11
This commit is contained in:
commit
9d2514e3f9
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 6 12:10:34 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.5.0:
|
||||
- Fix bug where a valid IRI is mishandled by ``urlparse`` and
|
||||
``ParseResultBytes``.
|
||||
- Add :meth:`~rfc3986.builder.URIBuilder.extend_path`,
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 15 16:02:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-rfc3986
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-rfc3986
|
||||
Version: 1.4.0
|
||||
Version: 1.5.0
|
||||
Release: 0
|
||||
Summary: Python module for validating URI references per RFC 3986
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:112398da31a3344dc25dbf477d8df6cb34f9278a94fee2625d89e4514be8bb9d
|
||||
size 44912
|
3
rfc3986-1.5.0.tar.gz
Normal file
3
rfc3986-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835
|
||||
size 49378
|
Loading…
Reference in New Issue
Block a user