Fri, 19 Apr 2024 20:50:15 UTC | login

Information for build devassist09-python-argparse-1.2.1-2.bootstrap1.3.1.el6

ID2719
Package Namedevassist09-python-argparse
Version1.2.1
Release2.bootstrap1.3.1.el6
Epoch
SummaryOptparse inspired command line parser for Python
Description The argparse module is an optparse-inspired command line parser that improves on optparse by: * handling both optional and positional arguments * supporting parsers that dispatch to sub-parsers * producing more informative usage messages * supporting actions that consume any number of command-line args * allowing types and actions to be specified with simple callables instead of hacking class attributes like STORE_ACTIONS or CHECK_METHODS as well as including a number of other more minor improvements on the optparse API.
Built byhhorak
State complete
Volume DEFAULT
StartedThu, 20 Aug 2015 20:05:06 UTC
CompletedThu, 20 Aug 2015 20:08:11 UTC
Taskbuild (sclo6-devassist09-rh-el6, devassist09-python-argparse-1.2.1-2.bootstrap1.3.1.el6.src.rpm)
Tags
sclo6-devassist09-rh-candidate
RPMs
src
devassist09-python-argparse-1.2.1-2.bootstrap1.3.1.el6.src.rpm (info) (download)
noarch
devassist09-python-argparse-1.2.1-2.bootstrap1.3.1.el6.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Thu May 22 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.2.1-3.1 - Rebuilt for devassist09 * Tue Sep 11 2012 Alan Pevec <apevec@redhat.com> 1.2.1-2.1 - Import to RHEL 6.4 (rhbz#851798) * Wed Jun 29 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 1.2.1-2 - Include LICENSE.txt file * Wed Jun 29 2011 Toshio Kuratomi <toshio@fedoraproject.org> - 1.2.1-1 - New compatble upstream with some bugfixes and a GPL2 vompatible license - Enable test suite * Wed Feb 10 2010 Toshio Kuratomi <toshio@fedoraproject.org> - 1.0.1-1.1 - First build for EL-5 - Small change to %files section so lack of egg-info on EL-5 is okay. * Sun Dec 06 2009 Terje Rosten <terje.rosten@ntnu.no> - 1.0.1-1 - 1.0.1 - Ship more docs - Project has moved - Disable test for now - Change license to Apache 2.0 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 11 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.0-2 - fixes from review, thanks Jussi! * Sat Jan 17 2009 Terje Rosten <terje.rosten@ntnu.no> - 0.8.0-1 - initial build