- update to 0.5.1

* Fix: Some unicode identifiers were not correctly tokenized
 * Fix: Line continuations in f-strings are now working

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=18
This commit is contained in:
2019-07-16 10:38:15 +00:00
committed by Git OBS Bridge
parent a5d5203d20
commit 433e34ef63
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db5881df1643bf3e66c097bfd8935cf03eae73f4cb61ae4433c9ea4fb6613446
size 389820

3
parso-0.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:666b0ee4a7a1220f65d367617f2cd3ffddff3e205f3f16a0284df30e774c2a9c
size 391247

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jul 16 10:37:44 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 0.5.1
* Fix: Some unicode identifiers were not correctly tokenized
* Fix: Line continuations in f-strings are now working
-------------------------------------------------------------------
Tue Jul 2 09:42:44 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-parso
Version: 0.5.0
Version: 0.5.1
Release: 0
Summary: An autocompletion tool for Python
License: MIT AND Python-2.0