Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 6E55663B842 for ; Thu, 24 Feb 2011 21:43:48 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3897F19CF0F; Thu, 24 Feb 2011 21:43:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B47B719CEEA for ; Thu, 24 Feb 2011 21:43:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id If2CWc8SNokI for ; Thu, 24 Feb 2011 21:43:46 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3CC7619CE01 for ; Thu, 24 Feb 2011 21:43:46 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id ECB4B175DD; Thu, 24 Feb 2011 21:43:45 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Thu, 24 Feb 2011 21:43:45 +0000 From: "Guillaume Lasmayous" Subject: CVS commit: pkgsrc/sysutils/fabric To: pkgsrc-changes@NetBSD.org Reply-To: gls@netbsd.org X-Mailer: log_accum Message-Id: <20110224214345.ECB4B175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: gls Date: Thu Feb 24 21:43:45 UTC 2011 Modified Files: pkgsrc/sysutils/fabric: Makefile PLIST distinfo Log Message: Update sysutils/fabric to version 0.9.4 Very minor release. pkgsrc changes: - switch MASTER_SITES to pypi.python.org upstream changes: * Added documentation for using Fabric as a library. * Mentioned our Twitter account on the main docs page. * #290: Added escape kwarg to append to allow control over previously automatic single-quote escaping. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/sysutils/fabric/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/fabric/PLIST \ pkgsrc/sysutils/fabric/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.