summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2013-08-06 18:28:30 +0000
committergls <gls@pkgsrc.org>2013-08-06 18:28:30 +0000
commit596ec646025fb05f99a0ad3e6e864ccac8e13565 (patch)
tree8cbef8aed5ba1412d2cc66909b23aa5e38504ebf /sysutils
parent87871e81bc425eefb3e08a4d1da16c8518094f92 (diff)
downloadpkgsrc-596ec646025fb05f99a0ad3e6e864ccac8e13565.tar.gz
Update sysutils/fabric to 1.7.0.
pkgsrc changes: --------------- FETCH_USING=curl, as PyPi moved to https only. Upstream changes: ----------------- 2013-07-26: released Fabric 1.7.0 2013-07-26: released Fabric 1.6.2 [Feature] #925: Added contrib.files.is_link. Thanks to @jtangas for the patch. [Feature] #922: Task argument strings are now displayed when using fab -d. Thanks to Kevin Qiu for the patch. [Bug] #912: Leaving template_dir un-specified when using upload_template in Jinja mode used to cause 'NoneType' has no attribute 'startswith' errors. This has been fixed. Thanks to Erick Yellott for catch & to Erick Yellott + Kevin Williams for patches. [Feature] #924: Add new env var option colorize_errors to enable coloring errors and warnings. Thanks to Aaron Meurer for the patch. [Bug] #593: Non-ASCII character sets in Jinja templates rendered within upload_template would cause UnicodeDecodeError when uploaded. This has been addressed by encoding as utf-8 prior to upload. Thanks to Sébastien Fievet for the catch. [Feature] #908: Support loading SSH keys from memory. Thanks to Caleb Groom for the patch. [Bug] #171: Added missing cross-references from env variables documentation to corresponding command-line options. Thanks to Daniel D. Beck for the contribution. [Bug] #884: The password cache feature was not working correctly with password-requiring SSH gateway connections. That’s fixed now. Thanks to Marco Nenciarini for the catch. [Feature] #826: Enable sudo extraction of compressed archive via use_sudo kwarg in upload_project. Thanks to @abec for the patch. [Bug] #694: Allow users to work around ownership issues in the default remote login directory: add temp_dir kwarg for explicit specification of which “bounce” folder to use when calling put with use_sudo=True. Thanks to Devin Bayer for the report & Dieter Plaetinck / Jesse Myers for suggesting the workaround. [Bug] #882: Fix a get bug regarding spaces in remote working directory names. Thanks to Chris Rose for catch & patch.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fabric/Makefile5
-rw-r--r--sysutils/fabric/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 103cdc1fc99..51ef3fcd171 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.28 2013/07/02 20:25:08 gls Exp $
+# $NetBSD: Makefile,v 1.29 2013/08/06 18:28:30 gls Exp $
#
-VERSION= 1.6.1
+VERSION= 1.7.0
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
MASTER_SITES= http://pypi.python.org/packages/source/F/Fabric/
+FETCH_USING= curl
MAINTAINER= gls@NetBSD.org
HOMEPAGE= http://fabfile.org/
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index 749f761bfad..40d37de5ff0 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2013/07/02 20:25:08 gls Exp $
+$NetBSD: distinfo,v 1.22 2013/08/06 18:28:30 gls Exp $
-SHA1 (Fabric-1.6.1.tar.gz) = 50800ffdd6fd354d4d770d58f6e153a50368b854
-RMD160 (Fabric-1.6.1.tar.gz) = 39f9c4ee1b0f69290b87d02c75dc6581cc8c1454
-Size (Fabric-1.6.1.tar.gz) = 216774 bytes
+SHA1 (Fabric-1.7.0.tar.gz) = 8ed1b7dc3e01a3d2ac9ecb5824411e742313ad6f
+RMD160 (Fabric-1.7.0.tar.gz) = 70a392871d6aaa40db6f7d5dda106e739f07dcd9
+Size (Fabric-1.7.0.tar.gz) = 219360 bytes