From 1a600290ef4dcf4fc4452cefe848041e51b9798e4119eae4e9350d5dc2278279 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 10 Aug 2020 13:05:21 +0000 Subject: [PATCH] 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 --- ncclient-0.6.7.tar.gz | 3 --- ncclient-0.6.9.tar.gz | 3 +++ python-ncclient.changes | 12 ++++++++++++ python-ncclient.spec | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 ncclient-0.6.7.tar.gz create mode 100644 ncclient-0.6.9.tar.gz diff --git a/ncclient-0.6.7.tar.gz b/ncclient-0.6.7.tar.gz deleted file mode 100644 index f19243a..0000000 --- a/ncclient-0.6.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa15ae1d5a99ebfacffb0f5f9ad1655d7ff00fe9a285fde08891c1dbceff3f48 -size 113813 diff --git a/ncclient-0.6.9.tar.gz b/ncclient-0.6.9.tar.gz new file mode 100644 index 0000000..04d2cf3 --- /dev/null +++ b/ncclient-0.6.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636b5b237691a5d6a1df6bc9825e10010d29318aba74f96daf9f2419fd2f280c +size 117722 diff --git a/python-ncclient.changes b/python-ncclient.changes index e087d93..847dc62 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Aug 9 14:03:46 UTC 2020 - Martin Hauke + +- 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 diff --git a/python-ncclient.spec b/python-ncclient.spec index 6f4a89e..93f52ba 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -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