SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python2-okaara-1.0.37-2.el7.noarch.rpm :
Thu Sep 12 14:00:00 2019 Eric D. Helms - 1.0.37-2
- BZ #1745259 Require python-future

Thu Jun 26 14:00:00 2014 Jay Dobies 1.0.35-1
- fixing a bug where Prompt.prompt_password passes the wrong arguments to
another function. (mhrivnakAATTredhat.com)

Wed May 28 14:00:00 2014 Jay Dobies 1.0.34-1
- Added build requirement on python-mock (jason.dobiesAATTredhat.com)

Wed May 28 14:00:00 2014 Jay Dobies 1.0.33-1
- fixing a bug where prompting for password in python 2.4 caused an error
(mhrivnakAATTredhat.com)
- Updated project URL (jason.dobiesAATTredhat.com)
- Initial addition of extension functionality (jason.dobiesAATTredhat.com)
- Added simple validators for the Option validate_func
(jason.dobiesAATTredhat.com)
- Added general int parser (jason.dobiesAATTredhat.com)

Thu May 23 14:00:00 2013 Jay Dobies 1.0.32-1
- Added empty strings as a possibility for optional parse methods
(jason.dobiesAATTredhat.com)
- Added copyright information (jason.dobiesAATTredhat.com)

Wed May 22 14:00:00 2013 Jay Dobies 1.0.31-1
- Renamed non-negative int parser (jason.dobiesAATTredhat.com)
- Added base set of parsers (jason.dobiesAATTredhat.com)
- Header standardization (jason.dobiesAATTredhat.com)
- Updated sample (jason.dobiesAATTredhat.com)

Thu Feb 14 13:00:00 2013 Jay Dobies 1.0.30-1
- Various clean up (jason.dobiesAATTredhat.com)

Thu Feb 14 13:00:00 2013 Jay Dobies 1.0.29-1
- Fixed deadlock when the threaded spinner times out (jason.dobiesAATTredhat.com)

Tue Jan 8 13:00:00 2013 Jay Dobies 1.0.28-1
- Added support for telling the user if an unexpected option was specified
(jason.dobiesAATTredhat.com)
- Remove Pulp references (jason.dobiesAATTredhat.com)
- Fixed class formatting (jason.dobiesAATTredhat.com)

Thu Dec 6 13:00:00 2012 Jay Dobies 1.0.27-1
- The full path to the section isn\'t known, so the usage was misleading since
it was missing the parent sections. The change for now is to simply not
include the path to the section and just inform the user of the
section/command relationship. (jason.dobiesAATTredhat.com)
- Fix to find closest match in the event a nested command is not found to make
sure the cloest matching subsection is returned (jason.dobiesAATTredhat.com)
- Reorganized code for pip standards (jason.dobiesAATTredhat.com)
- Clean up for handling of argument - prefixes (jason.dobiesAATTredhat.com)

Fri Aug 24 14:00:00 2012 Jay Dobies 1.0.26-1
- Added syntactic sugar methods to the CLI (jason.dobiesAATTredhat.com)
- Added keyword property to the Option class (jason.dobiesAATTredhat.com)

Fri Aug 24 14:00:00 2012 Jay Dobies 1.0.25-1
- fixing a bug where an Exception instance was assumed to have an attribute not
present in python <2.5, and that attribute was assumed to have a non-
guaranteed value. (mhrivnakAATTredhat.com)
- Add i18n support. (jbowesAATTrepl.ca)
- Fixed incorrect package_dir after moving setup.py to root
(jason.dobiesAATTredhat.com)
- add some more info to setup.py (jbowesAATTrepl.ca)
- spec: nosetests can run from the toplevel src dir (jbowesAATTrepl.ca)
- Move setup.py to the toplevel (jbowesAATTrepl.ca)
- Added column alignment capabilities (jason.dobiesAATTredhat.com)

Thu Jul 26 14:00:00 2012 Jay Dobies 1.0.24-1
- Added interruptable handling to prompt_password (jason.dobiesAATTredhat.com)
- Changed table and col width to be non-instance to make life a whole lot
easier (jason.dobiesAATTredhat.com)
- Entirely restructured table handling with a pre-parse step
(jason.dobiesAATTredhat.com)
- Changed table_width and col_width to be stored as instance variables
(jason.dobiesAATTredhat.com)
- Removed pointless layer between table and its config
(jason.dobiesAATTredhat.com)

Thu Jul 19 14:00:00 2012 Jay Dobies 1.0.23-1
- Added ability to remove a command from the root CLI (jason.dobiesAATTredhat.com)

Wed Jul 18 14:00:00 2012 Jay Dobies 1.0.22-1
- converted to new-style classes so they are easier to subclass.
(mhrivnakAATTredhat.com)
- Validate and parse functions are no longer applied to options for which the
user did not supply any input. (mhrivnakAATTredhat.com)
Added built in validate and parse functions on options
(jason.dobiesAATTredhat.com)
- Some refactoring to support subclasses better (jason.dobiesAATTredhat.com)
- Added color support (naturally) (jason.dobiesAATTredhat.com)

Mon Jul 9 14:00:00 2012 Jay Dobies 1.0.21-1
- Make sure src is in the python path so tests can run
(jason.dobiesAATTredhat.com)

Sun Jul 8 14:00:00 2012 Jay Dobies 1.0.20-1
- Removing the explicit python version requirement since it\'s not needed on
Fedora (might still be needed on RHEL5). (jason.dobiesAATTredhat.com)
- Added %check section and %files change for fedora packaging
(jason.dobiesAATTredhat.com)

Wed May 23 14:00:00 2012 Jay Dobies 1.0.19-1
- Changed RPM macro to adhere to Fedora packaging standards
(jason.dobiesAATTredhat.com)
- Work on the shell user docs (jason.dobiesAATTredhat.com)
- Corrected incorrect docstrings (jason.dobiesAATTredhat.com)
- More advanced usage for CLIs (jason.dobiesAATTredhat.com)
- Significant work towards the CLI documentation (jason.dobiesAATTredhat.com)

Fri May 18 14:00:00 2012 Jay Dobies 1.0.18-1
- Minor spec tweaks for Fedora packaging guidelines (jason.dobiesAATTredhat.com)
- Added license copy and inclusion in the RPM (jason.dobiesAATTredhat.com)
- Added ability to configure text to automatically prefix command option
descriptions based on their required attribute (jason.dobiesAATTredhat.com)

Fri May 11 14:00:00 2012 Jay Dobies 1.0.17-1
- Source file header clean up

Fri May 11 14:00:00 2012 Jay Dobies 1.0.16-1
- Corrections to the spec for fedora guidelines (jason.dobiesAATTredhat.com)
- Cleanup of spec whitespace (jason.dobiesAATTredhat.com)

Fri May 4 14:00:00 2012 Jay Dobies 1.0.15-1
- Renamed spec as per fedora packaging conventions (jason.dobiesAATTredhat.com)

Wed Apr 4 14:00:00 2012 Jay Dobies 1.0.14-1
- Added create methods to CLI itself and default exit code for commands
(jason.dobiesAATTredhat.com)
- Sort sections/commands alphabetically by name on usage. Not perfect and
eventually make customizable, but this works for now.
(jason.dobiesAATTredhat.com)
- Added exit code as the return value for CLI.run (jason.dobiesAATTredhat.com)
- Added optional command description that is only displayed in the usage output
(jason.dobiesAATTredhat.com)
- Added syntactic sugar methods for create to section and command
(jason.dobiesAATTredhat.com)

Wed Mar 28 14:00:00 2012 Jay Dobies 1.0.13-1
- Added add/find command to root of the CLI (jason.dobiesAATTredhat.com)
- Fixed bar rendering when prompt auto_wrap is enabled and the user supplies a
multi-line message (jason.dobiesAATTredhat.com)
- Refactoring to support better OO principles and make usage more flexible in
subclasses (jason.dobiesAATTredhat.com)

Fri Mar 16 13:00:00 2012 Jay Dobies 1.0.12-1
- Added support for default values on options (jason.dobiesAATTredhat.com)

Tue Mar 13 13:00:00 2012 Jay Dobies 1.0.11-1
- Required check needs to run across all options, even those in groups
(jason.dobiesAATTredhat.com)
- Made option group output closer to OptionParser (jason.dobiesAATTredhat.com)
- Added support for option groups (jason.dobiesAATTredhat.com)
- Added in required/optional argument separation (totally gonna rip this out in
a few minutes, but committing for archive purposes) (jason.dobiesAATTredhat.com)
- This isn\'t the right place for that annotation (jason.dobiesAATTredhat.com)

Wed Mar 7 13:00:00 2012 Jay Dobies 1.0.10-1
- Added parser implementation for common scenarios (jason.dobiesAATTredhat.com)
- Upped docs version to match RPM version (jason.dobiesAATTredhat.com)
- Max width calculation needs to take the color characters into account
(jason.dobiesAATTredhat.com)

Fri Mar 2 13:00:00 2012 Jay Dobies 1.0.9-1
- Added optional color for cli map output (jason.dobiesAATTredhat.com)
- Hardened color command to handle None as the color (jason.dobiesAATTredhat.com)

Fri Mar 2 13:00:00 2012 Jay Dobies 1.0.8-1
- Fixed infinite loop in small circumstances when remaining_line_indent is used
(jason.dobiesAATTredhat.com)
- Helps if you actually retain a handle to the parser (jason.dobiesAATTredhat.com)
- Added timeout to threaded spinner (jason.dobiesAATTredhat.com)
- Added ability to delete spinners/bars after they are finished
(jason.dobiesAATTredhat.com)
- Cleaned up the CLI map output (jason.dobiesAATTredhat.com)
- Import clean up (jason.dobiesAATTredhat.com)
- Cleaned up --help output (jason.dobiesAATTredhat.com)

Wed Feb 29 13:00:00 2012 Jay Dobies 1.0.7-1
- Fixed for 2.4 compatibility (jason.dobiesAATTredhat.com)

Wed Feb 29 13:00:00 2012 Jay Dobies 1.0.6-1
- new package built with tito

Mon Feb 27 13:00:00 2012 Jay Dobies 1.0.5-1
- Added remove section/command methods (jason.dobiesAATTredhat.com)

Mon Feb 27 13:00:00 2012 Jay Dobies 1.0.4-1
- Added ThreadedSpinner class (jason.dobiesAATTredhat.com)
- Added message support to Spinner (jason.dobiesAATTredhat.com)
- Added parser override ability to bypass okaara abstraction. Added parser skip
if no options are provided. (jason.dobiesAATTredhat.com)
- kwargs passed to commands have the -- stripped. Added support for aliases in
options. Added support for multiple values per option. Cleaned up usage
message for invalid arguments. (jason.dobiesAATTredhat.com)
- Max was doing alpha comparison instead of length (jason.dobiesAATTredhat.com)
- Played with alignment in cli usage (jason.dobiesAATTredhat.com)
- Abort-related fixes (jason.dobiesAATTredhat.com)
- Fixed first pass logic on wrapping (jason.dobiesAATTredhat.com)
- Don\'t strip off leading whitespace from the first line while wrapping; it\'s
probably intended. After that, we can\'t really guarantee much
(jason.dobiesAATTredhat.com)
- Tweaked usage to be light years better (jason.dobiesAATTredhat.com)
- Fixed usage output (jason.dobiesAATTredhat.com)
- Corrected logic for prompt number (jason.dobiesAATTredhat.com)
- Exposed find_section functionality in the CLI itself.
(jason.dobiesAATTredhat.com)
- No longer log non-tagged calls; it\'s too damn noisy (jason.dobiesAATTredhat.com)
- Added tag support for progress bar and spinner (jason.dobiesAATTredhat.com)
- Fix for the case where the progress bar\'s message wraps
(jason.dobiesAATTredhat.com)
- Call the content\'s __str__ in case the user is sloppy
(jason.dobiesAATTredhat.com)
- Made wrap functionality smart enough to not split words if possible
(jason.dobiesAATTredhat.com)
- Made wrap a first-class function and added center as an argument to write
(jason.dobiesAATTredhat.com)
- Added color to the progress widgets (jason.dobiesAATTredhat.com)
- Syntax cleanup for 2.4 (jason.dobiesAATTredhat.com)
- Small prompt clarifications (jason.dobiesAATTredhat.com)
- Changed publish to use rsync to make it quicker (jason.dobiesAATTredhat.com)
- Added better test example (jason.dobiesAATTredhat.com)

Mon Feb 6 13:00:00 2012 Jay Dobies 1.0.3-1
- Added download links (jason.dobiesAATTredhat.com)
- Added publish target (jason.dobiesAATTredhat.com)
- Make the build noarch (jason.dobiesAATTredhat.com)

Mon Feb 6 13:00:00 2012 Jay Dobies 1.0.2-1
- Flushed out some unit tests (jason.dobiesAATTredhat.com)
- Fixed typo (jason.dobiesAATTredhat.com)
- Added interrupt simulation to the Script (jason.dobiesAATTredhat.com)
- Ignoring PyCharm files and generated coverage reports
(jason.dobiesAATTredhat.com)
- Updated documentation for new approach to testing with prompts
(jason.dobiesAATTredhat.com)
- Added framework for shell documentation (jason.dobiesAATTredhat.com)
- Tweaked testability classes (jason.dobiesAATTredhat.com)
- Added prompt usage and examples (jason.dobiesAATTredhat.com)
- These look better prefaced with get_ (jason.dobiesAATTredhat.com)
- Added tag support for writes as well. Added utility methods to retrieve tags.
(jason.dobiesAATTredhat.com)
- Moved interruptable functionality to read method (jason.dobiesAATTredhat.com)
- Added progress module usage documentation (jason.dobiesAATTredhat.com)
- Use terminal size if not specified (jason.dobiesAATTredhat.com)
- Overview page documentation (jason.dobiesAATTredhat.com)
- Added shortcut to wrap from write() and terminal size calculation
(jason.dobiesAATTredhat.com)
- Updated copyright date and version (jason.dobiesAATTredhat.com)
- Fixed documentation for ABORT (jason.dobiesAATTredhat.com)
- More sphinx clean up (jason.dobiesAATTredhat.com)
- Added wrapped iterator support to progress bar (jason.dobiesAATTredhat.com)
- Migrated comments to rest syntax (jason.dobiesAATTredhat.com)
- Updated docstrings for rest format (jason.dobiesAATTredhat.com)
- Restructured docs index (jason.dobiesAATTredhat.com)
- Removed generated docs from sphinx directory (jason.dobiesAATTredhat.com)
- Initial implementation of sphinx documentation (jason.dobiesAATTredhat.com)
- Fixed issue with usage rendering for sections (jason.dobiesAATTredhat.com)
- Propagate flags to recursive call (jason.dobiesAATTredhat.com)
- Module level docs (jason.dobiesAATTredhat.com)
- Changed in place rendering technique to not use save/reset since it\'s not
overly supported. (jason.dobiesAATTredhat.com)
- Added spinner implementation (jason.dobiesAATTredhat.com)
- Initial revision of the progress bar (jason.dobiesAATTredhat.com)
- Added save/reset position calls (jason.dobiesAATTredhat.com)
- Reworked clear behavior and added move command (jason.dobiesAATTredhat.com)
- Added clear method and reordered file (jason.dobiesAATTredhat.com)
- Added instance-level color disabling (jason.dobiesAATTredhat.com)
- Changed default behavior to interruptable (jason.dobiesAATTredhat.com)
- Added safe_start ability and enhanced rendering capabilities
(jason.dobiesAATTredhat.com)
- Added logic to calculate centering text (jason.dobiesAATTredhat.com)
- Added auto-wrapping (jason.dobiesAATTredhat.com)
- Added more colors (jason.dobiesAATTredhat.com)
- Added first sample shell and made some fixes accordingly
(jason.dobiesAATTredhat.com)
- Continuing on prompt unit tests (jason.dobiesAATTredhat.com)


 
ICM