pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-ncclient py-ncclient: updated to 0.6.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/1ca24e392df7
branches: trunk
changeset: 331189:1ca24e392df7
user: adam <adam%pkgsrc.org@localhost>
date: Wed Mar 13 18:56:18 2019 +0000
description:
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:
net/py-ncclient/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 5e17c6b6af32 -r 1ca24e392df7 net/py-ncclient/Makefile
--- a/net/py-ncclient/Makefile Wed Mar 13 18:54:31 2019 +0000
+++ b/net/py-ncclient/Makefile Wed Mar 13 18:56:18 2019 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index