Name: python-stack-data Version: 0.3.0 Release: 2%{?dist} Summary: Extract data from python stack frames and tracebacks for informative displays License: MIT URL: http://github.com/alexmojaki/stack_data Source0: %{pypi_source stack_data} BuildArch: noarch BuildRequires: python3-devel # Extra test dependency # Tests use Cython and try to compile some extensions BuildRequires: gcc %global _description %{expand: This is a library that extracts data from stack frames and tracebacks, particularly to display more useful tracebacks than the default.} %description %_description %package -n python3-stack-data Summary: %{summary} %description -n python3-stack-data %_description %prep %autosetup -p1 -n stack_data-%{version} %generate_buildrequires %pyproject_buildrequires -r -t %build %pyproject_wheel %install %pyproject_install %pyproject_save_files stack_data %check %if v"%{python3_version}" >= v"3.11" # https://github.com/alexmojaki/stack_data/issues/25 %tox -- -- -k "not _example" %else %tox %endif %files -n python3-stack-data -f %{pyproject_files} %doc README.md %changelog * Thu Jun 16 2022 Python Maint - 0.3.0-2 - Rebuilt for Python 3.11 * Wed Jun 15 2022 Lumír Balhar - 0.3.0-1 - Update to 0.3.0 Resolves: rhbz#2097361 * Mon Jun 13 2022 Python Maint - 0.2.0-3 - Rebuilt for Python 3.11 * Wed May 11 2022 Charalampos Stratakis - 0.2.0-2 - Fix tests with pygments 2.12.0 Resolves: rhbz#2081905 * Tue Feb 15 2022 Lumír Balhar - 0.2.0-1 - Update to 0.2.0 Resolves: rhbz#2054370 * Fri Jan 21 2022 Fedora Release Engineering - 0.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Mon Jan 17 2022 Lumír Balhar - 0.1.4-1 - Update to 0.1.4 Resolves: rhbz#2041029 * Tue Jan 04 2022 Lumír Balhar - 0.1.3-1 - Package generated with pyp2spec