14
0
forked from pool/python-yarl

Accepting request 575836 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/575836
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2018-02-12 20:15:57 +00:00
committed by Git OBS Bridge
parent 8bc955b4e9
commit 2e224ebaa1
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Feb 10 18:01:42 UTC 2018 - arun@gmx.de
- update to version 1.1.0:
* Make pure Python quoter consistent with Cython version (#162)
- changes from version 1.0.0:
* Use fast path if quoted string does not need requoting (#154)
* Speed up quoting/unquoting by _Quoter and _Unquoter classes (#155)
* Drop yarl.quote and yarl.unquote public functions (#155)
* Add custom string writer, reuse static buffer if available (#157)
Code is 50-80 times faster than Pure Python version (was 4-5 times
faster)
* Dont recode IP zone (#144)
* Support encoded=True in yarl.URL.build() (#158)
* Fix updating query with multiple keys (#160)
-------------------------------------------------------------------
Thu Jan 11 23:59:33 UTC 2018 - arun@gmx.de