%global modname typed_ast Name: python3-%{modname} Version: 1.5.5 Release: 1%{?dist} Summary: A fork of the ast module with type annotations License: Apache-2.0 URL: https://github.com/python/typed_ast Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz %{?python_provide:%python_provide python3-%{modname}} BuildRequires: gcc BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pytest %description %summary. This package is based on the ast modules from Python 2 and 3, and has been extended with support for type comments and type annotations as supported in Python 3.6. %prep %autosetup -p1 -n %{modname}-%{version} %build %py3_build %install %py3_install %check %py3_check_import typed_ast.ast3 typed_ast.ast27 typed_ast.conversions %pytest %files %doc *.md %license LICENSE %{python3_sitearch}/%{modname}/ %{python3_sitearch}/%{modname}-*.egg-info %changelog * Wed Jul 05 2023 Gwyn Ciesla - 1.5.5-1 - 1.5.5 * Tue Jun 13 2023 Python Maint - 1.5.4-6 - Rebuilt for Python 3.12 * Wed Mar 08 2023 Gwyn Ciesla - 1.5.4-5 - migrated to SPDX license * Fri Jan 20 2023 Fedora Release Engineering - 1.5.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering - 1.5.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint - 1.5.4-2 - Rebuilt for Python 3.11 * Tue May 24 2022 Gwyn Ciesla - 1.5.4-1 - 1.5.4 * Tue Apr 19 2022 Gwyn Ciesla - 1.5.3-1 - 1.5.3 * Tue Jan 25 2022 Gwyn Ciesla - 1.5.2-1 - 1.5.2 * Fri Jan 21 2022 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Dec 08 2021 Gwyn Ciesla - 1.5.1-1 - 1.5.1 * Sun Nov 14 2021 Gwyn Ciesla - 1.5.0-1 - 1.5.0 * Wed Nov 10 2021 Miro Hrončok - 1.4.3-4 - Fix for Python 3.9.8+ and 3.10.1+ - Actually run tests during the package build * Fri Jul 23 2021 Fedora Release Engineering - 1.4.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint - 1.4.3-2 - Rebuilt for Python 3.10 * Mon Apr 12 2021 Tomas Hrnciar - 1.4.3-1 - Update to 1.4.3 * Mon Mar 22 2021 Gwyn Ciesla - 1.4.2-3 - Patch for Python 3.10. * Wed Jan 27 2021 Fedora Release Engineering - 1.4.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Thu Dec 31 2020 Gwyn Ciesla - 1.4.2-1 - 1.4.2 * Wed Jul 29 2020 Fedora Release Engineering - 1.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok - 1.4.1-3 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Jan 14 2020 Gwyn Ciesla - 1.4.1-1 - 1.4.1 * Thu Oct 03 2019 Miro Hrončok - 1.4.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Sat Aug 17 2019 Miro Hrončok - 1.4.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Tue Jun 11 2019 Gwyn Ciesla - 1.4.0-1 - 1.4.0. * Wed May 15 2019 Gwyn Ciesla - 1.3.5-1 - 1.3.5. * Tue May 14 2019 Gwyn Ciesla - 1.3.1-2 - Fix 3.8 FTBFS. * Sat Feb 23 2019 Igor Gnatenko - 1.3.1-1 - Update to 1.3.1 * Thu Jan 31 2019 Gwyn Ciesla - 1.3.0-1 - 1.3.0 * Sat Jul 14 2018 Fedora Release Engineering - 1.1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.1.0-3 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Nov 07 2017 Gwyn Ciesla - 1.1.0-1 - 1.1.0 * Mon Jul 31 2017 Gwyn Ciesla - 1.0.4-1 - 1.0.4 * Thu Jul 27 2017 Fedora Release Engineering - 1.0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 11 2017 Gwyn Ciesla - 1.0.3-1 - Initial package.