- 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 - Remove unneeded BuildRequires on nose. - Convert to singlespec OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ncclient?expand=0&rev=10
This commit is contained in:
parent
ee02503521
commit
18d21cae57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:924617320054f1b09d846400eed89fc9eea8bb8ef490fc21a51c62ca15d6b81d
|
||||
size 130399
|
3
ncclient-0.6.15.tar.gz
Normal file
3
ncclient-0.6.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bdf1c995426d7727a9224c3706ce5fe43ab77c20aaaccfca40427abdadcbfdc
|
||||
size 140680
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 22:36:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 17:40:24 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@ -31,7 +51,7 @@ Tue Jan 11 20:42:01 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 7 01:52:08 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove unneeded BuildRequires on nose.
|
||||
- Remove unneeded BuildRequires on nose.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 5 12:58:01 UTC 2021 - Martin Hauke <mardnh@gmx.de>
|
||||
@ -174,7 +194,7 @@ Mon Aug 7 08:36:21 UTC 2017 - mardnh@gmx.de
|
||||
* Add notifications support
|
||||
* Add support for ecdsa keys
|
||||
* Various bug fixes
|
||||
- Convert to singlespec
|
||||
- Convert to singlespec
|
||||
- Rebase patch: pr-109.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ncclient
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-ncclient
|
||||
Version: 0.6.13
|
||||
Version: 0.6.15
|
||||
Release: 0
|
||||
Summary: Python library for NETCONF clients
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user