Changelog for
python3-yarl-1.1.1-21.12.x86_64.rpm :
Sat Feb 24 13:00:00 2018 arunAATTgmx.de
- update to version 1.1.1:
* Fix performance regression: don’t encode enmpty netloc (#170)
Sat Feb 10 13:00:00 2018 arunAATTgmx.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)
* Don’t recode IP zone (#144)
* Support encoded=True in yarl.URL.build() (#158)
* Fix updating query with multiple keys (#160)
Thu Jan 11 13:00:00 2018 arunAATTgmx.de
- update to version 0.18.0:
* Fallback to IDNA 2003 if domain name is not IDNA 2008 compatible
(#152)
Thu Jan 4 13:00:00 2018 arunAATTgmx.de
- specfile:
* update copyright year
* require python-idna
- update to version 0.17.0:
* Add idna requirement
* update to idna 2008 and test
* Update mypy from 0.550 to 0.560
* Better fix for #141
Sat Dec 9 13:00:00 2017 arunAATTgmx.de
- removed test conditional as requested in SR 555310
- enabled tests
- require pytest-runner
Fri Dec 8 13:00:00 2017 arunAATTgmx.de
- update to version 0.16.0:
* Fix raising TypeError by url.query_string() after
url.with_query({}) (empty mapping) #141
Sun Nov 26 13:00:00 2017 arunAATTgmx.de
- update to version 0.15.0:
* Add raw_path_qs attribute (#137)
Wed Nov 15 13:00:00 2017 arunAATTgmx.de
- update to version 0.14.2:
* Restore strict parameter as no-op in quote/unquote
- changes from version 0.14.1:
* Restore strict parameter as no-op for sake of compatibility with
aiohttp 2.2
Sun Nov 12 13:00:00 2017 arunAATTgmx.de
- update to version 0.14.0:
* Drop strict mode (#123)
* Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url
(#124)
Tue Oct 31 13:00:00 2017 arunAATTgmx.de
- update to version 0.13.0:
* Document encoded parameter (#102)
* Support relative urls like ‘?key=value’ (#100)
* Unsafe encoding for QS fixed. Encode ; char in value param (#104)
* Process passwords without user names (#95)
- changes from version 0.12.0:
* Properly support paths without leading slash in URL.with_path()
(#90)
* Enable type annotation checks
Thu Jul 13 14:00:00 2017 sean.marlowAATTsuse.com
- Initial release v0.11.0.