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