diff options
author | gls <gls@pkgsrc.org> | 2012-07-01 19:30:11 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2012-07-01 19:30:11 +0000 |
commit | 377e214382cfd3b4fea6b63c8ed64815116303b1 (patch) | |
tree | ed4683c04bf2abd165d325d6825a2c14c7938877 /sysutils/fabric | |
parent | 084b638399fed5bc0e2d00227bac54b22803c486 (diff) | |
download | pkgsrc-377e214382cfd3b4fea6b63c8ed64815116303b1.tar.gz |
Update sysutils/fabric to 1.4.2
Upstream changes:
-----------------
:release:`1.4.2 <2012-05-07>`
:release:`1.3.7 <2012-05-07>`
: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
~fabric.operations.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` ~fabric.context_managers.hide/~fabric.context_managers.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 ~fabric.context_managers.settings
so it doesn't KeyError for newly created settings keys. Thanks to Chris
Streeter for the catch.
:feature:`615` Updated ~fabric.operations.sudo to honor the new setting
:ref:`env.sudo_user <sudo_user>` as a default for its user kwarg.
:bug:`616` Add port number to the error message displayed upon connection
failures.
:bug:`609` (and :issue:`564`) Document and clean up :ref:`env.sudo_prefix
<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.
Diffstat (limited to 'sysutils/fabric')
-rw-r--r-- | sysutils/fabric/Makefile | 5 | ||||
-rw-r--r-- | sysutils/fabric/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 9e765eda688..d4de05f499e 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.20 2012/04/14 09:29:18 gls Exp $ +# $NetBSD: Makefile,v 1.21 2012/07/01 19:30:11 gls Exp $ # -VERSION= 1.4.1 +VERSION= 1.4.2 DISTNAME= Fabric-${VERSION} PKGNAME= ${DISTNAME:S/F/f/} -PKGREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= http://pypi.python.org/packages/source/F/Fabric/ diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo index 527dad4fa00..56981f43d04 100644 --- a/sysutils/fabric/distinfo +++ b/sysutils/fabric/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2012/04/14 09:21:43 gls Exp $ +$NetBSD: distinfo,v 1.15 2012/07/01 19:30:11 gls Exp $ -SHA1 (Fabric-1.4.1.tar.gz) = ae77c928e2d6f90808b7fb3129335e661e5581a7 -RMD160 (Fabric-1.4.1.tar.gz) = 38e894d040646b5cbde69b5d0b45fcce97c6b0a4 -Size (Fabric-1.4.1.tar.gz) = 181048 bytes +SHA1 (Fabric-1.4.2.tar.gz) = 9bcae930a6ebc8961bcdaafd8729a8614866c585 +RMD160 (Fabric-1.4.2.tar.gz) = 96790ea5dd3bb4d09d9f7625fba3589a62c78792 +Size (Fabric-1.4.2.tar.gz) = 182298 bytes |