15
0
forked from pool/python-gast

5 Commits

Author SHA256 Message Date
d3f480bcfd 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
2024-08-01 20:03:14 +00:00
7b0983d0e5 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
2024-07-22 11:57:59 +00:00
dbe6fb088c Accepting request 1184145 from devel:languages:python
- add comment on interdependency with pythran

OBS-URL: https://build.opensuse.org/request/show/1184145
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gast?expand=0&rev=11
2024-07-02 16:14:38 +00:00
e2fb1ecbcc - add comment on interdependency with pythran
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=26
2024-06-30 20:51:38 +00:00
cfb860f79c - update to 0.6.0:
* Harmonize gast.dump behavior across versions,
    following py3.13 behavior

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=25
2024-06-29 19:35:52 +00:00
4 changed files with 27 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,25 @@
-------------------------------------------------------------------
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>
- add comment on interdependency with pythran
-------------------------------------------------------------------
Wed Jan 3 10:02:57 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -19,7 +19,8 @@
%{?sle15_python_module_pythons}
%define srcname gast
Name: python-gast
Version: 0.5.4
# only update when python-pythran is compatible
Version: 0.6.0
Release: 0
Summary: Python AST that abstracts the underlying Python version
License: BSD-3-Clause