Name: python-stack-data Version: 0.1.4 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 %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 %tox %files -n python3-stack-data -f %{pyproject_files} %doc README.md %changelog * 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