Accepting request 825318 from Cloud:OpenStack:Factory

OBS-URL: https://build.opensuse.org/request/show/825318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=12
This commit is contained in:
2020-08-10 13:05:21 +00:00
committed by Git OBS Bridge
parent 8f2c5ac0db
commit 1a600290ef
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa15ae1d5a99ebfacffb0f5f9ad1655d7ff00fe9a285fde08891c1dbceff3f48
size 113813

3
ncclient-0.6.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:636b5b237691a5d6a1df6bc9825e10010d29318aba74f96daf9f2419fd2f280c
size 117722

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Aug 9 14:03:46 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.6.9
* Fix for breaking API change
- Update to version 0.6.8
* 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
-------------------------------------------------------------------
Sat Dec 21 20:09:12 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-ncclient
Version: 0.6.7
Version: 0.6.9
Release: 0
Summary: Python library for NETCONF clients
License: Apache-2.0
@@ -83,6 +83,6 @@ cd docs && make %{?_smp_mflags} html && rm build/html/.buildinfo
%{python_sitelib}/*
%files -n python-ncclient-doc
%doc README README.rst examples docs/build/html
%doc README.md README.rst examples docs/build/html
%changelog