Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6399C7A281 for ; Thu, 15 Sep 2016 14:56:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DAC5D85EB9; Thu, 15 Sep 2016 14:56:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6B76F85E8B for ; Thu, 15 Sep 2016 14:56:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HdLL9MtCm3ep for ; Thu, 15 Sep 2016 14:56:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D55BA84CEC for ; Thu, 15 Sep 2016 14:56:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DAF3FBD1; Thu, 15 Sep 2016 14:56:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_147395140568670" MIME-Version: 1.0 Date: Thu, 15 Sep 2016 14:56:45 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/py-ncclient To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20160915145645.7DAF3FBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_147395140568670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Thu Sep 15 14:56:45 UTC 2016 Modified Files: pkgsrc/net/py-ncclient: Makefile PLIST distinfo Log Message: Update to version 0.5.2. Changes: v0.5.2 * Add support for Python 3 * Improve Junos ioproc performance * Performance improvements * Updated test cases * Many bug and performance fixes v0.4.7 * Add support for netconf 1.1 To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-ncclient/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/py-ncclient/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/py-ncclient/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_147395140568670 Content-Disposition: inline Content-Length: 4001 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.4 pkgsrc/net/py-ncclient/Makefile:1.5 --- pkgsrc/net/py-ncclient/Makefile:1.4 Wed Jun 8 17:43:37 2016 +++ pkgsrc/net/py-ncclient/Makefile Thu Sep 15 14:56:45 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2016/06/08 17:43:37 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2016/09/15 14:56:45 he Exp $ -DISTNAME= ncclient-0.4.6 +DISTNAME= ncclient-0.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=n/ncclient/} @@ -10,8 +10,6 @@ HOMEPAGE= http://pypi.python.org/pypi/nc COMMENT= NETCONF Python client LICENSE= apache-2.0 -PYTHON_VERSIONS_ACCEPTED= 27 - DEPENDS+= ${PYPKGPREFIX}-paramiko>=1.7.7.1:../../security/py-paramiko DEPENDS+= ${PYPKGPREFIX}-setuptools>0.6:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-lxml>3.0:../../textproc/py-lxml Index: pkgsrc/net/py-ncclient/PLIST diff -u pkgsrc/net/py-ncclient/PLIST:1.2 pkgsrc/net/py-ncclient/PLIST:1.3 --- pkgsrc/net/py-ncclient/PLIST:1.2 Wed Feb 17 12:20:57 2016 +++ pkgsrc/net/py-ncclient/PLIST Thu Sep 15 14:56:45 2016 @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.2 2016/02/17 12:20:57 he Exp $ +@comment $NetBSD: PLIST,v 1.3 2016/09/15 14:56:45 he Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/requires.txt ${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/ncclient/__init__.py @@ -34,6 +35,12 @@ ${PYSITELIB}/ncclient/devices/hpcomware. ${PYSITELIB}/ncclient/devices/huawei.py ${PYSITELIB}/ncclient/devices/huawei.pyc ${PYSITELIB}/ncclient/devices/huawei.pyo +${PYSITELIB}/ncclient/devices/iosxe.py +${PYSITELIB}/ncclient/devices/iosxe.pyc +${PYSITELIB}/ncclient/devices/iosxe.pyo +${PYSITELIB}/ncclient/devices/iosxr.py +${PYSITELIB}/ncclient/devices/iosxr.pyc +${PYSITELIB}/ncclient/devices/iosxr.pyo ${PYSITELIB}/ncclient/devices/junos.py ${PYSITELIB}/ncclient/devices/junos.pyc ${PYSITELIB}/ncclient/devices/junos.pyo @@ -91,6 +98,12 @@ ${PYSITELIB}/ncclient/operations/third_p ${PYSITELIB}/ncclient/operations/third_party/huawei/rpc.py ${PYSITELIB}/ncclient/operations/third_party/huawei/rpc.pyc ${PYSITELIB}/ncclient/operations/third_party/huawei/rpc.pyo +${PYSITELIB}/ncclient/operations/third_party/iosxe/__init__.py +${PYSITELIB}/ncclient/operations/third_party/iosxe/__init__.pyc +${PYSITELIB}/ncclient/operations/third_party/iosxe/__init__.pyo +${PYSITELIB}/ncclient/operations/third_party/iosxe/rpc.py +${PYSITELIB}/ncclient/operations/third_party/iosxe/rpc.pyc +${PYSITELIB}/ncclient/operations/third_party/iosxe/rpc.pyo ${PYSITELIB}/ncclient/operations/third_party/juniper/__init__.py ${PYSITELIB}/ncclient/operations/third_party/juniper/__init__.pyc ${PYSITELIB}/ncclient/operations/third_party/juniper/__init__.pyo Index: pkgsrc/net/py-ncclient/distinfo diff -u pkgsrc/net/py-ncclient/distinfo:1.3 pkgsrc/net/py-ncclient/distinfo:1.4 --- pkgsrc/net/py-ncclient/distinfo:1.3 Wed Feb 17 12:20:57 2016 +++ pkgsrc/net/py-ncclient/distinfo Thu Sep 15 14:56:45 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2016/02/17 12:20:57 he Exp $ +$NetBSD: distinfo,v 1.4 2016/09/15 14:56:45 he Exp $ -SHA1 (ncclient-0.4.6.tar.gz) = 8b23aef4089046bef6b61707236d4703cd3e0335 -RMD160 (ncclient-0.4.6.tar.gz) = b9bd3c521ba5c45f301eb07b3594e2687577f2b4 -SHA512 (ncclient-0.4.6.tar.gz) = bb9cedf015871db2a502f447b05eb7dea28ada93265f47985aef7cddc7c84d9932d5901ede5516b22a0183f4f7efae5793a66fc0e0ec3c9832bb04ee55695422 -Size (ncclient-0.4.6.tar.gz) = 57618 bytes +SHA1 (ncclient-0.5.2.tar.gz) = 620976be68e16a0cc6135736d7e68d1142ae86df +RMD160 (ncclient-0.5.2.tar.gz) = 47d103556e0e88882c7fb115a5b345d22ed1aa96 +SHA512 (ncclient-0.5.2.tar.gz) = 2b5052d3bb2dbf64d731ae8b2c362b11f4e339c8734dd2a43f1737ec0d72f3aa983662b93f9b017f29fd7b4f39b23e458dab9f9e76bf534c426ed25b2d022e19 +Size (ncclient-0.5.2.tar.gz) = 61456 bytes --_----------=_147395140568670--