14
0

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:
Tomáš Chvátal
2020-04-15 16:34:41 +00:00
committed by Git OBS Bridge
parent 55f53855e0
commit 5466005ca3
4 changed files with 15 additions and 6 deletions

View File

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