Thu, 23 May 2024 21:58:12 UTC | login

Information for build golang-github-spf13-cobra-1.8.0-3.fc40

ID290068
Package Namegolang-github-spf13-cobra
Version1.8.0
Release3.fc40
Epoch
SummaryA Commander for modern Go CLI interactions
DescriptionCobra is a library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. Cobra is also an application that will generate your application scaffolding to rapidly develop a Cobra-based application. Cobra provides: - Easy subcommand-based CLIs: app server, app fetch, etc. - Fully POSIX-compliant flags (including short & long versions) - Nested subcommands - Global, local and cascading flags - Easy generation of applications & commands with cobra init appname & cobra add cmdname - Intelligent suggestions (app srver... did you mean app server?) - Automatic help generation for commands and flags - Automatic help flag recognition of -h, --help, etc. - Automatically generated bash autocomplete for your application - Automatically generated man pages for your application - Command aliases so you can change things without breaking them - The flexibility to define your own help, usage, etc. - Optional tight integration with viper for 12-factor apps
Built bydavidlt
State complete
Volume DEFAULT
StartedMon, 26 Feb 2024 10:11:45 UTC
CompletedMon, 26 Feb 2024 10:11:45 UTC
Tags
f40
f41
RPMs
src
golang-github-spf13-cobra-1.8.0-3.fc40.src.rpm (info) (download)
noarch
golang-github-spf13-cobra-devel-1.8.0-3.fc40.noarch.rpm (info) (download)
Changelog * Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Nov 06 2023 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.8.0-1 - Update to 1.8.0 - Closes rhbz#2248082 * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun May 21 2023 Mark E. Fuller <mark.e.fuller@gmx.de> - 1.7.0-1 - bump to v1.7.0, close rhbz#2184479 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Sat Dec 24 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.6.1-1 - Update to 1.6.1 - Closes rhbz#2133898 * Sun Sep 18 2022 Robert-André Mauchin <zebob.m@gmail.com> - 1.5.0-2 - SPEC cleanup * Fri Sep 02 2022 Maxwell G <gotmax@e.email> - 1.5.0-1 - Update to 1.5.0. Fixes rhbz#2099959. * Fri Sep 02 2022 Maxwell G <gotmax@e.email> - 1.4.0-5 - Adopt new licensing guidelines * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Tue Jun 21 2022 Maxwell G <gotmax@e.email> - 1.4.0-3 - Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629. * Sat Apr 16 2022 Fabio Alessandro Locati <me@fale.io> - 1.4.0-2 - Rebuilt for CVE-2022-27191 * Wed Mar 16 2022 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 1.4.0-1 - Update to 1.4.0 - Closes rhbz#2062987 * Thu Feb 03 2022 Maxwell G <gotmax@e.email> - 1.3.0-1 - Update to 1.3.0. Fixes rhbz#2033014. * Wed Feb 02 2022 Maxwell G <gotmax@e.email> - 1.2.1-3 - Fix broken test and FTBFS (rhbz#2045615). Cleanup.