summaryrefslogtreecommitdiff
path: root/net/py-ncclient/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2021-03-07py-ncclient: updated to 0.6.10adam1-1/+13
version 0.6.10 ------------- * NETCONF call-home (RFC8071) support * YANG 1.1 `action` support * Nokia SR OS device handler support * Removal of old ALU base-r13 API documentation * Increased test coverage * Variety of bugfixes and minor enhancements from a variety of contributors since 0.6.9 (see commit history) * Thanks to all contributors! version 0.6.9 ------------- * Resiolved breaking API change
2020-08-04py-ncclient: updated to 0.6.8adam1-1/+7
v0.6.8 Variety of small updates and bugfixes, but of note: Support for namespace prefixes for XPath queries edit-config parameter validation Support for multiple RPC errors API to get supported device types Support for subtree filters with multiple top-level tags
2019-05-20py-ncclient: updated to 0.6.4adam1-1/+7
0.6.4: Pin selectors2 to Python versions <= 3.4 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
2019-03-13py-twine: updated to 1.13.0adam1-1/+10
Twine is a utility for publishing Python packages on PyPI. It provides build system independent uploads of source and binary distribution artifacts for both new and existing projects.
2018-07-14py-ncclient: updated to 0.6.0adam1-5/+4
0.6.0: Re-enabled Python 3.7 by changing "async" to "async_mode" in several locations
2017-06-07Update py-ncclient to version 0.5.3.he1-1/+4
Pkgsrc changes: * Adapt PLIST and patch to README.rst. Upstream changes: v0.5.3 - Add notifications support - Add support for ecdsa keys - Various bug fixes
2016-09-15Update to version 0.5.2.he1-1/+14
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
2016-02-17Update to version 0.4.6.he1-1/+46
Upstream changes: v0.4.6 * Fix multiple RPC error generation * Add support for cancel-commit and persist param * Add more examples v0.4.5 * Add Huawei device support * Add cli command support for hpcomware v7 devices * Add H3C support, Support H3C CLI,Action,Get_bulk,Save,Rollback,etc. * Add alcatel lucent support * Rewrite multiple error handling * Add coveralls support, with shield in README.md * Set severity level to higher when multiple * Simplify logging and multi-error reporting * Keep stacktrace of errors * Check for known hosts on hostkey_verify only * Add check for device sending back null error_text * Fix RPC.raise_mode * Specifying hostkey_verify=False should not load_known_hosts * Check the correct field on rpc-error element v0.4.3 * Nexus exec_command operation * Allow specifying multiple cmd elements in Cisco Nexus * Update rpc for nested rpc-errors * Prevent race condition in threading * Prevent hanging in session close v0.4.2 * Support for paramiko ProxyCommand via ~/.ssh/config parsing * Add Juniper-specific commit operations * Add Huawei devices support * Tests/Travis support * ioproc transport support for Juniper devices * Update Cisco CSR device handler * Many minor and major fixes
2014-09-02Add py-ncclient, a python library for netconf.he1-0/+87
py-ncclient is a Python library that facilitates client-side scripting and application development around the NETCONF protocol. `ncclient` was developed by [Shikar Bhushan](http://schmizz.net). It is now maintained by [Leonidas Poulopoulos (@leopoul)](http://ncclient.grnet.gr) This version includes a merge of [Juniper Networks](http://www.juniper.net) and [Cisco Systems](http://www.cisco.com) respective ncclient forks based on [leopoul/ncclient v0.3.2](https://github.com/leopoul/ncclient)