diff --git a/gast-0.4.0.tar.gz b/gast-0.4.0.tar.gz deleted file mode 100644 index cb128f3..0000000 --- a/gast-0.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ae00b3a79c08be613c556c3e8268507cfb6179eb3fd2b59fec58cc792d2e308 -size 13985 diff --git a/gast-0.5.3.tar.gz b/gast-0.5.3.tar.gz new file mode 100644 index 0000000..e1a5c04 --- /dev/null +++ b/gast-0.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352db13ff595ffbbfda258ef5bdadbae126bfa7cad1ef27fe25c6243144626b4 +size 23605 diff --git a/python-gast.changes b/python-gast.changes index cfc81d0..aa86518 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 20 12:16:53 UTC 2022 - Dominique Leuenberger + +- Update to version 0.5.3: + + Support gast.unparse. +- Changes from version 0.5.2: + + Test field count more accurately. +- Changes from verison 0.5.1: + + Support NamedExpr. + + Cleanup and optimize the way gast builds its AST. +- Changes from version 0.5.0: + + Support AST change for 3.10. + ------------------------------------------------------------------- Mon May 24 11:41:36 UTC 2021 - pgajdos@suse.com @@ -7,7 +20,7 @@ Mon May 24 11:41:36 UTC 2021 - pgajdos@suse.com Wed Aug 26 06:01:54 UTC 2020 - Steve Kowalik - Update to 0.4.0: - * Support Python 3.9 + * Support Python 3.9 ------------------------------------------------------------------- Mon Apr 6 11:15:56 UTC 2020 - Marketa Calabkova @@ -27,4 +40,4 @@ Tue Sep 10 13:48:10 UTC 2019 - Tomáš Chvátal ------------------------------------------------------------------- Mon Jul 29 11:05:26 UTC 2019 - Christian Goll -- inital commit of gast created with py2pack version 0.2.2 +- inital commit of gast created with py2pack version 0.2.2 diff --git a/python-gast.spec b/python-gast.spec index 27d10c2..e1fc010 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -1,7 +1,7 @@ # # spec file for package python-gast # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.4.0 +Version: 0.5.3 Release: 0 Summary: Python AST that abstracts the underlying Python version License: BSD-3-Clause