Accepting request 947685 from home:dimstar:Factory
- Update to version 0.5.3: + Support gast.unparse. - Changes from version 0.5.2: + Test field count more accurately. - Changes from verison 0.5.1: + Support NamedExpr. + Cleanup and optimize the way gast builds its AST. - Changes from version 0.5.0: + Support AST change for 3.10. * Support Python 3.9 - inital commit of gast created with py2pack version 0.2.2 OBS-URL: https://build.opensuse.org/request/show/947685 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=12
This commit is contained in:
parent
515b21913f
commit
0c77465f57
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2ae00b3a79c08be613c556c3e8268507cfb6179eb3fd2b59fec58cc792d2e308
|
|
||||||
size 13985
|
|
BIN
gast-0.5.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
gast-0.5.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 20 12:16:53 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.5.3:
|
||||||
|
+ Support gast.unparse.
|
||||||
|
- Changes from version 0.5.2:
|
||||||
|
+ Test field count more accurately.
|
||||||
|
- Changes from verison 0.5.1:
|
||||||
|
+ Support NamedExpr.
|
||||||
|
+ Cleanup and optimize the way gast builds its AST.
|
||||||
|
- Changes from version 0.5.0:
|
||||||
|
+ Support AST change for 3.10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 24 11:41:36 UTC 2021 - pgajdos@suse.com
|
Mon May 24 11:41:36 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-gast
|
# spec file for package python-gast
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 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.4.0
|
Version: 0.5.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