forked from pool/python-gast
Accepting request 1188979 from home:glaubitz:branches:devel:languages:python
- Update to 0.6.0 * Harmonize gast.dump behavior across versions, following py3.13 behavior - from version 0.5.5 * Provide a bug and security bug section in the README * Upgrade to py3.13 support * Slightly speedup gast node creation * Document ExceptHandler.name change * Optimize node constructors * Update unparser for py 3.12 and setup minimal testing * Reflect AST changes to README * Support py 3.12 type parameters * Update CI configuration for python 3.12 (and 2.7!) * Support Type aliases from Python 3.12 OBS-URL: https://build.opensuse.org/request/show/1188979 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=28
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eae411c3ffa92404c87d7c0ba6db0ea0e2fa0d98d95e65ed58b8ccc1c2b349b3
|
||||
size 24784
|
||||
BIN
gast-0.6.0.tar.gz
LFS
Normal file
BIN
gast-0.6.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 09:49:36 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.6.0
|
||||
* Harmonize gast.dump behavior across versions, following py3.13 behavior
|
||||
- from version 0.5.5
|
||||
* Provide a bug and security bug section in the README
|
||||
* Upgrade to py3.13 support
|
||||
* Slightly speedup gast node creation
|
||||
* Document ExceptHandler.name change
|
||||
* Optimize node constructors
|
||||
* Update unparser for py 3.12 and setup minimal testing
|
||||
* Reflect AST changes to README
|
||||
* Support py 3.12 type parameters
|
||||
* Update CI configuration for python 3.12 (and 2.7!)
|
||||
* Support Type aliases from Python 3.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 20:51:12 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
%define srcname gast
|
||||
Name: python-gast
|
||||
# only update when python-pythran is compatible
|
||||
Version: 0.5.4
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Python AST that abstracts the underlying Python version
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user