14
0
forked from pool/python-parso

- 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())

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=22
This commit is contained in:
2020-02-04 09:35:11 +00:00
committed by Git OBS Bridge
parent ab264e39fc
commit 82a2746ca0
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 4 09:32:19 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <mimi.vx@gmail.com>