Name: | python3-typer |
---|---|
Version: | 0.15.2 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 16943 |
License: | MIT |
RPM: | python3-typer-0.15.2-1.el10_0.noarch.rpm |
Source RPM: | python-typer-0.15.2-1.el10_0.src.rpm |
Build Date: | Tue Mar 25 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://typer.tiangolo.com/ |
Summary: | Build great CLIs; easy to code; based on Python type hints |
Description: | Typer is a library for building CLI applications that users will love using and developers will love creating. Based on Python type hints. Typer CLI This package, typer-cli, only provides a command typer in the shell with the same functionality of python -m typer. The only reason why this is a separate package is to allow developers to opt out of the typer command by installing typer-slim, that doesn’t include typer-cli. |
- Update to 0.15.2 (close RHBZ#2348921)
- Add Obsoletes/Conflicts for python3-typer+all in F40 and before - Fixes RHBZ#2345612
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
- Update to 0.15.1 (close RHBZ#2330178)
- Fix some stray whitespace in the primary man page
- Update to 0.14.0 (close RHBZ#2329419)
- Update to 0.13.1 (close RHBZ#2327149)
- Stub out "coverage run" well enough to drop the coverage dep.
- No longer skip the shell completion tests - These are now more adaptable to different environments and do not fail
- Update to 0.13.0 (close RHBZ#2324487)