Name: python-gast Version: 0.5.3 Release: 1%{?dist} Summary: Python AST that abstracts the underlying Python version License: BSD URL: https://github.com/serge-sans-paille/gast/ Source0: %{url}/archive/%{version}/gast-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools %global _description %{expand: A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST). GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.} %description %_description %package -n python3-gast Summary: %{summary} %description -n python3-gast %_description %prep %autosetup -p1 -n gast-%{version} %build %py3_build %install %py3_install %files -n python3-gast %license LICENSE %doc README.rst %{python3_sitelib}/* %changelog * Tue Nov 30 2021 Tomáš Hrnčiar - 0.5.3-1 - Update to 0.5.3 * Thu Jul 29 2021 Tomas Hrnciar - 0.5.2-1 - Update to 0.5.1 * Fri Jul 23 2021 Fedora Release Engineering - 0.5.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Mon Jun 28 2021 Miro Hrončok - 0.5.0-1 - Update to 0.5.0 - Fixes rhbz#1977051 - Fixes rhbz#1968986 * Fri Jun 04 2021 Python Maint - 0.4.0-3 - Rebuilt for Python 3.10 * Wed Jan 27 2021 Fedora Release Engineering - 0.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Sep 11 2020 Miro Hrončok - 0.4.0-1 - Update to 0.4.0 - Fixes rhbz#1878159 * Sat Aug 01 2020 Fedora Release Engineering - 0.3.3-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 0.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun Jun 07 2020 Miro Hrončok - 0.3.3-1 - Update to 0.3.3 (#1844892) * Thu Jan 30 2020 Fedora Release Engineering - 0.3.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Oct 12 2019 Miro Hrončok - 0.3.2-1 - Update to 0.3.2 * Fri Jul 26 2019 Fedora Release Engineering - 0.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Jan 19 2019 Miro Hrončok - 0.2.2-1 - Initial package