14
0
forked from pool/python-Fabric

- Update to 1.4.2:

- [Bug] #562: Agent forwarding would error out or freeze when
    multiple uses of the forwarded agent were used per remote
    invocation (e.g. a single run command resulting in multiple Git
    or SVN checkouts.) This has been fixed thanks to Steven
    McDonald and GitHub user @lynxis.
  - [Support] #626: Clarity updates to the tutorial. Thanks to
    GitHub user m4z for the patches.
  - [Bug] #625: hide/show did not correctly restore prior display
    settings if an exception was raised inside the block. This has
    been fixed.
  - [Bug] #624: Login password prompts did not always display the
    username being authenticated for. This has been fixed. Thanks
    to Nick Zalutskiy for catch & patch.
  - [Bug] #617: Fix the clean_revert behavior of settings so it
    doesn’t KeyError for newly created settings keys. Thanks to
    Chris Streeter for the catch.
  - [Bug] #616: Add port number to the error message displayed upon
    connection failures.
  - [Bug] #609: (and #564) Document and clean up env.sudo_prefix so
    it can be more easily modified by users facing uncommon use
    cases. Thanks to GitHub users 3point2 for the cleanup and
    SirScott for the documentation catch.
  - [Bug] #610: Change detection of env.key_filename‘s type
    (added as part of SSH config support in 1.4) so it supports
    arbitrary iterables. Thanks to Brandon Rhodes for the catch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Fabric?expand=0&rev=24
This commit is contained in:
Alexandre Rogoski
2012-05-08 12:29:21 +00:00
committed by Git OBS Bridge
parent 19e2242c21
commit f61c5ad9f9
4 changed files with 34 additions and 4 deletions

View File

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

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

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

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue May 8 12:20:09 UTC 2012 - alexandre@exatati.com.br
- Update to 1.4.2:
- [Bug] #562: Agent forwarding would error out or freeze when
multiple uses of the forwarded agent were used per remote
invocation (e.g. a single run command resulting in multiple Git
or SVN checkouts.) This has been fixed thanks to Steven
McDonald and GitHub user @lynxis.
- [Support] #626: Clarity updates to the tutorial. Thanks to
GitHub user m4z for the patches.
- [Bug] #625: hide/show did not correctly restore prior display
settings if an exception was raised inside the block. This has
been fixed.
- [Bug] #624: Login password prompts did not always display the
username being authenticated for. This has been fixed. Thanks
to Nick Zalutskiy for catch & patch.
- [Bug] #617: Fix the clean_revert behavior of settings so it
doesnt KeyError for newly created settings keys. Thanks to
Chris Streeter for the catch.
- [Bug] #616: Add port number to the error message displayed upon
connection failures.
- [Bug] #609: (and #564) Document and clean up env.sudo_prefix so
it can be more easily modified by users facing uncommon use
cases. Thanks to GitHub users 3point2 for the cleanup and
SirScott for the documentation catch.
- [Bug] #610: Change detection of env.key_filenames type
(added as part of SSH config support in 1.4) so it supports
arbitrary iterables. Thanks to Brandon Rhodes for the catch.
-------------------------------------------------------------------
Thu Apr 5 04:20:21 UTC 2012 - alexandre@exatati.com.br

View File

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