Re: [oe] [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0

2020-08-11 Thread Trevor Gamblin
On 8/10/20 10:43 AM, Leon Anavi wrote: Upgrade to release 0.8.0: - Dropped Support for Python 2.7, 3.4, 3.5 - It's possible to use ``pathlib.Path`` objects now in the API - The stubs are gone, we are now using annotations - ``namedexpr_test`` nodes are now a proper class called ``NamedExpr``

[oe] [meta-python][PATCH 1/7] python3-parso: Upgrade 0.7.1 -> 0.8.0

2020-08-10 Thread Leon Anavi
Upgrade to release 0.8.0: - Dropped Support for Python 2.7, 3.4, 3.5 - It's possible to use ``pathlib.Path`` objects now in the API - The stubs are gone, we are now using annotations - ``namedexpr_test`` nodes are now a proper class called ``NamedExpr`` - A lot of smaller refactorings Signed-of