Click here to visit the old openkoji buildsystem (Archived)

Information for build python-typer-0.11.1-1.fc40

ID40444
Package Namepython-typer
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.11.1
Release1.fc40
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-typer.git#332e7d7750f702e6150a44e4416e2593372db29e
SummaryBuild great CLIs; easy to code; based on Python type hints
DescriptionTyper is a library for building CLI applications that users will love using and developers will love creating. Based on Python 3.6+ type hints. The key features are: • Intuitive to write: Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. • Easy to use: It’s easy to use for the final users. Automatic help, and automatic completion for all shells. • Short: Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. • Start simple: The simplest example adds only 2 lines of code to your app: 1 import, 1 function call. • Grow large: Grow in complexity as much as you want, create arbitrarily complex trees of commands and groups of subcommands, with options and arguments. Typer is FastAPI’s little sibling. And it’s intended to be the FastAPI of CLIs.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 04 May 2024 18:05:22 CST
CompletedSat, 04 May 2024 18:22:40 CST
Taskbuild (f40, /rpms/python-typer.git:332e7d7750f702e6150a44e4416e2593372db29e)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-typer.git#332e7d7750f702e6150a44e4416e2593372db29e'}}
Tags
f40
RPMs
src
python-typer-0.11.1-1.fc40.src.rpm (info) (download)
noarch
python3-typer-0.11.1-1.fc40.noarch.rpm (info) (download)
python3-typer+all-0.11.1-1.fc40.noarch.rpm (info) (download)
Logs
noarch
hw_info.log
installed_pkgs.log
state.log
root.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * 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) * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Jan 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.7.0-4 - Allow rich 13.x (fix RHBZ#2157866) * Wed Dec 21 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.7.0-3 - Rely on PYTEST_XDIST_AUTO_NUM_WORKERS * Sat Nov 12 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.7.0-2 - Add some environment variables from scripts/test.sh * Sun Nov 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.7.0-1 - Update to 0.7.0 (close RHBZ#2140338) * Sun Nov 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.1-3 - Confirm License is SPDX MIT * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Jul 13 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.6.1-1 - Update to 0.6.1 (close RHBZ#2106487) * Wed Jul 13 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.0-2 - Run tests in parallel with pytest-xdist * Wed Jul 06 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.0-1 - Update to 0.5.0 (close RHBZ#2103375) * Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 0.4.1-3 - Rebuilt for Python 3.11 * Fri Apr 22 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.1-2 - Patch out coverage analysis * Thu Mar 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.1-1 - Update to 0.4.1 (close RHBZ#2070317)