summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authornils <nils@pkgsrc.org>2016-08-07 15:04:55 +0000
committernils <nils@pkgsrc.org>2016-08-07 15:04:55 +0000
commit6bb315c29f778324d773195d8e8dde2bcaeb004a (patch)
tree9b1caba2c41046ecffd8f7da629309c3caaaa165 /sysutils
parenteefc39dd5905bc82a2e14e4f016a3f414aec69ca (diff)
downloadpkgsrc-6bb315c29f778324d773195d8e8dde2bcaeb004a.tar.gz
Updated sysutils/fabric to 1.12.0.
Changelog from 1.11.1 : - Fix a relative import in fabric.network to be correctly/consistently absolute instead. - Implement sudo-specific password caching. This can be used to work around issues where over-eager submission of env.password at login time causes authentication problems (e.g. during two-factor auth).
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fabric/Makefile6
-rw-r--r--sysutils/fabric/PLIST3
-rw-r--r--sysutils/fabric/distinfo10
3 files changed, 10 insertions, 9 deletions
diff --git a/sysutils/fabric/Makefile b/sysutils/fabric/Makefile
index 4a5c2048e4a..1c2163c8ba0 100644
--- a/sysutils/fabric/Makefile
+++ b/sysutils/fabric/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2016/07/29 07:31:37 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2016/08/07 15:04:55 nils Exp $
-VERSION= 1.11.1
+VERSION= 1.12.0
DISTNAME= Fabric-${VERSION}
PKGNAME= ${DISTNAME:S/F/f/}
CATEGORIES= sysutils net
@@ -13,7 +13,7 @@ LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.10.0:../../security/py-paramiko
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # no support yet
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # no support yet
USE_TOOLS+= pax
diff --git a/sysutils/fabric/PLIST b/sysutils/fabric/PLIST
index 6de48033b31..1e950588f99 100644
--- a/sysutils/fabric/PLIST
+++ b/sysutils/fabric/PLIST
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.17 2016/07/29 07:30:51 nils Exp $
+@comment $NetBSD: PLIST,v 1.18 2016/08/07 15:04:55 nils 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}/pbr.json
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/fabric/__init__.py
diff --git a/sysutils/fabric/distinfo b/sysutils/fabric/distinfo
index 26d07a51696..3d07866b857 100644
--- a/sysutils/fabric/distinfo
+++ b/sysutils/fabric/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.29 2016/07/29 07:37:13 nils Exp $
+$NetBSD: distinfo,v 1.30 2016/08/07 15:04:55 nils Exp $
-SHA1 (Fabric-1.11.1.tar.gz) = 3b7c37eaea6ba557e0141cb621e88cbf38f4cccc
-RMD160 (Fabric-1.11.1.tar.gz) = 58c45c0ab053d026262736b19230616ce0900d13
-SHA512 (Fabric-1.11.1.tar.gz) = ab5f10f233d4a37ae74fd166d5b634f1eb4166525a2530b28d3d3a8a28ac792ee7eaa5a7c31379abd065c0e975c17e995707ffcc8e75d6f7e6bf90cd72ee50ad
-Size (Fabric-1.11.1.tar.gz) = 215069 bytes
+SHA1 (Fabric-1.12.0.tar.gz) = b1aa02d645203e5d84e899861f1a9a053b9aaacb
+RMD160 (Fabric-1.12.0.tar.gz) = 5263f60c4c91de16186d2ddd82ffa0713b81c89f
+SHA512 (Fabric-1.12.0.tar.gz) = cc07e811873c296c7e33ddadb00af3b4cbd1a87b2617b82505758e6b646e20e55edafe76cd969f3b2a7931a2deb4daefe8e44a7d6fe6ec67e5d9923d6c64e95e
+Size (Fabric-1.12.0.tar.gz) = 232840 bytes