Up to [cvs.NetBSD.org] / pkgsrc / net / py-ncclient
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.19 / (download) - annotate - [select for diffs], Sun Nov 5 22:40:01 2023 UTC (4 weeks, 2 days ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +5 -4
lines
Diff to previous 1.18 (colored)
py-ncclient: update to 0.6.15. reading correct user known_hosts files by @martin-volf in #517 fix coveralls reporting by @martin-volf in #519 Agent key selection by @aahoward in #522 Update session.py - Parameterize timeout for _post_connect by @GerriorL in #543 update comment in _parse11 by @mercimat in #549 Fix missing timeout in ssh post_connect by @GerriorL in #550 Migrate from nose to pytest by @einarnn in #555 Based on v0 6 13 fix for deprecation warnings threading thread by @slieberth in #553 Introduce support for TLS by @ivandkhn in #556 remove - version of setting and replace with _ version by @einarnn in #562 permissive UTF-8 parsing for NC11 delimiter by @einarnn in #563 introduce python3.12 for ci by @einarnn in #568 Add commit comment capability support for SROS devices in ncclient by @torkashvand in #574
Revision 1.18 / (download) - annotate - [select for diffs], Thu May 5 18:02:13 2022 UTC (19 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.17: +2 -3
lines
Diff to previous 1.17 (colored)
py-ncclient: updated to 0.6.13 ncclient-v0.6.13 Remove extraneous capability in default device Refactor deprecated unittest aliases for Python 3.11 compatibility Added support for environment variables Migrate from Travis to GitHub Actions Update Build Pill add netconf base namespace to edit-config config element if it is missing
Revision 1.17 / (download) - annotate - [select for diffs], Sun May 1 12:51:31 2022 UTC (19 months ago) by wiz
Branch: MAIN
Changes since 1.16: +3 -8
lines
Diff to previous 1.16 (colored)
*: mark two more as not-for-python-2.x (due to py-selectors2)
Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:29 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.15 / (download) - annotate - [select for diffs], Sun Mar 7 07:46:01 2021 UTC (2 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
py-ncclient: updated to 0.6.10 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
Revision 1.14 / (download) - annotate - [select for diffs], Mon Aug 31 23:07:03 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.13: +4 -2
lines
Diff to previous 1.13 (colored)
*: switch to versioned_dependencies.mk for py-setuptools
Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 4 18:05:21 2020 UTC (3 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
py-ncclient: updated to 0.6.8 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
Revision 1.12 / (download) - annotate - [select for diffs], Thu Aug 29 10:03:53 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
py-ncclient: updated to 0.6.6 v0.6.6: Read ssh timeout from config file if not specified in method call Tox support Huge XML tree parser support Adding optional bind address to connect
Revision 1.11 / (download) - annotate - [select for diffs], Mon May 20 11:16:34 2019 UTC (4 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.10: +7 -3
lines
Diff to previous 1.10 (colored)
py-ncclient: updated to 0.6.4 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
Revision 1.10 / (download) - annotate - [select for diffs], Wed Mar 13 18:56:18 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
py-ncclient: updated to 0.6.3 v0.6.3: Fix homepage link registered with PyPi SSH Host key checking Updated junos.py to resolve RestrictedUser error Close the channel when closing SSH session invoke self.parse() to ensure errors, if any, have been detected before check in ok() v0.6.2: Migration to user selectors instead of select, allowing higher scale operations improved netconf:base:1.1 parsing Graceful exit on session close
Revision 1.9 / (download) - annotate - [select for diffs], Wed Mar 13 18:02:31 2019 UTC (4 years, 8 months ago) by adam
Branch: MAIN
Changes since 1.8: +4 -2
lines
Diff to previous 1.8 (colored)
py-twine: updated to 1.13.0 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.
Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 14 19:14:47 2018 UTC (5 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.7: +8 -9
lines
Diff to previous 1.7 (colored)
py-ncclient: updated to 0.6.0 0.6.0: Re-enabled Python 3.7 by changing "async" to "async_mode" in several locations
Revision 1.7 / (download) - annotate - [select for diffs], Mon Sep 4 18:08:26 2017 UTC (6 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Follow some redirects.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 7 10:21:34 2017 UTC (6 years, 6 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
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
Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 15 14:56:45 2016 UTC (7 years, 2 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.4: +2 -4
lines
Diff to previous 1.4 (colored)
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
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jun 8 17:43:37 2016 UTC (7 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Switch to MASTER_SITES_PYPI.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 17 12:20:57 2016 UTC (7 years, 9 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
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
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 13 23:12:43 2015 UTC (8 years, 7 months ago) by rodent
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Removing python26. EOL'd quite some ago and discussed a couple times on tech-pkg@ and pkgsrc-users@.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Sep 2 11:24:37 2014 UTC (9 years, 3 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
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)