svn commit: r498538 - in head/net-mgmt/py-ncclient: . files
Kai Knoblich
kai at FreeBSD.org
Wed Apr 10 07:52:20 UTC 2019
Author: kai
Date: Wed Apr 10 07:52:18 2019
New Revision: 498538
URL: https://svnweb.freebsd.org/changeset/ports/498538
Log:
net-mgmt/py-ncclient: Update to 0.6.4
While I'm here:
* Pet portlint
Changelog:
* Pin selectors2 to Python versions <= 3.4 (and remove the now obsolete
patch-requirements.txt)
* Fix config examples to actually use the nc namespace
* Fix: Correctly set port for paramiko when using ssh_config file
* Test: Add test to check ProxyCommand uses correct port
* Update commits for py3
* Enhance Alcatel-Lucent -support
* Juniper RPC: Allow specifying format in CompareConfiguration
* Parsing of NETCONF 1.1 frames no longer decodes each chunk of bytes...
* Fix filter in create_subscription
* Validate 'with-defaults' mode based on supported modes advertised in
capability URI
PR: 237154
Submitted by: Sergey Akhmatov (maintainer)
Approved by: mentors (implicit)
Deleted:
head/net-mgmt/py-ncclient/files/
Modified:
head/net-mgmt/py-ncclient/Makefile
head/net-mgmt/py-ncclient/distinfo
Modified: head/net-mgmt/py-ncclient/Makefile
==============================================================================
--- head/net-mgmt/py-ncclient/Makefile Wed Apr 10 07:43:24 2019 (r498537)
+++ head/net-mgmt/py-ncclient/Makefile Wed Apr 10 07:52:18 2019 (r498538)
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= ncclient
-DISTVERSION= 0.6.3
-PORTREVISION= 1
+DISTVERSION= 0.6.4
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,6 +20,7 @@ py27_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}selectors2>=
USES= python
USE_PYTHON= distutils autoplist
+
NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/net-mgmt/py-ncclient/distinfo
==============================================================================
--- head/net-mgmt/py-ncclient/distinfo Wed Apr 10 07:43:24 2019 (r498537)
+++ head/net-mgmt/py-ncclient/distinfo Wed Apr 10 07:52:18 2019 (r498538)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538043419
-SHA256 (ncclient-0.6.3.tar.gz) = 3ab58ee0d71069cb5b0e2f29a4e605d1d8417bd10af45b73ee3e817fe389fadc
-SIZE (ncclient-0.6.3.tar.gz) = 88022
+TIMESTAMP = 1554808082
+SHA256 (ncclient-0.6.4.tar.gz) = 47d5af7398f16d609eebd02be2ecbd997b364032b5dc6d4927c810ea24f39080
+SIZE (ncclient-0.6.4.tar.gz) = 88691
More information about the svn-ports-head
mailing list