forked from pool/python-Fabric
79c9e033cb2445db8a6af7c61671d891ecbc56f4e11c7e3cbb4eccf12e7925ee
- [Bug] #492: @parallel did not automatically trigger linewise output, as was intended. This has been fixed. Thanks to Brandon Huey for the catch. - [Bug] #510: Parallel mode is incompatible with user input, such as password/hostname prompts, and was causing cryptic Operation not supported by device errors when such prompts needed to be displayed. This behavior has been updated to cleanly and obviously abort instead. - [Bug] #494: Fixed regression bug affecting some env values such as env.port under parallel mode. Symptoms included rsync_project bailing out due to a None port value when run under @parallel. Thanks to Rob Terhaar for the report. - [Bug] #339: Don’t show imported colors members in --list output. Thanks to Nick Trew for the report. - Update to 1.3.3: - [Bug] #441: Specifying a task module as a task on the command line no longer blows up but presents the usual “no task by that name” error message instead. Thanks to Mitchell Hashimoto for the catch. - [Bug] #475: Allow escaping of equals signs in per-task args/kwargs. - [Bug] #450: Improve traceback display when handling ``ImportError``s for dependencies. Thanks to David Wolever for the patches. - [Bug] #446: Add QNX to list of secondary-case sed targets. Thanks to Rodrigo Madruga for the tip. - [Bug] #443: exists didn’t expand tildes; now it does. Thanks to Riccardo Magliocchetti for the patch. - [Bug] #437: with_settings now correctly preserves the wrapped function’s docstring and other attributes. Thanks to Eric Buckley for the catch and Luke Plant for the patch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=13
Description
No description provided
Languages
Diff
100%