14
0
forked from pool/python-Fabric

- Update to 1.6.0:

- [Bug] #844: Account for SSH config overhaul in Paramiko 1.10
    by e.g. updating treatment of IdentityFile to handle multiple
    values. This and related SSH config parsing changes are
    backwards incompatible; we are including them in this release
    because they do fix incorrect, off-spec behavior.
  - [Bug] #843: Ensure string pool_size values get run through
    int() before deriving final result (stdlib min() has odd
    behavior here...). Thanks to Chris Kastorff for the catch.
  - [Bug] #839: Fix bug in rsync_project where IPv6 address were
    not always correctly detected. Thanks to Antonio Barrero for
    catch & patch.
  - [Bug] #587: Warn instead of aborting when env.use_ssh_config
    is True but the configured SSH conf file doesn’t exist. This
    allows multi-user fabfiles to enable SSH config without causing
    hard stops for users lacking SSH configs. Thanks to Rodrigo
    Pimentel for the report.
  - [Feature] #821: Add remote_tunnel to allow reverse SSH
    tunneling (exposing locally-visible network ports to the
    remote end). Thanks to Giovanni Bajo for the patch.
  - [Feature] #823: Add env.remote_interrupt which controls
    whether Ctrl-C is forwarded to the remote end or is captured
    locally (previously, only the latter behavior was
    implemented). Thanks to Geert Jansen for the patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=38
This commit is contained in:
Alexandre Rogoski
2013-03-02 18:18:18 +00:00
committed by Git OBS Bridge
parent dc28b7a649
commit 1b09de27fd
4 changed files with 32 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:592277bc5f602852adce81fd920e84db109e8c13106792d970ff295b9cd35b8c
size 181091

3
Fabric-1.6.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8b7e326c5594f932e5cc257af66d3ab99ebf88ca77da29ec6d7bf27065cba74
size 170006

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sat Mar 2 18:13:35 UTC 2013 - alexandre@exatati.com.br
- Update to 1.6.0:
- [Bug] #844: Account for SSH config overhaul in Paramiko 1.10
by e.g. updating treatment of IdentityFile to handle multiple
values. This and related SSH config parsing changes are
backwards incompatible; we are including them in this release
because they do fix incorrect, off-spec behavior.
- [Bug] #843: Ensure string pool_size values get run through
int() before deriving final result (stdlib min() has odd
behavior here...). Thanks to Chris Kastorff for the catch.
- [Bug] #839: Fix bug in rsync_project where IPv6 address were
not always correctly detected. Thanks to Antonio Barrero for
catch & patch.
- [Bug] #587: Warn instead of aborting when env.use_ssh_config
is True but the configured SSH conf file doesnt exist. This
allows multi-user fabfiles to enable SSH config without causing
hard stops for users lacking SSH configs. Thanks to Rodrigo
Pimentel for the report.
- [Feature] #821: Add remote_tunnel to allow reverse SSH
tunneling (exposing locally-visible network ports to the
remote end). Thanks to Giovanni Bajo for the patch.
- [Feature] #823: Add env.remote_interrupt which controls
whether Ctrl-C is forwarded to the remote end or is captured
locally (previously, only the latter behavior was
implemented). Thanks to Geert Jansen for the patch.
-------------------------------------------------------------------
Tue Jan 29 04:11:26 UTC 2013 - alexandre@exatati.com.br

View File

@@ -17,7 +17,7 @@
Name: python-Fabric
Version: 1.5.3
Version: 1.6.0
Release: 0
Summary: Fabric is a simple, Pythonic tool for remote execution and deployment
License: BSD-2-Clause