Re: [oe] [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0

2020-09-28 Thread Trevor Gamblin
On 9/24/20 9:21 AM, Leon Anavi wrote: Upgrade to release 1.6.0: - Allow for int and float subclasses in query, while still denying bool. - Do not requote arguments in URL.build(), with_xxx() and in / operator. - Keep IPv6 brackets in origin(). Signed-off-by: Leon Anavi Acked-by: Trevor

[oe] [meta-python][PATCH 2/4] python3-yarl: Upgrade 1.5.1 -> 1.6.0

2020-09-24 Thread Leon Anavi
Upgrade to release 1.6.0: - Allow for int and float subclasses in query, while still denying bool. - Do not requote arguments in URL.build(), with_xxx() and in / operator. - Keep IPv6 brackets in origin(). Signed-off-by: Leon Anavi --- .../python/{python3-yarl_1.5.1.bb => python3-yarl_1.6.0