15
0
forked from pool/python-parso

Accepting request 713021 from home:mcalabkova:branches:devel:languages:python

- update to 0.5.0
  * comp_for is now called sync_comp_for for all Python versions to 
    be compatible with the Python 3.8 Grammar
  * Added .pyi stubs for a lot of the parso API
  * Small FileIO changes

OBS-URL: https://build.opensuse.org/request/show/713021
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parso?expand=0&rev=16
This commit is contained in:
Tomáš Chvátal
2019-07-02 11:48:46 +00:00
committed by Git OBS Bridge
parent 7d2669e159
commit 294d032391
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jul 2 09:42:44 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 0.5.0
* comp_for is now called sync_comp_for for all Python versions to
be compatible with the Python 3.8 Grammar
* Added .pyi stubs for a lot of the parso API
* Small FileIO changes
-------------------------------------------------------------------
Thu Apr 18 12:40:50 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>