diff --git a/parso-0.2.0.tar.gz b/parso-0.2.0.tar.gz deleted file mode 100644 index cfc6375..0000000 --- a/parso-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62bd6bf7f04ab5c817704ff513ef175328676471bdef3629d4bdd46626f75551 -size 380532 diff --git a/parso-0.3.1.tar.gz b/parso-0.3.1.tar.gz new file mode 100644 index 0000000..9c2f29d --- /dev/null +++ b/parso-0.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2 +size 379506 diff --git a/python-parso.changes b/python-parso.changes index 5c44006..635555b 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Jul 12 15:55:46 UTC 2018 - arun@gmx.de + +- specfile: + * make sure tests are run + +- update to version 0.3.1: + * Bugfixes in the diff parser and keyword-only arguments + +------------------------------------------------------------------- +Mon Jul 2 01:14:00 UTC 2018 - arun@gmx.de + +- update to version 0.3.0: + * Rewrote the pgen2 parser generator. + ------------------------------------------------------------------- Tue Apr 17 01:53:46 UTC 2018 - arun@gmx.de diff --git a/python-parso.spec b/python-parso.spec index b1ea366..2432d76 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.2.0 +Version: 0.3.1 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0 @@ -27,8 +27,10 @@ URL: https://github.com/davidhalter/parso Source0: https://files.pythonhosted.org/packages/source/p/parso/parso-%{version}.tar.gz BuildRequires: %{python_module devel} # Test requirements -BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest >= 3.0.7} +BuildRequires: %{python_module pytest-cache} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module tox} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -57,7 +59,7 @@ tree. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +tox -e py%{python3_version_nodots} --sitepackages --skip-missing-interpreters %files %{python_files} %license LICENSE.txt