Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-gast-0.6.0-1.5 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-gast Distribution: openSUSE Tumbleweed
Version: 0.6.0 Vendor: openSUSE
Release: 1.5 Build date: Mon Jul 22 11:49:36 2024
Group: Unspecified Build host: reproducible
Size: 341097 Source RPM: python-gast-0.6.0-1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/serge-sans-paille/gast/
Summary: Python AST that abstracts the underlying Python version
A generic AST to represent Python2 and Python3's Abstract Syntax Tree(AST).

GAST provides a compatibility layer between the AST of various Python versions,
as produced by ``ast.parse`` from the standard ``ast`` module.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Jul 22 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 2024 Dirk Müller <dmuell