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/gast-0.6.0.tar.gz b/gast-0.6.0.tar.gz deleted file mode 100644 index 54d2b72..0000000 --- a/gast-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bb63fb394e08389b5f99c1cc3c5b1fb73e7207d90c9f17939d9d34cc85a1c1e -size 27216 diff --git a/python-gast.changes b/python-gast.changes index fd698f2..7626b07 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,9 +1,7 @@ ------------------------------------------------------------------- -Sat Jun 29 19:35:36 UTC 2024 - Dirk Müller +Sun Jun 30 20:51:12 UTC 2024 - Dirk Müller -- update to 0.6.0: - * Harmonize gast.dump behavior across versions, - following py3.13 behavior +- add comment on interdependency with pythran ------------------------------------------------------------------- Wed Jan 3 10:02:57 UTC 2024 - Dirk Müller diff --git a/python-gast.spec b/python-gast.spec index 8f9a3cc..2fd7111 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -19,7 +19,8 @@ %{?sle15_python_module_pythons} %define srcname gast Name: python-gast -Version: 0.6.0 +# only update when python-pythran is compatible +Version: 0.5.4 Release: 0 Summary: Python AST that abstracts the underlying Python version License: BSD-3-Clause