diff options
| author | nils <nils@pkgsrc.org> | 2016-08-07 15:04:55 +0000 |
|---|---|---|
| committer | nils <nils@pkgsrc.org> | 2016-08-07 15:04:55 +0000 |
| commit | 6bb315c29f778324d773195d8e8dde2bcaeb004a (patch) | |
| tree | 9b1caba2c41046ecffd8f7da629309c3caaaa165 /sysutils/fabric/Makefile | |
| parent | eefc39dd5905bc82a2e14e4f016a3f414aec69ca (diff) | |
| download | pkgsrc-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/fabric/Makefile')
| -rw-r--r-- | sysutils/fabric/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |
