From e67873c8d4f9e7df0df2d1951a5745612845e5b3396f13ccc1ad0d2ab9d125f6 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Wed, 26 Aug 2020 06:03:07 +0000 Subject: [PATCH] - Update to 0.4.0: * Support Python 3.9 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=8 --- gast-0.3.3.tar.gz | 3 --- gast-0.4.0.tar.gz | 3 +++ python-gast.changes | 6 ++++++ python-gast.spec | 3 +-- 4 files changed, 10 insertions(+), 5 deletions(-) delete mode 100644 gast-0.3.3.tar.gz create mode 100644 gast-0.4.0.tar.gz diff --git a/gast-0.3.3.tar.gz b/gast-0.3.3.tar.gz deleted file mode 100644 index 5e028b6..0000000 --- a/gast-0.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e1d685e379563bf545b8dcf80774ae1592773c393d1dfab5501d2e9224242f2a -size 13879 diff --git a/gast-0.4.0.tar.gz b/gast-0.4.0.tar.gz new file mode 100644 index 0000000..cb128f3 --- /dev/null +++ b/gast-0.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae00b3a79c08be613c556c3e8268507cfb6179eb3fd2b59fec58cc792d2e308 +size 13985 diff --git a/python-gast.changes b/python-gast.changes index 3fa3e66..df60807 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 26 06:01:54 UTC 2020 - Steve Kowalik + +- Update to 0.4.0: + * Support Python 3.9 + ------------------------------------------------------------------- Mon Apr 6 11:15:56 UTC 2020 - Marketa Calabkova diff --git a/python-gast.spec b/python-gast.spec index 133e397..2e633eb 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -19,11 +19,10 @@ %define srcname gast %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-gast -Version: 0.3.3 +Version: 0.4.0 Release: 0 Summary: Python AST that abstracts the underlying Python version License: BSD-3-Clause -Group: Development/Languages/Python URL: https://github.com/serge-sans-paille/gast/ Source: https://github.com/serge-sans-paille/gast/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz BuildRequires: %{python_module setuptools}