forked from pool/python-ncclient
Accepting request 357896 from Cloud:OpenStack:Factory
- switch to version from pypi This is the version used by OpenStack networking-cisco - update to 0.4.7: * Add support for netconf 1.1 * Fix multiple RPC error handling * Add support for cancel-commit and persist param * Add more examples * 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 * 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 * Support for paramiko ProxyCommand via ~/.ssh/config parsing * Add Juniper-specific commit operations * Add Huawei devices support * Tests/Travis support OBS-URL: https://build.opensuse.org/request/show/357896 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,54 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 5 10:00:39 UTC 2016 - tbechtold@suse.com
|
||||
|
||||
- switch to version from pypi
|
||||
This is the version used by OpenStack networking-cisco
|
||||
- update to 0.4.7:
|
||||
* Add support for netconf 1.1
|
||||
* Fix multiple RPC error handling
|
||||
* Add support for cancel-commit and persist param
|
||||
* Add more examples
|
||||
* 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
|
||||
* 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
|
||||
* 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
|
||||
* Fix issue with locked method missing device handler
|
||||
* Fix for namespace definition with lxml
|
||||
* Add missing SessionError exception
|
||||
* Update docs for Nexus device handler
|
||||
* Docstring fixes
|
||||
* Typos
|
||||
* Minor bugfixes
|
||||
* Add an example for Cisco CSR1000v
|
||||
- Remove nexus-support.patch . Applied upstream.
|
||||
- Adjust Requires according to requirements.txt
|
||||
- Split documentation into extra -doc package
|
||||
- Add pr-109.patch . This lowers the lxml requirement so this
|
||||
package works with SLE12.
|
||||
- Stop using openstack-suse-macros for now. This fixes the build
|
||||
for openSUSE 13.2 and SLE11SP3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 29 10:26:26 UTC 2015 - tbechtold@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user