Name: python-textual Version: 0.69.0 Release: 2%{?dist} Summary: TUI (Text User Interface) framework for Python License: MIT URL: https://github.com/Textualize/textual Source0: %{url}/archive/v%{version}/textual-%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel # Test dependencies: BuildRequires: pytest BuildRequires: python3-jinja2 BuildRequires: python3-syrupy BuildRequires: python3-time-machine BuildRequires: python3-pytest-asyncio BuildRequires: python3-aiohttp BuildRequires: python3-pytest-aiohttp %global _description %{expand: Textual is a TUI (Text User Interface) framework for Python inspired by modern web development. Currently a Work in Progress.} %description %{_description} %package -n python3-textual Summary: %{summary} %description -n python3-textual %{_description} %package -n python3-textual-doc Summary: Docs and examples for python3-textual %description -n python3-textual-doc %{_description} %prep %autosetup -n textual-%{version} %generate_buildrequires %pyproject_buildrequires -r -x dev %build %pyproject_wheel %install %pyproject_install %pyproject_save_files textual %check # skip these tests until https://github.com/Textualize/pytest-textual-snapshot # is packaged rm -rf tests/snapshot_tests %pytest -k "not test_textual_env_var and not test_register_language and not test_register_language_existing_language and not test_register_language and not test_language_binary_missing" %files -n python3-textual -f %{pyproject_files} %license LICENSE %files -n python3-textual-doc %license LICENSE %doc README.md docs/ examples/ %changelog * Fri Jul 19 2024 Fedora Release Engineering - 0.69.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild * Mon Jun 17 2024 Jonathan Wright - 0.69.0-1 - update to 0.69.0 rhbz#2282650 * Sun Jun 09 2024 Python Maint - 0.62.0-2 - Rebuilt for Python 3.13 * Tue May 21 2024 Jonathan Wright - 0.62.0-1 - update to 0.62.0 rhbz#2273769 * Fri Apr 05 2024 Jonathan Wright - 0.55.1-1 - Update to 0.55.1 rhbz#2262427 * Thu Feb 01 2024 Jonathan Wright - 0.48.1-1 - Update to 0.48.1 rhbz#2256835 * Fri Jan 26 2024 Fedora Release Engineering - 0.46.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering - 0.46.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Wed Jan 03 2024 Jonathan Wright - 0.46.0-1 - Update to 0.46.0 rhbz#2254910 * Tue Dec 12 2023 Jonathan Wright - 0.45.1-1 - Update to 0.45.1 rhbz#2254187 * Wed Dec 06 2023 Jonathan Wright - 0.44.1-1 - Update to 0.44.1 rhbz#2252397 * Thu Nov 30 2023 Jonathan Wright - 0.43.2-1 - Update to 0.43.2 rhbz#2239239 * Fri Sep 15 2023 Jonathan Wright - 0.37.0-1 - Update to 0.37.0 rhbz#2192888 * Fri Jul 21 2023 Fedora Release Engineering - 0.22.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Apr 28 2023 Jonathan Wright - 0.22.3-1 - Update to 0.22.3 rhbz#2170877 * Sat Mar 25 2023 Jonathan Wright - 0.16.0-1 - Update to 0.16.0 rhbz#2170877 * Wed Feb 15 2023 Jonathan Wright - 0.10.0-1 - Update to 0.10.0 rhbz#2162484 * Fri Jan 20 2023 Fedora Release Engineering - 0.1.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sun Jul 31 2022 Jonathan Wright - 0.1.18-1 - Initial package build - rhbz#2121258