summaryrefslogtreecommitdiff
path: root/sysutils/fabric
diff options
context:
space:
mode:
authorgls <gls@pkgsrc.org>2010-06-28 18:45:21 +0000
committergls <gls@pkgsrc.org>2010-06-28 18:45:21 +0000
commiteedbb04f4a9f1f91f521babbe679b3edaf3d321c (patch)
tree0667237451f2e17027c3b6a6a7909dfda6b3e5f4 /sysutils/fabric
parentd2c75b8d95519ca1a552ac8f3211abfb3f08daf5 (diff)
downloadpkgsrc-eedbb04f4a9f1f91f521babbe679b3edaf3d321c.tar.gz
Update to fabric 0.9.1
======================== Changes in version 0.9.1 ======================== The following changes were implemented in Fabric 0.9.1: Feature additions ================= :issue:`82`: `~fabric.contrib.files.append` now offers a `partial` kwarg allowing control over whether the "don't append if given text already exists" test looks for exact matches or not. Thanks to Jonas Nockert for the catch and discussion. :issue:`112`: `fab --list` now prints out the fabfile's module-level docstring as a header, if there is one. :issue:`141`: Added some more CLI args/env vars to allow user configuration of the Paramiko `connect` call -- specifically :ref:`no_agent` and :ref:`no_keys`. Bugfixes ======== :issue:`75`: `fab`, when called with no arguments or (useful) options, now prints help, even when no fabfile can be found. Previously, calling `fab` in a location with no fabfile would complain about the lack of fabfile instead of displaying help. :issue:`130`: Context managers now correctly clean up `env` if they encounter an exception. Thanks to Carl Meyer for catch + patch. :issue:`132`: `~fabric.operations.local` now calls `strip` on its stdout, matching the behavior of `~fabric.operations.run`/`~fabric.operations.sudo`. Thanks to Carl Meyer again on this one. :issue:`166`: `~fabric.context_managers.cd` now correctly overwrites `env.cwd` when given an absolute path, instead of naively appending its argument to `env.cwd`'s previous value. Documentation updates ===================== A number of small to medium documentation tweaks were made which had no specific Redmine ticket. The largest of these is the addition of :doc:`the FAQ <../faq>` to the Sphinx documentation instead of storing it as a source-only text file. (Said FAQ was also slightly expanded with new FAQs.) :issue:`17`: Added :ref:`note to FAQ <faq-daemonize>` re: use of `dtach` as alternative to `screen`. Thanks to Erich Heine for the tip. :issue:`64`: Updated :ref:`installation docs <downloads>` to clarify where package maintainers should be downloading tarballs from. Thanks to James Pearson for providing the necessary perspective. :issue:`95`: Added a link to a given version's changelog on the PyPI page (technically, to the `setup.py` `long_description` field). :issue:`110`: Alphabetized :ref:`the CLI argument command reference <command-line-options>`. Thanks to Erich Heine. :issue:`120`: Tweaked documentation, help strings to make it more obvious that fabfiles are simply Python modules. :issue:`127`: Added :ref:`note to install docs <pypm>` re: ActiveState's PyPM. Thanks to Sridhar Ratnakumar for the tip.
Diffstat (limited to 'sysutils/fabric')
-rw-r--r--sysutils/fabric/Makefile6
-rw-r--r--sysutils/fabric/PLIST4
-rw-r--r--sysutils/fabric/distinfo8
3 files changed, 10 insertions, 8 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 8ad71519f14..ce287eb4073 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.4 2010/05/26 22:19:02 gls Exp $
+# $NetBSD: Makefile,v 1.5 2010/06/28 18:45:21 gls Exp $
#
-VERSION= 0.9.0
+VERSION= 0.9.1
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
MASTER_SITES= http://code.fabfile.org/projects/fabric/files/
MAINTAINER= gls@NetBSD.org
-HOMEPAGE= http://fabfile.org
+HOMEPAGE= http://fabfile.org/
COMMENT= Simple Pythonic remote deployment tool
LICENSE= 2-clause-bsd
diff --git a/sysutils/fabric/PLIST b/sysutils/fabric/PLIST
index b6c5b27fec1..a115542f532 100644
--- a/sysutils/fabric/PLIST
+++ b/sysutils/fabric/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/05/26 18:26:20 gls Exp $
+@comment $NetBSD: PLIST,v 1.2 2010/06/28 18:45:21 gls Exp $
bin/fab
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -55,8 +55,10 @@ share/doc/fabric/api/core/context_managers.rst
share/doc/fabric/api/core/decorators.rst
share/doc/fabric/api/core/operations.rst
share/doc/fabric/api/core/utils.rst
+share/doc/fabric/changes/${PKGVERSION}.rst
share/doc/fabric/changes/0.9.rst
share/doc/fabric/development.rst
+share/doc/fabric/faq.rst
share/doc/fabric/index.rst
share/doc/fabric/installation.rst
share/doc/fabric/tutorial.rst
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index ea43ec9de58..d4956a7c9fb 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2010/05/26 18:26:20 gls Exp $
+$NetBSD: distinfo,v 1.2 2010/06/28 18:45:21 gls Exp $
-SHA1 (Fabric-0.9.0.tar.gz) = bacc51ad35c1ecf7fceb98ac487b049c189f5c44
-RMD160 (Fabric-0.9.0.tar.gz) = 0264ba7c748d6d28deefc5d66ef0e7e559426b49
-Size (Fabric-0.9.0.tar.gz) = 179999 bytes
+SHA1 (Fabric-0.9.1.tar.gz) = c7845346f742beafc01276a6ad25c2460e82c5cb
+RMD160 (Fabric-0.9.1.tar.gz) = afdec80ba52c7de7b0aac4d1db3f71bc017838df
+Size (Fabric-0.9.1.tar.gz) = 184256 bytes
SHA1 (patch-aa) = f6927f0446418782629b4b347884561c72e76ea2