forked from pool/python-Fabric
- Update to 1.5.0:
- [Feature] #684: Update how task wraps task functions to preserve additional metadata; this allows decorated functions to play nice with Sphinx autodoc. Thanks to Jaka Hudoklin for catch & patch. - [Bug] #749: Gracefully work around calls to fabric.version on systems lacking /bin/sh (which causes an OSError in subprocess.Popen calls.) - [Bug] #718: isinstance(foo, Bar) is used in main instead of type(foo) == Bar in order to fix some edge cases. Thanks to Mikhail Korobov. - [Bug] #693: Fixed edge case where abort driven failures within parallel tasks could result in a top level exception (a KeyError) regarding error handling. Thanks to Marcin Kuźmiński for the report. - [Support] #681: Fixed outdated docstring for runs_once which claimed it would get run multiple times in parallel mode. That behavior was fixed in an earlier release but the docs were not updated. Thanks to Jan Brauer for the catch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
67e5702af5
commit
1897df05d0
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 7 02:03:36 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.5.0:
|
||||
- [Feature] #684: Update how task wraps task functions to preserve
|
||||
additional metadata; this allows decorated functions to play nice
|
||||
with Sphinx autodoc. Thanks to Jaka Hudoklin for catch & patch.
|
||||
- [Bug] #749: Gracefully work around calls to fabric.version on
|
||||
systems lacking /bin/sh (which causes an OSError in
|
||||
subprocess.Popen calls.)
|
||||
- [Bug] #718: isinstance(foo, Bar) is used in main instead of
|
||||
type(foo) == Bar in order to fix some edge cases. Thanks to
|
||||
Mikhail Korobov.
|
||||
- [Bug] #693: Fixed edge case where abort driven failures within
|
||||
parallel tasks could result in a top level exception (a KeyError)
|
||||
regarding error handling. Thanks to Marcin Kuźmiński for the report.
|
||||
- [Support] #681: Fixed outdated docstring for runs_once which
|
||||
claimed it would get run multiple times in parallel mode. That
|
||||
behavior was fixed in an earlier release but the docs were not
|
||||
updated. Thanks to Jan Brauer for the catch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 7 01:55:17 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
|
Reference in New Issue
Block a user