From 2a35a5890d40a5dfaec67b3cacd71ed1fe5df243db258ae120826a441b3b14e8 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Dec 2020 19:02:58 +0000 Subject: [PATCH] - 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 --- parso-0.7.1.tar.gz | 3 --- parso-0.8.1.tar.gz | 3 +++ python-parso.changes | 11 +++++++++++ python-parso.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 parso-0.7.1.tar.gz create mode 100644 parso-0.8.1.tar.gz diff --git a/parso-0.7.1.tar.gz b/parso-0.7.1.tar.gz deleted file mode 100644 index 8ca2c2a..0000000 --- a/parso-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:caba44724b994a8a5e086460bb212abc5a8bc46951bf4a9a1210745953622eb9 -size 400854 diff --git a/parso-0.8.1.tar.gz b/parso-0.8.1.tar.gz new file mode 100644 index 0000000..4452925 --- /dev/null +++ b/parso-0.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8519430ad07087d4c997fda3a7918f7cfa27cb58972a8c89c2a0295a1c940e9e +size 395966 diff --git a/python-parso.changes b/python-parso.changes index 2124345..e1dbb51 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Dec 25 19:00:15 UTC 2020 - Matej Cepl + +- 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 diff --git a/python-parso.spec b/python-parso.spec index b59f98f..eb2f163 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -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