- 2011-07-12: released Fabric 1.2.0
- [Feature] #22: Enhanced @task to add aliasing, per-module default
tasks, and control over the wrapping task class. Thanks to Travis
Swicegood for the initial work and collaboration.
- [Bug] #380: Improved unicode support when testing objects for being
string-like. Thanks to Jiri Barton for catch & patch.
- [Support] #382: Experimental overhaul of changelog formatting &
process to make supporting multiple lines of development less of a
hassle.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=4
- Now BuildRequires and Requires python-distribute instead of
python-setuptools.
- Update to 1.0.1:
- #301: Fixed a bug in local‘s behavior when capture=False and
output.stdout (or .stderr) was also False. Thanks to Chris Rose
for the catch.
- #310: Update edge case in put where using the mode kwarg
alongside use_sudo=True runs a hidden sudo command. The mode
kwarg needs to be octal but was being interpolated in the sudo
call as a string/integer. Thanks to Adam Ernst for the catch
and suggested fix.
- #311: append was supposed to have its partial kwarg’s default
flipped from True to False. However, only the documentation was
altered. This has been fixed. Thanks to Adam Ernst for bringing
it to our attention.
- #312: Tweak internal I/O related loops to prevent high CPU
usage and poor screen-printing behavior on some systems. Thanks
to Kirill Pinchuk for the initial patch.
- #320: Some users reported problems with dropped input,
particularly while entering sudo passwords. This was fixed via
the same change as for #312.
- Regenerate spec file with py2pack;
- Add README file as documentation.
- Update to 1.0.0:
- #7: run/sudo now allow full interactivity with the remote end.
You can interact with remote prompts and similar interfaces,
making certain tasks much easier, and freeing you from the
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=2