15
0
forked from pool/python-gast

Accepting request 1189024 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1189024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gast?expand=0&rev=12
This commit is contained in:
2024-08-01 20:03:14 +00:00
committed by Git OBS Bridge
4 changed files with 21 additions and 4 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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>

View File

@@ -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