forked from pool/python-Fabric
- Update to 1.5.3:
- [Bug] #806: Force strings given to getpass during password prompts to be ASCII, to prevent issues on some platforms when Unicode is encountered. Thanks to Alex Louden for the patch. - [Feature] #805: Update shell_env to play nice with Windows (7, at least) systems. Thanks to Fernando Macedo for the patch. - [Bug] #654: Parallel runs whose sum total of returned data was large (e.g. large return values from the task, or simply a large number of hosts in the host list) were causing frustrating hangs. This has been fixed. - [Bug] #791: Cast reboot‘s wait parameter to a numeric type in case the caller submitted a string by mistake. Thanks to Thomas Schreiber for the patch. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=36
This commit is contained in:
committed by
Git OBS Bridge
parent
cea12df197
commit
dc28b7a649
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c46a14ac7a1c54f24fdd306d3444a63ae47b7d7c94b83be8ae9d19d916a3a985
|
|
||||||
size 166574
|
|
3
Fabric-1.5.3.tar.bz2
Normal file
3
Fabric-1.5.3.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:592277bc5f602852adce81fd920e84db109e8c13106792d970ff295b9cd35b8c
|
||||||
|
size 181091
|
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 29 04:11:26 UTC 2013 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
- Update to 1.5.3:
|
||||||
|
- [Bug] #806: Force strings given to getpass during password
|
||||||
|
prompts to be ASCII, to prevent issues on some platforms when
|
||||||
|
Unicode is encountered. Thanks to Alex Louden for the patch.
|
||||||
|
- [Feature] #805: Update shell_env to play nice with Windows
|
||||||
|
(7, at least) systems. Thanks to Fernando Macedo for the patch.
|
||||||
|
- [Bug] #654: Parallel runs whose sum total of returned data was
|
||||||
|
large (e.g. large return values from the task, or simply a
|
||||||
|
large number of hosts in the host list) were causing
|
||||||
|
frustrating hangs. This has been fixed.
|
||||||
|
- [Bug] #791: Cast reboot‘s wait parameter to a numeric type in
|
||||||
|
case the caller submitted a string by mistake. Thanks to
|
||||||
|
Thomas Schreiber for the patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 16 15:54:20 UTC 2013 - alexandre@exatati.com.br
|
Wed Jan 16 15:54:20 UTC 2013 - alexandre@exatati.com.br
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Fabric
|
Name: python-Fabric
|
||||||
Version: 1.5.2
|
Version: 1.5.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fabric is a simple, Pythonic tool for remote execution and deployment
|
Summary: Fabric is a simple, Pythonic tool for remote execution and deployment
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Reference in New Issue
Block a user