diff --git a/parso-0.3.1.tar.gz b/parso-0.3.1.tar.gz deleted file mode 100644 index 9c2f29d..0000000 --- a/parso-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35704a43a3c113cce4de228ddb39aab374b8004f4f2407d070b6a2ca784ce8a2 -size 379506 diff --git a/parso-0.3.4.tar.gz b/parso-0.3.4.tar.gz new file mode 100644 index 0000000..03e324b --- /dev/null +++ b/parso-0.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68406ebd7eafe17f8e40e15a84b56848eccbf27d7c1feb89e93d8fca395706db +size 387845 diff --git a/python-parso.changes b/python-parso.changes index 075abd5..e03a221 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 14 12:10:20 UTC 2019 - Tomáš Chvátal + +- Update to 0.3.4: + * Fix an f-string tokenizer error + * Fix async errors in the diff parser + * A fix in iter_errors + * 20+ bugfixes in the diff parser and 3 in the tokenizer + * A fuzzer for the diff parser, to give confidence that the diff parser is in a good shape. + * Some bugfixes for f-string + +------------------------------------------------------------------- +Thu Feb 14 12:09:39 UTC 2019 - Tomáš Chvátal + +- Drop bogus dependency on pytest-cache + ------------------------------------------------------------------- Tue Dec 4 12:51:12 UTC 2018 - Matej Cepl diff --git a/python-parso.spec b/python-parso.spec index a4db1e2..ab9b176 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -1,7 +1,7 @@ # # spec file for package python-parso # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parso -Version: 0.3.1 +Version: 0.3.4 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0 Group: Development/Languages/Python URL: https://github.com/davidhalter/parso Source0: https://files.pythonhosted.org/packages/source/p/parso/parso-%{version}.tar.gz -# Test requirements BuildRequires: %{python_module pytest >= 3.0.7} -BuildRequires: %{python_module pytest-cache} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros