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:
parent
84cbc2fe77
commit
f5d6dab80f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:092cd1ca1529063c439b78c0292f231861fedafa462ef7e2a2bf9b50914fd9ff
|
|
||||||
size 13083
|
|
3
gast-0.3.3.tar.gz
Normal file
3
gast-0.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e1d685e379563bf545b8dcf80774ae1592773c393d1dfab5501d2e9224242f2a
|
||||||
|
size 13879
|
@ -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>
|
Tue Sep 10 13:48:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gast
|
# spec file for package python-gast
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define srcname gast
|
%define srcname gast
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-gast
|
Name: python-gast
|
||||||
Version: 0.3.0
|
Version: 0.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python AST that abstracts the underlying Python version
|
Summary: Python AST that abstracts the underlying Python version
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user