Hello community, here is the log from the commit of package python-parso for openSUSE:Factory checked in at 2018-07-13 10:22:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-parso (Old) and /work/SRC/openSUSE:Factory/.python-parso.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parso" Fri Jul 13 10:22:18 2018 rev:3 rq:622330 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-parso/python-parso.changes 2018-04-19 15:29:29.055065962 +0200 +++ /work/SRC/openSUSE:Factory/.python-parso.new/python-parso.changes 2018-07-13 10:22:45.594556722 +0200 @@ -1,0 +2,15 @@ +Thu Jul 12 15:55:46 UTC 2018 - [email protected] + +- 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 - [email protected] + +- update to version 0.3.0: + * Rewrote the pgen2 parser generator. + +------------------------------------------------------------------- Old: ---- parso-0.2.0.tar.gz New: ---- parso-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-parso.spec ++++++ --- /var/tmp/diff_new_pack.xOv1mf/_old 2018-07-13 10:22:46.214557466 +0200 +++ /var/tmp/diff_new_pack.xOv1mf/_new 2018-07-13 10:22:46.222557475 +0200 @@ -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 @@ 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 @@ %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 ++++++ parso-0.2.0.tar.gz -> parso-0.3.1.tar.gz ++++++ ++++ 2914 lines of diff (skipped)
