## START: Set by rpmautospec ## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); print(release_number + base_release_number - 1); }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec Name: python-rich-toolkit Version: 0.13.2 Release: %autorelease Summary: Rich toolkit for building command-line applications # SPDX License: MIT URL: https://github.com/patrick91/rich-toolkit Source: %{pypi_source rich_toolkit} BuildSystem: pyproject BuildOption(install): -l rich_toolkit BuildArch: noarch # Testing dependencies; these are included in the “dev” dependency group, but # this also includes a number of dependencies that are only used for debugging, # typechecking, running the examples, etc.; we therefore maintain this list # manually rather than attempting to generate it. BuildRequires: %{py3_dist pytest} >= 8.3.2 BuildRequires: %{py3_dist inline-snapshot} >= 0.12.1 %global common_description %{expand: This is a very opinionated set of components for building CLI applications. It is based on Rich.} %description %common_description %package -n python3-rich-toolkit Summary: %{summary} %description -n python3-rich-toolkit %common_description %check -a %pytest -v %files -n python3-rich-toolkit -f %{pyproject_files} %doc README.md %doc examples/ %changelog ## START: Generated by rpmautospec * Mon Jan 13 2025 Benjamin A. Beasley - 0.13.2-1 - Update to 0.13.2 (close RHBZ#2337408) * Thu Dec 05 2024 Benjamin A. Beasley - 0.12.0-2 - F41+: Use the provisional declarative buildsystem * Thu Dec 05 2024 Benjamin A. Beasley - 0.12.0-1 - Update to 0.12.0 * Thu Dec 05 2024 Benjamin A. Beasley - 0.11.3-1 - Initial package (close RHBZ#2330453) ## END: Generated by rpmautospec