Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 May 2020 09:32:25 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r536372 - head/net-mgmt/py-napalm
Message-ID:  <202005240932.04O9WPL8036985@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kai
Date: Sun May 24 09:32:24 2020
New Revision: 536372
URL: https://svnweb.freebsd.org/changeset/ports/536372

Log:
  net-mgmt/py-napalm: Update to 3.0.1:
  
  * Add some instructions to cope with the command changes that were
    introduced to newer versions of Arista EOS.
  
  Changelog:
  
  Junos:
  * Close configuration in case "configure_private" is set to avoid configure
    session to stay forever
  
  IOS:
  * "get_interfaces_counters" broken with Managment Interface
  * "get_optics" does not work on VSS setup
  * "get_optics" broken if input value is N/A
  
  NXOS:
  * Fix "cmd_verify" and null character
  
  https://github.com/napalm-automation/napalm/releases/tag/3.0.1
  
  MFH:		2020Q2 (Blanket: Bugfix release)

Added:
  head/net-mgmt/py-napalm/pkg-message   (contents, props changed)
Modified:
  head/net-mgmt/py-napalm/Makefile
  head/net-mgmt/py-napalm/distinfo

Modified: head/net-mgmt/py-napalm/Makefile
==============================================================================
--- head/net-mgmt/py-napalm/Makefile	Sun May 24 09:25:14 2020	(r536371)
+++ head/net-mgmt/py-napalm/Makefile	Sun May 24 09:32:24 2020	(r536372)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	napalm
-DISTVERSION=	3.0.0
+DISTVERSION=	3.0.1
 CATEGORIES=	net-mgmt python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 

Modified: head/net-mgmt/py-napalm/distinfo
==============================================================================
--- head/net-mgmt/py-napalm/distinfo	Sun May 24 09:25:14 2020	(r536371)
+++ head/net-mgmt/py-napalm/distinfo	Sun May 24 09:32:24 2020	(r536372)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589441084
-SHA256 (napalm-automation-napalm-3.0.0_GH0.tar.gz) = dbc1a187b9b38cd0840a53b4281728852d22b35f59ec6e81e4c97001cb705a0e
-SIZE (napalm-automation-napalm-3.0.0_GH0.tar.gz) = 1190589
+TIMESTAMP = 1589873376
+SHA256 (napalm-automation-napalm-3.0.1_GH0.tar.gz) = a2d159e91a2d1355fc1eed323a189981999f99776d15c628a8b6aba822fb855a
+SIZE (napalm-automation-napalm-3.0.1_GH0.tar.gz) = 1197783

Added: head/net-mgmt/py-napalm/pkg-message
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-mgmt/py-napalm/pkg-message	Sun May 24 09:32:24 2020	(r536372)
@@ -0,0 +1,20 @@
+[
+{ type: upgrade
+  maximum_version: "3.0.1"
+  message: <<EOD
+Release 3.0.0 introduced support for the Arista FN 0039 command changes (Github
+issue #1093), by replacing the old style commands with the new style commands.
+
+This also affected the way NAPALM loads the configuration on the device (i.e.,
+it would transform the configuration before loading).
+
+In order to prevent this, and avoid unexpected results, a new optional argument
+"eos_fn0039_config" was introduced, defaulting to "False", which can be used to
+select whether NAPALM should convert the configuration command before loading.
+
+By default, NAPALM won't transform the configuration, but setting the variable
+"eos_fn0039_config" to "True" it would help one to transition to newer EOS
+versions.
+EOD
+}
+]



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005240932.04O9WPL8036985>