diff --git a/parso-0.5.2.tar.gz b/parso-0.5.2.tar.gz deleted file mode 100644 index 5471943..0000000 --- a/parso-0.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55cf25df1a35fd88b878715874d2c4dc1ad3f0eebd1e0266a67e1f55efccfbe1 -size 394006 diff --git a/parso-0.6.1.tar.gz b/parso-0.6.1.tar.gz new file mode 100644 index 0000000..b51ca4b --- /dev/null +++ b/parso-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b2105a80e9c4df49de85e125feb6be69f49920e121406f15e7acde6c9dfc57 +size 394642 diff --git a/python-parso.changes b/python-parso.changes index 8bd076b..ec9069a 100644 --- a/python-parso.changes +++ b/python-parso.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Feb 4 09:32:19 UTC 2020 - Ondřej Súkup + +- update to 0.6.1 + * Add parso.normalizer.Issue.end_pos to make it possible to know + where an issue ends + * Dropped Python 2.6/Python 3.3 support + * del_stmt names are now considered as a definition (for name.is_definition()) + ------------------------------------------------------------------- Fri Dec 27 17:14:25 UTC 2019 - Ondřej Súkup diff --git a/python-parso.spec b/python-parso.spec index 6e44f8c..6a3b071 100644 --- a/python-parso.spec +++ b/python-parso.spec @@ -1,7 +1,7 @@ # # spec file for package python-parso # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-parso -Version: 0.5.2 +Version: 0.6.1 Release: 0 Summary: An autocompletion tool for Python License: MIT AND Python-2.0