forked from pool/python-cmd2
- update to 0.7.9:
* Bug Fixes
* Fixed a couple broken examples
* Enhancements
* Improved documentation for modifying shortcuts (command aliases)
* Made ``pyreadline`` a dependency on Windows to ensure tab-completion works
* Other changes
* Abandoned official support for Python 3.3. It should still work, just don't have an easy way to test it anymore.
* Bug Fixes
* Fixed ``poutput()`` so it can print an integer zero and other **falsy** things
* Fixed a bug which was causing autodoc to fail for building docs on Readthedocs
* Fixed bug due to ``pyperclip`` dependency radically changing its project structure in latest version
* Enhancements
* Improved documentation for user-settable environment parameters
* Improved documentation for overriding the default supported comment styles
* Added ``runcmds_plus_hooks()`` method to run multiple commands w/o a cmdloop
* Bug Fixes
* Added workaround for bug which occurs in Python 2.7 on Linux when ``pygtk`` is installed
* ``pfeedback()`` now honors feedback_to_output setting and won't redirect when it is ``False``
* For ``edit`` command, both **editor** and **filename** can now have spaces in the name/path
* Fixed a bug which occurred when stdin was a pipe instead of a tty due to input redirection
* Enhancements
* ``feedback_to_output`` now defaults to ``False`` so info like command timing won't redirect
* Transcript regular expressions now have predictable, tested, and documented behavior
* This makes a breaking change to the format and expectations of transcript testing
* The prior behavior removed whitespace before making the comparison, now whitespace must match exactly
* Prior version did not allow regexes with whitespace, new version allows any regex
* Improved display for ``load`` command and input redirection when **echo** is ``True``
* Bug Fixes
* Case-sensitive command parsing was completely broken and has been fixed
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cmd2?expand=0&rev=26
This commit is contained in:
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 13 18:33:35 UTC 2018 - dmueller@suse.com
|
||||
|
||||
- update to 0.7.9:
|
||||
* Bug Fixes
|
||||
* Fixed a couple broken examples
|
||||
* Enhancements
|
||||
* Improved documentation for modifying shortcuts (command aliases)
|
||||
* Made ``pyreadline`` a dependency on Windows to ensure tab-completion works
|
||||
* Other changes
|
||||
* Abandoned official support for Python 3.3. It should still work, just don't have an easy way to test it anymore.
|
||||
* Bug Fixes
|
||||
* Fixed ``poutput()`` so it can print an integer zero and other **falsy** things
|
||||
* Fixed a bug which was causing autodoc to fail for building docs on Readthedocs
|
||||
* Fixed bug due to ``pyperclip`` dependency radically changing its project structure in latest version
|
||||
* Enhancements
|
||||
* Improved documentation for user-settable environment parameters
|
||||
* Improved documentation for overriding the default supported comment styles
|
||||
* Added ``runcmds_plus_hooks()`` method to run multiple commands w/o a cmdloop
|
||||
* Bug Fixes
|
||||
* Added workaround for bug which occurs in Python 2.7 on Linux when ``pygtk`` is installed
|
||||
* ``pfeedback()`` now honors feedback_to_output setting and won't redirect when it is ``False``
|
||||
* For ``edit`` command, both **editor** and **filename** can now have spaces in the name/path
|
||||
* Fixed a bug which occurred when stdin was a pipe instead of a tty due to input redirection
|
||||
* Enhancements
|
||||
* ``feedback_to_output`` now defaults to ``False`` so info like command timing won't redirect
|
||||
* Transcript regular expressions now have predictable, tested, and documented behavior
|
||||
* This makes a breaking change to the format and expectations of transcript testing
|
||||
* The prior behavior removed whitespace before making the comparison, now whitespace must match exactly
|
||||
* Prior version did not allow regexes with whitespace, new version allows any regex
|
||||
* Improved display for ``load`` command and input redirection when **echo** is ``True``
|
||||
* Bug Fixes
|
||||
* Case-sensitive command parsing was completely broken and has been fixed
|
||||
* ``<Ctrl>+d`` now properly quits when case-sensitive command parsing is enabled
|
||||
* Fixed some pyperclip clipboard interaction bugs on Linux
|
||||
* Fixed some timing bugs when running unit tests in parallel by using monkeypatch
|
||||
* Enhancements
|
||||
* Enhanced tab-completion of cmd2 command names to support case-insensitive completion
|
||||
* Added an example showing how to remove unused commands
|
||||
* Improved how transcript testing handles prompts with ANSI escape codes by stripping them
|
||||
* Greatly improved implementation for how command output gets piped to a shell command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 07:58:02 UTC 2017 - tbechtold@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user