14
0
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:
2020-12-25 19:02:58 +00:00
committed by Git OBS Bridge
parent b28850b43f
commit 2a35a5890d
4 changed files with 15 additions and 4 deletions

View File

@@ -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>