- 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:
parent
bbce5049e5
commit
84cbc2fe77
@ -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
3
gast-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:092cd1ca1529063c439b78c0292f231861fedafa462ef7e2a2bf9b50914fd9ff
|
||||||
|
size 13083
|
@ -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>
|
Mon Jul 29 11:05:26 UTC 2019 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
@ -19,14 +19,13 @@
|
|||||||
%define srcname gast
|
%define srcname gast
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-gast
|
Name: python-gast
|
||||||
Version: 0.2.2
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python AST that abstracts the underlying Python version
|
Summary: Python AST that abstracts the underlying Python version
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/serge-sans-paille/gast/
|
URL: https://github.com/serge-sans-paille/gast/
|
||||||
Source: https://github.com/serge-sans-paille/gast/archive/%{version}.tar.gz#/%{srcname}-%{version}.tar.gz
|
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_module setuptools}
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
@ -56,7 +55,6 @@ as produced by ``ast.parse`` from the standard ``ast`` module.
|
|||||||
%python_exec setup.py test
|
%python_exec setup.py test
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user