| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-typer-cli | Distribution: Fedora Project |
| Version: 0.19.2 | Vendor: Fedora Project |
| Release: 1.fc43 | Build date: Wed Sep 24 16:33:24 2025 |
| Group: Unspecified | Build host: buildvm-x86-16.rdu3.fedoraproject.org |
| Size: 6992 | Source RPM: python-typer-0.19.2-1.fc43.src.rpm |
| Packager: Fedora Project | |
| Url: https://typer.tiangolo.com/ | |
| Summary: Build great CLIs; easy to code; based on Python type hints | |
Typer is a library for building CLI applications that users will love using and developers will love creating. Based on Python type hints. This package 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.
MIT
* Wed Sep 24 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.2-1
- Update to 0.19.2 (close RHBZ#2397609)
* Sat Sep 20 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.1-3
- Drop test skips for click 8.2.2 (click was downgraded in Fedora)
* Sat Sep 20 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.1-1
- Update to 0.19.1 (close RHBZ#2397078)
* Sat Sep 20 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.19.0-1
- Update to 0.19.0
* Sat Sep 20 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.18.0-1
- Update to 0.18.0 (close RHBZ#2397015)
- This release adds compatibility with Click 8.3.0.
* Fri Sep 19 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.5-1
- Update to 0.17.5 (close RHBZ#2396961)
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 0.17.4-2
- Rebuilt for Python 3.14.0rc3 bytecode
* Sat Sep 06 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.4-1
- Update to 0.17.4 (close RHBZ#2393554)
* Sun Aug 31 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.17.3-1
- Update to 0.17.3 (close RHBZ#2392124)
* Tue Aug 19 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.16.1-2
- Skip tests that fail with click 8.2.2
* Tue Aug 19 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.16.1-1
- Update to 0.16.1 (close RHBZ#2389252)
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 0.16.0-7
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Wed Jun 18 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.16.0-5
- Remove Conflicts with erlang-dialyzer
- Since erlang-26.2.5.13-2, python3-typer-cli no longer conflicts with
erlang-dialyzer; we keep the Conflicts for older versions.
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 0.16.0-2
- Rebuilt for Python 3.14
* Tue May 27 2025 Charalampos Stratakis <cstratak@redhat.com> - 0.16.0-1
- Update to 0.16.0 (close RHBZ#2368612)
* Thu May 15 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.15.4-1
- Update to 0.15.4 (close RHBZ#2366313)
* Tue Apr 29 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.15.3-1
- Update to 0.15.3 (close RHBZ#2362813)
* Mon Apr 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.15.2-3
- Make the conflict between python3-typer-cli and erlang-dialyzer explicit
* Mon Apr 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.15.2-2
- Correct descriptions
* Fri Feb 28 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.15.2-1
- Update to 0.15.2 (close RHBZ#2348921)
* Fri Feb 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.15.1-4
- Add Obsoletes/Conflicts for python3-typer+all in F40 and before
- Fixes RHBZ#2345612
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Wed Dec 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.15.1-1
- Update to 0.15.1 (close RHBZ#2330178)
* Wed Dec 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-2
- Fix some stray whitespace in the primary man page
* Fri Nov 29 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.14.0-1
- Update to 0.14.0 (close RHBZ#2329419)
* Tue Nov 19 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.1-1
- Update to 0.13.1 (close RHBZ#2327149)
* Tue Nov 19 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.0-3
- Stub out "coverage run" well enough to drop the coverage dep.
* Sun Nov 10 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.0-2
- No longer skip the shell completion tests
- These are now more adaptable to different environments and do not fail
* Sun Nov 10 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.13.0-1
- Update to 0.13.0 (close RHBZ#2324487)
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.5-1
- Update to 0.12.5 (close RHBZ#2307757)
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.4-2
- Package the release notes alongside the README
* Wed Aug 21 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.4-1
- Update to 0.12.4 (close RHBZ#2306098)
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Sun Jun 09 2024 Python Maint <python-maint@redhat.com> - 0.12.3-3
- Rebuilt for Python 3.13
* Fri Apr 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.3-1
- Update to 0.12.3 (close RHBZ#2272276)
* Fri Apr 12 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.2-1
- Update to 0.12.2
* Mon Apr 08 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.12.1-1
- Update to 0.12.1
- Now encompasses the typer, typer-slim, and typer-cli PyPI packages.
* Thu Apr 04 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.1-4
- Switch from the PyPI sdist to the GitHub archive
* Wed Apr 03 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.1-3
- Remove an Obsoletes that has served its upgrade-path purpose
* Fri Mar 29 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.1-2
- Add missing source
* Fri Mar 29 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.1-1
- Update to 0.11.1 (close RHBZ#2272130)
- Build from the PyPI sdist, now that it contains tests
* Wed Mar 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.11.0-1
- Update to 0.11.0 (close RHBZ#2271198)
* Wed Mar 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.10.0-1
- Update to 0.10.0
* Wed Mar 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.4-1
- Update to 0.9.4
* Wed Mar 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.3-1
- Update to 0.9.3
* Wed Mar 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.2-1
- Update to 0.9.2
- Give up on patching out the dependency on the coverage module
* Wed Mar 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.1-1
- Update to 0.9.1
- New CITATION.cff file is packaged as documentation.
* Wed Mar 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.0-9
- Simplify patching pyproject.toml and handling test dependencies
- Drop unnecessary version-bounded BuildRequires on python-pytest-sugar,
fixing failure to build from source with python-pytest-sugar 1.0.0.
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
/usr/bin/typer /usr/lib/python3.14/site-packages/typer_cli-0.19.2.dist-info /usr/lib/python3.14/site-packages/typer_cli-0.19.2.dist-info/INSTALLER /usr/lib/python3.14/site-packages/typer_cli-0.19.2.dist-info/METADATA /usr/lib/python3.14/site-packages/typer_cli-0.19.2.dist-info/WHEEL /usr/lib/python3.14/site-packages/typer_cli-0.19.2.dist-info/entry_points.txt /usr/lib/python3.14/site-packages/typer_cli-0.19.2.dist-info/licenses /usr/lib/python3.14/site-packages/typer_cli-0.19.2.dist-info/licenses/LICENSE /usr/share/bash-completion/completions/typer /usr/share/fish/vendor_completions.d/typer.fish /usr/share/man/man1/typer-utils-docs.1.gz /usr/share/man/man1/typer-utils.1.gz /usr/share/man/man1/typer.1.gz /usr/share/zsh/site-functions/_typer
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Oct 27 03:32:45 2025