From 294d03239178109bcd0de13d1fbb443eee68ece7a2d8622e8be918935bd8d653 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 2 Jul 2019 11:48:46 +0000 Subject: [PATCH] Accepting request 713021 from home:mcalabkova:branches:devel:languages:python - update to 0.5.0 * comp_for is now called sync_comp_for for all Python versions to be compatible with the Python 3.8 Grammar * Added .pyi stubs for a lot of the parso API * Small FileIO changes OBS-URL: https://build.opensuse.org/request/show/713021 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=16 --- parso-0.4.0.tar.gz | 3 --- parso-0.5.0.tar.gz | 3 +++ python-parso.changes | 9 +++++++++ python-parso.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 parso-0.4.0.tar.gz create mode 100644 parso-0.5.0.tar.gz diff --git a/parso-0.4.0.tar.gz b/parso-0.4.0.tar.gz deleted file mode 100644 index 104431a..0000000 --- a/parso-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e9574cb12e7112a87253e14e2c380ce312060269d04bd018478a3c92ea9a376 -size 388796 diff --git a/parso-0.5.0.tar.gz b/parso-0.5.0.tar.gz new file mode 100644 index 0000000..ea81add --- /dev/null +++ b/parso-0.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5881df1643bf3e66c097bfd8935cf03eae73f4cb61ae4433c9ea4fb6613446 +size 389820 diff --git a/python-parso.changes b/python-parso.changes index a9c0cbb..cf0b1f9 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jul 2 09:42:44 UTC 2019 - Marketa Calabkova + +- update to 0.5.0 + * comp_for is now called sync_comp_for for all Python versions to + be compatible with the Python 3.8 Grammar + * Added .pyi stubs for a lot of the parso API + * Small FileIO changes + ------------------------------------------------------------------- Thu Apr 18 12:40:50 UTC 2019 - Ondřej Súkup diff --git a/python-parso.spec b/python-parso.spec index aeb79f7..0ac7f9c 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.4.0 +Version: 0.5.0 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0