Received: by mail.netbsd.org (Postfix, from userid 605) id 38B5B84D6E; Wed, 13 Mar 2019 18:56:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B513884D55 for ; Wed, 13 Mar 2019 18:56:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aWGGHn1LKExj for ; Wed, 13 Mar 2019 18:56:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1311B84CFC for ; Wed, 13 Mar 2019 18:56:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0E280FB16; Wed, 13 Mar 2019 18:56:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_155250337939240" MIME-Version: 1.0 Date: Wed, 13 Mar 2019 18:56:19 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-ncclient To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190313185619.0E280FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_155250337939240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_155250337939240 Content-Disposition: inline Content-Length: 878 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_155250337939240--