From 819896943bd79eb97c19618b911eba3327f820c39eca083a207d3726520965c7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 22 Jul 2024 11:57:59 +0000 Subject: [PATCH] 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 --- gast-0.5.4.tar.gz | 3 --- gast-0.6.0.tar.gz | 3 +++ python-gast.changes | 17 +++++++++++++++++ python-gast.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 gast-0.5.4.tar.gz create mode 100644 gast-0.6.0.tar.gz diff --git a/gast-0.5.4.tar.gz b/gast-0.5.4.tar.gz deleted file mode 100644 index 6b37145..0000000 --- a/gast-0.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eae411c3ffa92404c87d7c0ba6db0ea0e2fa0d98d95e65ed58b8ccc1c2b349b3 -size 24784 diff --git a/gast-0.6.0.tar.gz b/gast-0.6.0.tar.gz new file mode 100644 index 0000000..54d2b72 --- /dev/null +++ b/gast-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bb63fb394e08389b5f99c1cc3c5b1fb73e7207d90c9f17939d9d34cc85a1c1e +size 27216 diff --git a/python-gast.changes b/python-gast.changes index 7626b07..799225b 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jul 22 09:49:36 UTC 2024 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-gast.spec b/python-gast.spec index 2fd7111..829988c 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -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