From 4f248fa3cfd70fa3223006be56b835966af248ce04627aece6f6d0592954d1c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 11 Nov 2024 11:38:39 +0000 Subject: [PATCH] Accepting request 1223195 from home:mnhauke - 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. OBS-URL: https://build.opensuse.org/request/show/1223195 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ncclient?expand=0&rev=17 --- ncclient-0.6.15.tar.gz | 3 --- ncclient-0.6.16.tar.gz | 3 +++ python-ncclient.changes | 11 +++++++++++ python-ncclient.spec | 3 +-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 ncclient-0.6.15.tar.gz create mode 100644 ncclient-0.6.16.tar.gz diff --git a/ncclient-0.6.15.tar.gz b/ncclient-0.6.15.tar.gz deleted file mode 100644 index d83b9af..0000000 --- a/ncclient-0.6.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bdf1c995426d7727a9224c3706ce5fe43ab77c20aaaccfca40427abdadcbfdc -size 140680 diff --git a/ncclient-0.6.16.tar.gz b/ncclient-0.6.16.tar.gz new file mode 100644 index 0000000..21546f0 --- /dev/null +++ b/ncclient-0.6.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:893b3d6dd9dfc76af0344e1e27ecaaad8ebc2b81f0c2d06f66984824108daf35 +size 142880 diff --git a/python-ncclient.changes b/python-ncclient.changes index 3c80d3d..20963c5 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 10 19:50:09 UTC 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 22:17:02 UTC 2024 - Matej Cepl diff --git a/python-ncclient.spec b/python-ncclient.spec index a6cb551..5250f9e 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -17,7 +17,7 @@ Name: python-ncclient -Version: 0.6.15 +Version: 0.6.16 Release: 0 Summary: Python library for NETCONF clients License: Apache-2.0 @@ -75,7 +75,6 @@ cd docs && make %{?_smp_mflags} html && rm build/html/.buildinfo %install %python_install -%python_expand rm -rf %{buildroot}%{$python_sitelib}/test %fdupes %{buildroot} %check