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

argbash-2.10.0-1.el8 RPM for noarch

From EPEL 8 for ppc64le / Packages / a

Name: argbash Distribution: Fedora Project
Version: 2.10.0 Vendor: Fedora Project
Release: 1.el8 Build date: Wed Sep 23 15:03:11 2020
Group: Unspecified Build host: buildvm-ppc64le-34.iad2.fedoraproject.org
Size: 184977 Source RPM: argbash-2.10.0-1.el8.src.rpm
Packager: Fedora Project
Url: https://argbash.io
Summary: Bash argument parsing code generator
Argbash helps your shell scripts to accept arguments.
You declare what arguments you want your script to accept and Argbash
generates the shell code that parses them from the command-line and exposes
passed values as shell variables.

Help message is also generated, and helpful error messages are dispatched
if the script is called with arguments that conflict with the interface.

Provides

Requires

License

BSD

Changelog

* Wed Sep 23 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.10.0-1
  - Update to 2.10.0
  - Bugfixes
    * argbash-init is able to handle empty string as the only argument without
      being puzzled.
    * Error handling of script working directory detection now more robust.
  - New features
    * Argbash in the container has no longer the terminal output limitation
      caused by the crlf line ending.
    * The ARG_USE_PROG implementation was missing. Therefore, it was implemented
      as ARG_USE_PROGRAM using a slightly different interface.
* Mon Aug 03 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.0-2
  - Build for epel8 as well
* Mon Aug 03 2020 Stephen Gallagher <sgallagh@redhat.com> - 2.9.0-1
  - Update to 2.9.0
  - Bugfixes
    * Fixed typo in `argbash-init` and updated obsolete/inaccurate hints
    * Fixed incorrect permission of non-script output files
    * Increased MacOS compatibility by removing terminator from the `chmod`
      invocation
  - New Features
    * Increased flexibility of the help option
    * Improved `argbash-init` script template
    * Increased flexibility of the version option
    * Added a convenience function for module loading
    * Added a possibility to the `argbash` tool to generate the script in-place,
      exposed as the `-i` option
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Jul 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.1-2
  - Fix python package version to work with EPEL 7
* Mon Jul 01 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.1-1
  - Update to 2.8.1
  - https://github.com/matejak/argbash/releases/tag/2.8.1
* Thu Feb 28 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.0-3
  - Put the bash completion script in the system path instead of /etc
* Mon Feb 04 2019 Stephen Gallagher <sgallagh@redhat.com> - 2.8.0-1
  - Update to 2.8.0
  - New features:
    * Allow argbash and argbash-init to be run from symbolic links.
    * Allow scripts generated by argbash-init with complete separation (-s -s) to
      be run from a symbolic link.
    * Implemented output to generate manpages using the rst2man utility
    * Introduced the ARG_VERSION_AUTO macro.
  - Bugfixes:
    * Double quotes in help messages are escaped (fixes #61).
    * Fixed regression that allowed duplicate short options (fixes #58).
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Thu Sep 20 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.7.1-1
  - Update to 2.7.1
  - The bash completion now supports arguments of one-of-restricted values.
  - Tests pass when there is no dash shell installed.
  - The double-dash handling when -- is the last argument has been improved.
  - The generated bash completion is now complementing (i.e. not shadowing) the
    default bash completion.
  - Docopt fatal regression has been fixed.
  - Tests were added for docopt output.
* Thu Jul 19 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.7.0-1
  - Update to 2.7.0
  - https://github.com/matejak/argbash/releases/tag/2.7.0
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Mar 05 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.6.1-2
  - Fix build issue on Fedora 26
* Mon Mar 05 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.6.1-1
  - Update to 2.6.1
  - Drop upstreamed patches
* Fri Mar 02 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.6.0-1
  - Update to 2.6.0
  - Add bash-completion support
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 10 2018 Stephen Gallagher <sgallagh@redhat.com> - 2.5.1-1
  - Update to 2.5.1
  - https://github.com/matejak/argbash/releases/tag/2.5.1
* Mon Oct 16 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-1
  - Official Fedora release
* Mon Oct 16 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.5.0-0.3
  - Update to 2.5.0
  - Move common files to /usr/share
  - Add requirements on grep and sed
* Tue May 30 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-0.2
  - Restore arch-independent path for argbash support files
* Wed May 24 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.4.0-0.1
  - Update to the 2.4.0 release
  - Correct issues discovered in package review
* Wed Mar 08 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.3.0-0.2
  - Initial package

Files

/usr/bin/argbash
/usr/bin/argbash-1to2
/usr/bin/argbash-init
/usr/share/argbash
/usr/share/argbash/argbash-lib.m4
/usr/share/argbash/argument_value_types.m4
/usr/share/argbash/collectors.m4
/usr/share/argbash/constants.m4
/usr/share/argbash/default_settings.m4
/usr/share/argbash/docopt.m4
/usr/share/argbash/env_vars.m4
/usr/share/argbash/function_generators.m4
/usr/share/argbash/list.m4
/usr/share/argbash/output-bash-script.m4
/usr/share/argbash/output-completion.m4
/usr/share/argbash/output-docopt.m4
/usr/share/argbash/output-manpage-defs.m4
/usr/share/argbash/output-manpage.m4
/usr/share/argbash/output-posix-script.m4
/usr/share/argbash/output-strip-all.m4
/usr/share/argbash/output-strip-none.m4
/usr/share/argbash/output-strip-user-content.m4
/usr/share/argbash/progs.m4
/usr/share/argbash/stuff.m4
/usr/share/argbash/utilities.m4
/usr/share/argbash/value_validators.m4
/usr/share/argbash/version
/usr/share/bash-completion/completions/argbash
/usr/share/doc/argbash
/usr/share/doc/argbash/ChangeLog
/usr/share/doc/argbash/README.md
/usr/share/licenses/argbash
/usr/share/licenses/argbash/LICENSE
/usr/share/man/man1/argbash.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Mar 29 03:14:46 2024