summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2012-04-14 09:21:43 +0000
committergls <gls@pkgsrc.org>2012-04-14 09:21:43 +0000
commit317be26c9924b065d536eb4833d754d60d10d8a7 (patch)
tree97d09cb101499d57310de07f0b71cfb9c9dc300e /sysutils
parent4bde3533e198507485895c608e5eb35fe5fe86ca (diff)
downloadpkgsrc-317be26c9924b065d536eb4833d754d60d10d8a7.tar.gz
Update sysutils/fabric to 1.4.1
Upstream changes: ----------------- 2012-04-04: released Fabric 1.4.1 2012-04-04: released Fabric 1.3.6 [Bug] #608: Add capture kwarg to rsync_project to aid in debugging rsync problems. [Bug] #607: Allow local to display stdout/stderr when it warns/aborts, if it was capturing them. [Bug] #395: Added an FAQ entry detailing how to handle init scripts which misbehave when a pseudo-tty is allocated. [Bug] #568: execute allowed too much of its internal state changes (to variables such as env.host_string and env.parallel) to persist after execution completed; this caused a number of different incorrect behaviors. execute has been overhauled to clean up its own state changes - while preserving any state changes made by the task being executed. [Bug] #584: upload_project did not take explicit remote directory location into account when untarring, and now uses cd to address this. Thanks to Ben Burry for the patch. [Bug] #458: with_settings did not perfectly match settings, re: ability to inline additional context managers. This has been corrected. Thanks to Rory Geoghegan for the patch. [Bug] #499: contrib.files.first used an outdated function signature in its wrapped exists call. This has been fixed. Thanks to Massimiliano Torromeo for catch & patch. [Bug] #551: --list output now detects terminal window size and truncates (or doesn't truncate) accordingly. Thanks to Horacio G. de Oro for the initial pull request. [Bug] #572: Parallel task aborts (as oppposed to unhandled exceptions) now correctly print their abort messages instead of tracebacks, and cause the parent process to exit with the correct (nonzero) return code. Thanks to Ian Langworth for the catch. [Bug] #306: Remote paths now use posixpath for a separator. Thanks to Jason Coombs for the patch. 2012-02-13: released Fabric 1.4.0 2012-02-13: released Fabric 1.3.5 2012-02-13: released Fabric 1.2.6 2012-02-13: released Fabric 1.1.8 [Bug] #495: Fixed documentation example showing how to subclass Task. Thanks to Brett Haydon for the catch and Mark Merritt for the patch. [Bug] #410: Fixed a bug where using the task decorator inside/under another decorator such as hosts could cause that task to become invalid when invoked by name (due to how old-style vs new-style tasks are detected.) Thanks to Dan Colish for the initial patch. [Feature] #559: rsync_project now allows users to append extra SSH-specific arguments to rsync`s --rsh flag. [Feature] #138: env.port may now be written to at fabfile module level to set a default nonstandard port number. Previously this value was read-only. [Feature] #3: Fabric can now load a subset of SSH config functionality directly from your local ~/.ssh/config if env.use_ssh_config is set to True. See Leveraging native SSH config files for details. Thanks to Kirill Pinchuk for the initial patch. [Feature] #12: Added the ability to try connecting multiple times to temporarily-down remote systems, instead of immediately failing. (Default behavior is still to only try once.) See env.timeout and env.connection_attempts for controlling both connection timeouts and total number of attempts. reboot has also been overhauled (but practically deprecated - see its updated docs.) [Feature] #474: execute now allows you to access the executed task's return values, by itself returning a dictionary whose keys are the host strings executed against. [Bug] #487: Overhauled the regular expression escaping performed in append and contains to try and handle more corner cases. Thanks to Neilen Marais for the patch. [Support] #532: Reorganized and cleaned up the output of fab --help. [Feature] #8: Added --skip-bad-hosts/env.skip_bad_hosts option to allow skipping past temporarily down/unreachable hosts. [Feature] #13: Env vars may now be set at runtime via the new --set command-line flag. [Feature] #506: A new output alias, commands, has been added, which allows hiding remote stdout and local "running command X" output lines. [Feature] #72: SSH agent forwarding support has made it into Fabric's SSH library, and hooks for using it have been added (disabled by default; use -A or env.forward_agent to enable.) Thanks to Ben Davis for porting an existing Paramiko patch to ssh and providing the necessary tweak to Fabric.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fabric/Makefile5
-rw-r--r--sysutils/fabric/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 27cd3a5b8f4..08a287c7215 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2012/03/15 11:53:38 obache Exp $
+# $NetBSD: Makefile,v 1.19 2012/04/14 09:21:43 gls Exp $
#
-VERSION= 1.3.4
+VERSION= 1.4.1
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 06c9e01800b..527dad4fa00 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2012/02/12 15:45:34 gls Exp $
+$NetBSD: distinfo,v 1.14 2012/04/14 09:21:43 gls Exp $
-SHA1 (Fabric-1.3.4.tar.gz) = 71d6cbc0c8c9fda8dde8461dd15b4abf7e888c3f
-RMD160 (Fabric-1.3.4.tar.gz) = ea885b85e2c7a98d00bdb21ba10b7dfbd0287779
-Size (Fabric-1.3.4.tar.gz) = 169199 bytes
+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