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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9
size 400854

3
parso-0.8.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e
size 395966

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>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-parso
Version: 0.7.1
Version: 0.8.1
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0