forked from pool/python-yarl
- update to 1.3.0
* Fix annotations for query parameter * An incoming query sequence can have int variables * Add URL.explicit_port property * Give a friendlier error when port cant be converted to int * bool(URL()) now returns False * Fix annotations for build * Fix annotations for cached_property * Accept str subclasses in URL constructor * Forbid inheritance, replace __init__ with __new__ * Support PEP-561 (provide type hinting marker) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yarl?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 3 13:52:01 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 1.3.0
|
||||
* Fix annotations for query parameter
|
||||
* An incoming query sequence can have int variables
|
||||
* Add URL.explicit_port property
|
||||
* Give a friendlier error when port cant be converted to int
|
||||
* bool(URL()) now returns False
|
||||
* Fix annotations for build
|
||||
* Fix annotations for cached_property
|
||||
* Accept str subclasses in URL constructor
|
||||
* Forbid inheritance, replace __init__ with __new__
|
||||
* Support PEP-561 (provide type hinting marker)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 29 09:17:59 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user