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