aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/py-napalm
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/py-napalm')
-rw-r--r--net-mgmt/py-napalm/Makefile2
-rw-r--r--net-mgmt/py-napalm/distinfo6
-rw-r--r--net-mgmt/py-napalm/pkg-message20
3 files changed, 24 insertions, 4 deletions
diff --git a/net-mgmt/py-napalm/Makefile b/net-mgmt/py-napalm/Makefile
index 6989a4c73bc5..0c85cdf860ad 100644
--- a/net-mgmt/py-napalm/Makefile
+++ b/net-mgmt/py-napalm/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= napalm
-DISTVERSION= 3.0.0
+DISTVERSION= 3.0.1
CATEGORIES= net-mgmt python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/net-mgmt/py-napalm/distinfo b/net-mgmt/py-napalm/distinfo
index cd6aa7ac707f..796909c41946 100644
--- a/net-mgmt/py-napalm/distinfo
+++ b/net-mgmt/py-napalm/distinfo
@@ -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
diff --git a/net-mgmt/py-napalm/pkg-message b/net-mgmt/py-napalm/pkg-message
new file mode 100644
index 000000000000..4a6e3205deff
--- /dev/null
+++ b/net-mgmt/py-napalm/pkg-message
@@ -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
+}
+]