Commit graph

8 commits

Author SHA1 Message Date
adam
b68ae77805 py-ncclient: updated to 0.6.0
0.6.0:
Re-enabled Python 3.7 by changing "async" to "async_mode" in several locations
2018-07-14 19:14:47 +00:00
wiz
ff22ec594f Follow some redirects. 2017-09-04 18:08:18 +00:00
he
2b89f98dac Update py-ncclient to version 0.5.3.
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
2017-06-07 10:21:34 +00:00
he
d63cbcda82 Update to version 0.5.2.
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-09-15 14:56:45 +00:00
wiz
57199de455 Switch to MASTER_SITES_PYPI. 2016-06-08 17:43:20 +00:00
he
a5b42a830a Update to version 0.4.6.
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
2016-02-17 12:20:57 +00:00
rodent
a7b568d574 Removing python26. EOL'd quite some ago and discussed a couple times on
tech-pkg@ and pkgsrc-users@.
2015-04-13 23:12:40 +00:00
he
7a0d62ccec Add py-ncclient, a python library for netconf.
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)
2014-09-02 11:24:37 +00:00