- Update to 0.3.0:

* support python 3.8

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gast?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal 2019-09-10 13:48:50 +00:00 committed by Git OBS Bridge
parent bbce5049e5
commit 84cbc2fe77
4 changed files with 10 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 10 13:48:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.0:
* support python 3.8
-------------------------------------------------------------------
Mon Jul 29 11:05:26 UTC 2019 - Christian Goll <cgoll@suse.com>

View File

@ -19,14 +19,13 @@
%define srcname gast
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-gast
Version: 0.2.2
Version: 0.3.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 devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
@ -56,7 +55,6 @@ as produced by ``ast.parse`` from the standard ``ast`` module.
%python_exec setup.py test
%files %{python_files}
%{python_sitelib}/*
%doc README.rst
%license LICENSE