From 29f4e9a5241eecfba26aec84e8984571cdea8a0262aa2bd54a9ca91ffe3c9ab7 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 14 May 2023 12:55:16 +0000 Subject: [PATCH] - update to 0.5.4: * Support TryStar from python 3.11 * Support match statement from python 3.10 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=15 --- gast-0.5.3.tar.gz | 3 --- gast-0.5.4.tar.gz | 3 +++ python-gast.changes | 7 +++++++ python-gast.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 gast-0.5.3.tar.gz create mode 100644 gast-0.5.4.tar.gz diff --git a/gast-0.5.3.tar.gz b/gast-0.5.3.tar.gz deleted file mode 100644 index e1a5c04..0000000 --- a/gast-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:352db13ff595ffbbfda258ef5bdadbae126bfa7cad1ef27fe25c6243144626b4 -size 23605 diff --git a/gast-0.5.4.tar.gz b/gast-0.5.4.tar.gz new file mode 100644 index 0000000..6b37145 --- /dev/null +++ b/gast-0.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eae411c3ffa92404c87d7c0ba6db0ea0e2fa0d98d95e65ed58b8ccc1c2b349b3 +size 24784 diff --git a/python-gast.changes b/python-gast.changes index 9de535e..6ecbfd8 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 14 12:52:11 UTC 2023 - Dirk Müller + +- update to 0.5.4: + * Support TryStar from python 3.11 + * Support match statement from python 3.10 + ------------------------------------------------------------------- Fri Apr 21 12:25:38 UTC 2023 - Dirk Müller diff --git a/python-gast.spec b/python-gast.spec index 1b5e1e2..7f6b494 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?sle15_python_module_pythons} Name: python-gast -Version: 0.5.3 +Version: 0.5.4 Release: 0 Summary: Python AST that abstracts the underlying Python version License: BSD-3-Clause