forked from pool/python-parso
Accepting request 769905 from devel:languages:python
- 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/request/show/769905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-parso?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55cf25df1a35fd88b878715874d2c4dc1ad3f0eebd1e0266a67e1f55efccfbe1
|
||||
size 394006
|
||||
3
parso-0.6.1.tar.gz
Normal file
3
parso-0.6.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56b2105a80e9c4df49de85e125feb6be69f49920e121406f15e7acde6c9dfc57
|
||||
size 394642
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user