Accepting request 1223349 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=23
This commit is contained in:
commit
e500686921
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7bdf1c995426d7727a9224c3706ce5fe43ab77c20aaaccfca40427abdadcbfdc
|
|
||||||
size 140680
|
|
3
ncclient-0.6.16.tar.gz
Normal file
3
ncclient-0.6.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:893b3d6dd9dfc76af0344e1e27ecaaad8ebc2b81f0c2d06f66984824108daf35
|
||||||
|
size 142880
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 10 19:50:09 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- 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 <mcepl@cepl.eu>
|
Fri Oct 25 22:17:02 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-ncclient
|
Name: python-ncclient
|
||||||
Version: 0.6.15
|
Version: 0.6.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python library for NETCONF clients
|
Summary: Python library for NETCONF clients
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -75,7 +75,6 @@ cd docs && make %{?_smp_mflags} html && rm build/html/.buildinfo
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_expand rm -rf %{buildroot}%{$python_sitelib}/test
|
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user