Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-typer-0.15.2-1.fc42 RPM for noarch

From Fedora 42 for ppc64le / p

Name: python3-typer Distribution: Fedora Project
Version: 0.15.2 Vendor: Fedora Project
Release: 1.fc42 Build date: Fri Feb 28 04:46:15 2025
Group: Unspecified Build host: buildvm-a64-05.iad2.fedoraproject.org
Size: 16943 Source RPM: python-typer-0.15.2-1.fc42.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.  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.

Provides

Requires

License

MIT

Changelog

* 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
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 0.9.0-3
  - Rebuilt for Python 3.12
* Tue May 02 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.9.0-1
  - Update to 0.9.0 (close RHBZ#2192484)
* Mon May 01 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.8.0-1
  - Update to 0.8.0 (close RHBZ#2192330)

Files

/usr/lib/python3.13/site-packages/typer-0.15.2.dist-info
/usr/lib/python3.13/site-packages/typer-0.15.2.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/typer-0.15.2.dist-info/METADATA
/usr/lib/python3.13/site-packages/typer-0.15.2.dist-info/WHEEL
/usr/lib/python3.13/site-packages/typer-0.15.2.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/typer-0.15.2.dist-info/licenses
/usr/lib/python3.13/site-packages/typer-0.15.2.dist-info/licenses/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 12 04:25:42 2025