2017-12-11 10:44:41 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Dec 9 17:54:08 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
- removed test conditional as requested in SR 555310
|
|
|
|
|
- enabled tests
|
|
|
|
|
- require pytest-runner
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Dec 8 18:05:15 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
- update to version 0.16.0:
|
|
|
|
|
* Fix raising TypeError by url.query_string() after
|
|
|
|
|
url.with_query({}) (empty mapping) #141
|
|
|
|
|
|
2017-11-27 10:45:28 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 26 21:20:07 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
- update to version 0.15.0:
|
|
|
|
|
* Add raw_path_qs attribute (#137)
|
|
|
|
|
|
2017-11-15 10:30:11 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 15 00:33:36 UTC 2017 - arun@gmx.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
|
|
|
|
|
|
2017-11-13 10:37:08 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Nov 12 16:59:38 UTC 2017 - arun@gmx.de
|
|
|
|
|
|
|
|
|
|
- update to version 0.14.0:
|
|
|
|
|
* Drop strict mode (#123)
|
|
|
|
|
* Fix “ValueError: Unallowed PCT %” when there’s a “%” in the url
|
|
|
|
|
(#124)
|
|
|
|
|
|
2017-11-01 15:38:53 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Oct 31 02:41:59 UTC 2017 - arun@gmx.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
|
|
|
|
|
|
2017-07-17 07:05:19 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 13 19:22:44 UTC 2017 - sean.marlow@suse.com
|
|
|
|
|
|
2017-11-01 15:38:53 +01:00
|
|
|
|
- Initial release v0.11.0.
|