15
0
forked from pool/python-gast

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

- Update to 0.3.3
  * Fix conversion of complex literals
  * Fix Ellipsis support
  * Fix conversion of arguments nodes in Python 3.8
  * Use an immutable instead of a dict to store initial table

OBS-URL: https://build.opensuse.org/request/show/791740
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=6
This commit is contained in:
Tomáš Chvátal
2020-04-06 11:23:41 +00:00
committed by Git OBS Bridge
parent 84cbc2fe77
commit f5d6dab80f
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 6 11:15:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.3.3
* Fix conversion of complex literals
* Fix Ellipsis support
* Fix conversion of arguments nodes in Python 3.8
* Use an immutable instead of a dict to store initial table
-------------------------------------------------------------------
Tue Sep 10 13:48:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>