diff options
author | gls <gls@pkgsrc.org> | 2011-07-12 20:56:21 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2011-07-12 20:56:21 +0000 |
commit | 7e4f048e16740942f687c9c41c0e407bacae081d (patch) | |
tree | d35baf43d2fd6136a3b815a5faa7348066ef87f1 | |
parent | 541040285f66065b78e4f649f90a53d38e091503 (diff) | |
download | pkgsrc-7e4f048e16740942f687c9c41c0e407bacae081d.tar.gz |
Update sysutils/fabric to 1.1.1
Upstream changes highlights:
Many, many bugfixes.
In release 1.1, highlights are
* #76: New-style tasks have been added. With the addition of the task
decorator and the Task class, you can now "opt-in" and explicitly mark task
functions as tasks, and Fabric will ignore the rest. The original behavior (now
referred to as "classic" tasks) will still take effect if no new-style tasks are
found. Major thanks to Travis Swicegood for the original implementation.
* #56: Namespacing is now possible: Fabric will crawl imported module
objects looking for new-style task objects and build a dotted hierarchy (tasks
named e.g. web.deploy or db.migrations.run), allowing for greater organization.
See Namespaces for details. Thanks again to Travis Swicegood.
-rw-r--r-- | sysutils/fabric/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fabric/PLIST | 18 | ||||
-rw-r--r-- | sysutils/fabric/distinfo | 8 |
3 files changed, 23 insertions, 7 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile index 75576ebb2de..d076cbfc97c 100644 --- a/sysutils/fabric/Makefile +++ b/sysutils/fabric/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2011/04/23 15:23:53 gls Exp $ +# $NetBSD: Makefile,v 1.11 2011/07/12 20:56:21 gls Exp $ # -VERSION= 1.0.1 +VERSION= 1.1.1 DISTNAME= Fabric-${VERSION} PKGNAME= ${DISTNAME:S/F/f/} CATEGORIES= sysutils net diff --git a/sysutils/fabric/PLIST b/sysutils/fabric/PLIST index 747dc95eef2..e978cf2c8d0 100644 --- a/sysutils/fabric/PLIST +++ b/sysutils/fabric/PLIST @@ -1,10 +1,16 @@ -@comment $NetBSD: PLIST,v 1.6 2011/04/23 15:23:53 gls Exp $ +@comment $NetBSD: PLIST,v 1.7 2011/07/12 20:56:21 gls Exp $ bin/fab ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt ${PYSITELIB}/${EGG_INFODIR}/entry_points.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/fabfile/__init__.py +${PYSITELIB}/fabfile/__init__.pyc +${PYSITELIB}/fabfile/__init__.pyo +${PYSITELIB}/fabfile/docs.py +${PYSITELIB}/fabfile/docs.pyc +${PYSITELIB}/fabfile/docs.pyo ${PYSITELIB}/fabric/__init__.py ${PYSITELIB}/fabric/__init__.pyc ${PYSITELIB}/fabric/__init__.pyo @@ -56,6 +62,9 @@ ${PYSITELIB}/fabric/sftp.pyo ${PYSITELIB}/fabric/state.py ${PYSITELIB}/fabric/state.pyc ${PYSITELIB}/fabric/state.pyo +${PYSITELIB}/fabric/tasks.py +${PYSITELIB}/fabric/tasks.pyc +${PYSITELIB}/fabric/tasks.pyo ${PYSITELIB}/fabric/thread_handling.py ${PYSITELIB}/fabric/thread_handling.pyc ${PYSITELIB}/fabric/thread_handling.pyo @@ -75,15 +84,21 @@ share/doc/fabric/api/core/context_managers.rst share/doc/fabric/api/core/decorators.rst share/doc/fabric/api/core/network.rst share/doc/fabric/api/core/operations.rst +share/doc/fabric/api/core/tasks.rst share/doc/fabric/api/core/utils.rst share/doc/fabric/changes/0.9.1.rst share/doc/fabric/changes/0.9.2.rst share/doc/fabric/changes/0.9.3.rst share/doc/fabric/changes/0.9.4.rst share/doc/fabric/changes/0.9.5.rst +share/doc/fabric/changes/0.9.6.rst +share/doc/fabric/changes/0.9.7.rst share/doc/fabric/changes/0.9.rst share/doc/fabric/changes/1.0.1.rst +share/doc/fabric/changes/1.0.2.rst share/doc/fabric/changes/1.0.rst +share/doc/fabric/changes/${PKGVERSION}.rst +share/doc/fabric/changes/1.1.rst share/doc/fabric/development.rst share/doc/fabric/faq.rst share/doc/fabric/index.rst @@ -97,3 +112,4 @@ share/doc/fabric/usage/interactivity.rst share/doc/fabric/usage/library.rst share/doc/fabric/usage/output_controls.rst share/doc/fabric/usage/ssh.rst +share/doc/fabric/usage/tasks.rst diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo index ada890d092b..1b6686c5265 100644 --- a/sysutils/fabric/distinfo +++ b/sysutils/fabric/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2011/04/23 15:23:53 gls Exp $ +$NetBSD: distinfo,v 1.7 2011/07/12 20:56:21 gls Exp $ -SHA1 (Fabric-1.0.1.tar.gz) = 5086317961427a4061b9bf6ca4a0dc67982ea617 -RMD160 (Fabric-1.0.1.tar.gz) = 368b53aa3296bca16a703a66d31732b2a04adc88 -Size (Fabric-1.0.1.tar.gz) = 132715 bytes +SHA1 (Fabric-1.1.1.tar.gz) = 2dff0d0300d26ee65728689781eb176cbcb0bb15 +RMD160 (Fabric-1.1.1.tar.gz) = e9ddbbc9e5e6fc4c2c1cdd17007a03feda867855 +Size (Fabric-1.1.1.tar.gz) = 150284 bytes SHA1 (patch-aa) = 1317520fc620fc3fe329408408e144998a1bd24f |