From 84cbc2fe772018161fb216995a986168809556b8a8dfd49c6c545b6a6aabd545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 10 Sep 2019 13:48:50 +0000 Subject: [PATCH] - 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 --- gast-0.2.2.tar.gz | 3 --- gast-0.3.0.tar.gz | 3 +++ python-gast.changes | 6 ++++++ python-gast.spec | 4 +--- 4 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 gast-0.2.2.tar.gz create mode 100644 gast-0.3.0.tar.gz diff --git a/gast-0.2.2.tar.gz b/gast-0.2.2.tar.gz deleted file mode 100644 index 25b0138..0000000 --- a/gast-0.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91f49fe8784cb8012212a430f4fa8590d8be93e1653692d184772f05a5feb6b9 -size 10098 diff --git a/gast-0.3.0.tar.gz b/gast-0.3.0.tar.gz new file mode 100644 index 0000000..a892b8d --- /dev/null +++ b/gast-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092cd1ca1529063c439b78c0292f231861fedafa462ef7e2a2bf9b50914fd9ff +size 13083 diff --git a/python-gast.changes b/python-gast.changes index 8576126..5a1034b 100644 --- a/python-gast.changes +++ b/python-gast.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 10 13:48:10 UTC 2019 - Tomáš Chvátal + +- Update to 0.3.0: + * support python 3.8 + ------------------------------------------------------------------- Mon Jul 29 11:05:26 UTC 2019 - Christian Goll diff --git a/python-gast.spec b/python-gast.spec index 6a02537..6671fba 100644 --- a/python-gast.spec +++ b/python-gast.spec @@ -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