From f5d6dab80f4ada1c8fb5f35c13861afc4536602a8ee92c5cca5ffcf656c6396c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 6 Apr 2020 11:23:41 +0000 Subject: [PATCH] Accepting request 791740 from home:mcalabkova:branches:devel:languages:python - Update to 0.3.3 * Fix conversion of complex literals * Fix Ellipsis support * Fix conversion of arguments nodes in Python 3.8 * Use an immutable instead of a dict to store initial table OBS-URL: https://build.opensuse.org/request/show/791740 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=6 --- gast-0.3.0.tar.gz | 3 --- gast-0.3.3.tar.gz | 3 +++ python-gast.changes | 9 +++++++++ python-gast.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 gast-0.3.0.tar.gz create mode 100644 gast-0.3.3.tar.gz diff --git a/gast-0.3.0.tar.gz b/gast-0.3.0.tar.gz deleted file mode 100644 index a892b8d..0000000 --- a/gast-0.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:092cd1ca1529063c439b78c0292f231861fedafa462ef7e2a2bf9b50914fd9ff -size 13083 diff --git a/gast-0.3.3.tar.gz b/gast-0.3.3.tar.gz new file mode 100644 index 0000000..5e028b6 --- /dev/null +++ b/gast-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d685e379563bf545b8dcf80774ae1592773c393d1dfab5501d2e9224242f2a +size 13879 diff --git a/python-gast.changes b/python-gast.changes index 5a1034b..3fa3e66 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 6 11:15:56 UTC 2020 - Marketa Calabkova + +- Update to 0.3.3 + * Fix conversion of complex literals + * Fix Ellipsis support + * Fix conversion of arguments nodes in Python 3.8 + * Use an immutable instead of a dict to store initial table + ------------------------------------------------------------------- Tue Sep 10 13:48:10 UTC 2019 - Tomáš Chvátal diff --git a/python-gast.spec b/python-gast.spec index 6671fba..133e397 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -1,7 +1,7 @@ # # spec file for package python-gast # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define srcname gast %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gast -Version: 0.3.0 +Version: 0.3.3 Release: 0 Summary: Python AST that abstracts the underlying Python version License: BSD-3-Clause