Skip to content

Commit

Permalink
Update sysutils/fabric to 1.7.0.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gls committed Aug 6, 2013
1 parent 45b8d51 commit 7550138
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions sysutils/fabric/Makefile
Original file line number Diff line number Diff line change
@@ -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= [email protected]
HOMEPAGE= http://fabfile.org/
Expand Down
8 changes: 4 additions & 4 deletions sysutils/fabric/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7550138

Please sign in to comment.