SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-okaara-1.0.21-1.fc17.noarch.rpm :
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
unset DISPLAY
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