diff options
author | adam <adam@pkgsrc.org> | 2019-03-13 18:56:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-13 18:56:18 +0000 |
commit | 029d9fe9485782c5c8227db44ae931d8b766086d (patch) | |
tree | 4f1f3c331e624ca75dabce9fdb3432a0bcf8cc7c /net/py-ncclient | |
parent | ebbd31571f1e8aca9a828cf491a25f72594ae429 (diff) | |
download | pkgsrc-029d9fe9485782c5c8227db44ae931d8b766086d.tar.gz |
py-ncclient: updated to 0.6.3
v0.6.3:
Fix homepage link registered with PyPi
SSH Host key checking
Updated junos.py to resolve RestrictedUser error
Close the channel when closing SSH session
invoke self.parse() to ensure errors, if any, have been detected before check in ok()
v0.6.2:
Migration to user selectors instead of select, allowing higher scale operations
improved netconf:base:1.1 parsing
Graceful exit on session close
Diffstat (limited to 'net/py-ncclient')
-rw-r--r-- | net/py-ncclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-ncclient/Makefile b/net/py-ncclient/Makefile index 66946ee6438..c6ef956e7a4 100644 --- a/net/py-ncclient/Makefile +++ b/net/py-ncclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2019/03/13 18:02:31 adam Exp $ +# $NetBSD: Makefile,v 1.10 2019/03/13 18:56:18 adam Exp $ DISTNAME= ncclient-0.6.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,9 +12,9 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-lxml>=3.3.0:../../textproc/py-lxml DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.15.0:../../security/py-paramiko +DEPENDS+= ${PYPKGPREFIX}-selectors2>=2.0.1:../../devel/py-selectors2 DEPENDS+= ${PYPKGPREFIX}-setuptools>0.6:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six -# TODO selectors2>=2.0.1 USE_LANGUAGES= # none |