Changelog for
python311-ncclient-0.6.16-2.1.noarch.rpm :
* Tue Jan 14 2025 pgajdosAATTsuse.com- do not require six for build- added patches fix https://github.com/ncclient/ncclient/commit/59ccaac8e01e63f776fb4bf3b68a02e33d24bb20 + python-ncclient-no-python2.patch
* Sun Nov 10 2024 Martin Hauke
- Update to version 0.6.16
* Add Ciena driver.
* Update session.py.
* call_home: timeout as argument.
* Introduce Unix Socket Transport.
* feat: Add support for Nokia SR OS private candidate mode.
* Fix support of .ssh/id_ed25519 keys.
* Fri Oct 25 2024 Matej Cepl - Add intersphinx-mapping.patch to allow working with Sphinx >= 8.
* (gh#ncclient/ncclient#604).
* Wed Feb 28 2024 Steve Kowalik - Switch to %patch macro.
* Thu Dec 07 2023 Dirk Müller - update to 0.6.15:
* reading correct user known_hosts files
* fix coveralls reporting
* Agent key selection
* Update session.py - Parameterize timeout for _post_connect
* update comment in _parse11
* Fix missing timeout in ssh post_connect
* Migrate from nose to pytest
* Based on v0 6 13 fix for deprecation warnings threading thread
* Introduce support for TLS
* remove - version of setting and replace with _ version
* permissive UTF-8 parsing for NC11 delimiter
* introduce python3.12 for ci
* Add commit comment capability support for SROS devices in ncclient
* Sun Jun 19 2022 Dirk Müller - update to 0.6.13:
* Remove extraneous capability in default device
* Refactor deprecated unittest aliases for Python 3.11 compatibility
* Added support for environment variable
* Migrate from Travis to GitHub Actions
* Update Build Pill
* add netconf base namespace to edit-config config element if it is missing
* Thu Mar 24 2022 pgajdosAATTsuse.com- python-mock is not required for build
* Fri Jan 14 2022 Ben Greiner - Specfile fix:
* Remove the Python 3.4 conditional. It the _nodots macro is not known to the obs resolver.
* Also remove python2 lines for cleanup, not resolvable in 15.3 in either case.
* Tue Jan 11 2022 Ben Greiner - python-selectors2 is only required for python <= 3.4
* Thu Oct 07 2021 Steve Kowalik - Remove unneeded BuildRequires on nose.