diff --git a/parso-0.3.4.tar.gz b/parso-0.3.4.tar.gz deleted file mode 100644 index 03e324b..0000000 --- a/parso-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68406ebd7eafe17f8e40e15a84b56848eccbf27d7c1feb89e93d8fca395706db -size 387845 diff --git a/parso-0.4.0.tar.gz b/parso-0.4.0.tar.gz new file mode 100644 index 0000000..104431a --- /dev/null +++ b/parso-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9574cb12e7112a87253e14e2c380ce312060269d04bd018478a3c92ea9a376 +size 388796 diff --git a/python-parso.changes b/python-parso.changes index e03a221..a9c0cbb 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 18 12:40:50 UTC 2019 - Ondřej Súkup + +- update to 0.4.0 + * Python 3.8 support + * FileIO support, it's now possible to use abstract file IO, support is alpha + ------------------------------------------------------------------- Thu Feb 14 12:10:20 UTC 2019 - Tomáš Chvátal diff --git a/python-parso.spec b/python-parso.spec index ab9b176..aeb79f7 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.3.4 +Version: 0.4.0 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0 @@ -55,7 +55,7 @@ tree. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand py.test-%{$python_version} test/ +%pytest %files %{python_files} %license LICENSE.txt