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

python314-gast-0.7.0-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python314-gast Distribution: openSUSE Tumbleweed
Version: 0.7.0 Vendor: openSUSE
Release: 1.1 Build date: Tue Dec 9 12:25:10 2025
Group: Unspecified Build host: reproducible
Size: 379973 Source RPM: python-gast-0.7.0-1.1.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

* Tue Dec 09 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.7.0
    * Add missing `type_params` attribute for `ClassDef` node before Python3.12 (#89)
    * Initialize ast node with known fields to avoid deprecation warning in Python 3.13
    * [ci] Update python 3.7 validation
    * Fix gast.get_docstring implementation
    * Support [g]ast.get_source_segment
    * Initial oss-fuzz integration
    * [ci] Normalize testing on 3.13
    * Only pass existing attributes as keyword parameters in gast_to_ast
    * [ci] Test python 3.14 compatibility
    * [ci] Test python 3.14.0
    * Make gast.dump more generic across python version
    * Support _field_types field for every AST class
    * [ci] Upgrade workers for python <= 3.7
    * Adjust test incompatible with py2
    * Support t-string from python 3.14
    * Fix support for TypeVar, TypeVarTupe and ParamSpec
    * Update unparser to harmonize output across revisions and handle python 3.12+ features
* 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 <dmueller@suse.com>
  - add comment on interdependency with pythran
* Wed Jan 03 2024 Dirk Müller <dmueller@suse.com>
  - require setuptools
* Fri Oct 20 2023 Matej Cepl <mcepl@cepl.eu>
  - Remove unnecessary BR on python-astunparse
* Tue Oct 10 2023 Matej Cepl <mcepl@cepl.eu>
  - Once more on the breach! Update to 0.5.4 (see changes below).
* Wed May 17 2023 Dirk Müller <dmueller@suse.com>
  - go back to 0.5.3
* Sun May 14 2023 Dirk Müller <dmueller@suse.com>
  - update to 0.5.4:
    * Support TryStar from python 3.11
    * Support match statement from python 3.10
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
  - Make calling of %{sle15modernpython} optional.

Files

/usr/lib/python3.14/site-packages/gast
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/INSTALLER
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/METADATA
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/RECORD
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/REQUESTED
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/WHEEL
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/licenses
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/licenses/LICENSE
/usr/lib/python3.14/site-packages/gast-0.7.0.dist-info/top_level.txt
/usr/lib/python3.14/site-packages/gast/__init__.py
/usr/lib/python3.14/site-packages/gast/__pycache__
/usr/lib/python3.14/site-packages/gast/__pycache__/__init__.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/__init__.cpython-314.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/ast2.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/ast2.cpython-314.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/ast3.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/ast3.cpython-314.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/astn.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/astn.cpython-314.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/gast.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/gast.cpython-314.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/unparser.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/unparser.cpython-314.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/version.cpython-314.opt-1.pyc
/usr/lib/python3.14/site-packages/gast/__pycache__/version.cpython-314.pyc
/usr/lib/python3.14/site-packages/gast/ast2.py
/usr/lib/python3.14/site-packages/gast/ast3.py
/usr/lib/python3.14/site-packages/gast/astn.py
/usr/lib/python3.14/site-packages/gast/gast.py
/usr/lib/python3.14/site-packages/gast/unparser.py
/usr/lib/python3.14/site-packages/gast/version.py
/usr/share/doc/packages/python314-gast
/usr/share/doc/packages/python314-gast/README.rst
/usr/share/licenses/python314-gast
/usr/share/licenses/python314-gast/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Aug 15 22:25:32 2026