pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/py-ncclient
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 13 18:56:18 UTC 2019
Modified Files:
pkgsrc/net/py-ncclient: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/py-ncclient/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/py-ncclient/Makefile
diff -u pkgsrc/net/py-ncclient/Makefile:1.9 pkgsrc/net/py-ncclient/Makefile:1.10
--- pkgsrc/net/py-ncclient/Makefile:1.9 Wed Mar 13 18:02:31 2019
+++ pkgsrc/net/py-ncclient/Makefile Wed Mar 13 18:56:18 2019
@@ -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
Home |
Main Index |
Thread Index |
Old Index