forked from pool/python-parso
- update to 0.8.1 (according to gh#davidhalter/jedi#1650 it
should be compatible with python-jedi now): - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=34
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 25 19:00:15 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- update to 0.8.1 (according to gh#davidhalter/jedi#1650 it
|
||||
should be compatible with python-jedi now):
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 13:16:55 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user