Port details |
- py-napalm Net Automation and Progr. Abstraction Layer with Multivendor support
- 3.4.0 net-mgmt
=1 3.3.1Version of this port present on the latest quarterly branch. - Maintainer: kai@FreeBSD.org
 - Port Added: 2018-04-05 05:19:37
- Last Update: 2022-03-28 10:38:37
- Commit Hash: 2df6f62
- People watching this port, also watch:: screen, mplayer-skins, grabc, grepcidr
- Also Listed In: python
- License: APACHE20
- Description:
- NAPALM (Network Automation and Programmability Abstraction Layer with
Multivendor support) is a Python library that implements a set of functions to
interact with different router vendor devices using a unified API.
NAPALM supports several methods to connect to the devices, to manipulate
configurations or to retrieve data.
WWW: https://github.com/napalm-automation/napalm
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}napalm>0:net-mgmt/py-napalm@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-mgmt/py-napalm/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/py-napalm
- pkg install py38-napalm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-napalm listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-napalm
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1648416025
SHA256 (napalm-automation-napalm-3.4.0_GH0.tar.gz) = 1336fa71e1db50577405c309233ce1d594d95875c9ba3e4346eed0c54b8d4eb4
SIZE (napalm-automation-napalm-3.4.0_GH0.tar.gz) = 1537499
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-future>0 : devel/py-future@py38
- py38-Jinja2>0 : devel/py-Jinja2@py38
- py38-lxml>=4.3.0 : devel/py-lxml@py38
- py38-textfsm>0 : textproc/py-textfsm@py38
- py38-junos-eznc>=2.2.1 : net-mgmt/py-junos-eznc@py38
- py38-ncclient>0 : net-mgmt/py-ncclient@py38
- py38-netaddr>0 : net/py-netaddr@py38
- py38-netmiko>=3.3.0<4.0.0 : security/py-netmiko@py38
- py38-paramiko>=2.6.0 : security/py-paramiko@py38
- py38-requests>=2.7.0 : www/py-requests@py38
- py38-pyeapi>=0.8.2 : net-mgmt/py-pyeapi@py38
- py38-scp>0 : security/py-scp@py38
- py38-yaml>0 : devel/py-yaml@py38
- py38-cffi>=1.11.3 : devel/py-cffi@py38
- py38-ciscoconfparse>0 : net-mgmt/py-ciscoconfparse@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- net-mgmt_py-napalm
- USES:
- python:3.7+
- pkg-message:
- If upgrading from < 3.0.1:
- 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.
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
28 Mar 2022 10:38:37 3.4.0
|
Kai Knoblich (kai)  |
net-mgmt/py-napalm: Update to 3.4.0
Changelog:
https://github.com/napalm-automation/napalm/releases/tag/3.4.0 |
03 Nov 2021 06:43:41 3.3.1
|
Kai Knoblich (kai)  |
net-mgmt/py-napalm: Limit Python versions
* Prepare the port by limiting the Python version to 3.7+ for the
imminent update of net-mgmt/py-ciscoconfparse which also require this. |
07 Jul 2021 11:09:00 3.3.1
|
Kai Knoblich (kai)  |
net-mgmt/py-napalm: Update to 3.3.1
* Modernize "do-test" target while I'm here.
Changelogs since 3.2.0:
https://github.com/napalm-automation/napalm/releases/tag/3.3.1
https://github.com/napalm-automation/napalm/releases/tag/3.3.0
MFH: 2021Q3 |
07 Apr 2021 08:09:01 3.2.0
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 3.2.0
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
20 Nov 2020 08:52:23
3.2.0
|
kai  |
net-mgmt/py-napalm: Update to 3.2.0
Changelog:
https://github.com/napalm-automation/napalm/releases/tag/3.2.0 |
03 Aug 2020 10:49:41
3.1.0
|
kai  |
net-mgmt/py-napalm: Update to 3.1.0
Changelog:
Core changes:
* Fix: force_no_enable enabled on ios and nx only
* lxml text retrieval (find_txt) shouldn't fail if no text element available
NX-OS:
* Initial version for nxos_ssh get_optics
* Fixed get_bgp_neighbors and asdot notation on NX-OS
Junos:
* Fix "KeyError in get_environment() on Juniper MX10k3 with Junos 19.2R1.8
by making PEM naming consistent
IOS
* Fix get_optics metric
* Allow username detection on older Cisco ios versions
https://github.com/napalm-automation/napalm/releases/tag/3.1.0
MFH: 2020Q3 |
24 May 2020 09:32:25
3.0.1
|
kai  |
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) |
15 May 2020 07:21:43
3.0.0
|
kai  |
net-mgmt/py-napalm: Update to 3.0.0
* Remove the patch that fixed some issues with net-mgmt/py-junos-eznc as it
has been merged by upstream.
Get rid of the post-patch target as well because it's no longer required.
Changelog with some notable changes/fixes:
General:
* Integrated nxapi_plumbing and pyIOSXR into NAPALM.
* Updated support for TwoGigabit & TwentyFiveGig interfaces to
canonical_map.py
NXOS: (Only the first 15 lines of the commit message are shown above ) |
17 Jan 2020 19:24:43
2.5.0
|
kai  |
net-mgmt/py-{napalm,pyIOSXR}: Drop support for Python 2.7 and 3.5
Prepare both ports for the 3.0.0 release of security/py-netmiko, which
dropped support for Python 2.7 and 3.5, to avoid errors when using
"bulk -a". |
22 Oct 2019 07:11:35
2.5.0
|
kai  |
net-mgmt/py-napalm: Update to 2.5.0
* Add a patch that fixes the unittests with net-mgmt/py-junos-eznc >= 2.3.0
* Switch to GitHub for a while to make use of the test-suite that isn't
available in the sdist, yet.
* Add "do-test" target to make future QA easier.
Changelog:
Note: This is the last release supporting Python 2. Going forward, only
Python 3.6+ will be supported.
https://github.com/napalm-automation/napalm/releases/tag/2.5.0
MFH: 2019Q4 |
10 Apr 2019 06:18:32
2.4.0_1
|
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
04 Mar 2019 21:52:41
2.4.0
|
kai  |
net-mgmt/py-napalm: Update to 2.4.0
While I'm here:
* Add location to license file
Changelog:
* Many bugfixes and improvements (total count of 42 to be exact)
https://github.com/napalm-automation/napalm/releases/tag/2.4.0
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19439 |
01 Feb 2019 18:55:18
2.3.3
|
kai  |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
05 Jan 2019 20:50:09
2.3.3
|
swills  |
net-mgmt/py-napalm: Update to 2.3.3
PR: 232882
Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer) |
02 Sep 2018 23:42:51
2.3.2
|
swills  |
net-mgmt/py-napalm: Update to 2.3.2
PR: 231091
Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer) |
20 Jun 2018 17:05:44
2.3.1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
17 Apr 2018 06:37:35
2.3.1
|
joneum  |
net-mgmt/py-napalm: update to 2.3.1
Changelog: https://github.com/napalm-automation/napalm/releases/tag/2.3.1
PR: 227503
Submitted by: Kai <freebsd_ports@k-worx.org> (maintainer) |
05 Apr 2018 05:19:09
2.3.0
|
yuri  |
New port: net-mgmt/py-napalm: Net Automation and Progr. Abstraction Layer with
Multivendor support
PR: 227098
Submitted by: Kai <freebsd_ports@k-worx.org> |