- 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
This commit is contained in:
Steve Kowalik 2020-08-26 06:03:07 +00:00 committed by Git OBS Bridge
parent f5d6dab80f
commit e67873c8d4
4 changed files with 10 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e1d685e379563bf545b8dcf80774ae1592773c393d1dfab5501d2e9224242f2a
size 13879

3
gast-0.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ae00b3a79c08be613c556c3e8268507cfb6179eb3fd2b59fec58cc792d2e308
size 13985

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 26 06:01:54 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.4.0:
* Support Python 3.9
-------------------------------------------------------------------
Mon Apr 6 11:15:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -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}