From 8f2c5ac0dbadc26e0d50dd21ad7723bb58c801d6ebd6543e4f6d02b5951fd53c Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 19 Feb 2020 11:41:29 +0000 Subject: [PATCH] Accepting request 776246 from Cloud:OpenStack:Factory - Update to version 0.6.7 * Bugfix release OBS-URL: https://build.opensuse.org/request/show/776246 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=11 --- ncclient-0.6.6.tar.gz | 3 --- ncclient-0.6.7.tar.gz | 3 +++ python-ncclient.changes | 6 ++++++ python-ncclient.spec | 7 ++++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 ncclient-0.6.6.tar.gz create mode 100644 ncclient-0.6.7.tar.gz diff --git a/ncclient-0.6.6.tar.gz b/ncclient-0.6.6.tar.gz deleted file mode 100644 index a655983..0000000 --- a/ncclient-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2392c25df3a6c41cea0c51316607b61ce2fb1d5a00d798631ce0bd63cce8649 -size 107483 diff --git a/ncclient-0.6.7.tar.gz b/ncclient-0.6.7.tar.gz new file mode 100644 index 0000000..f19243a --- /dev/null +++ b/ncclient-0.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa15ae1d5a99ebfacffb0f5f9ad1655d7ff00fe9a285fde08891c1dbceff3f48 +size 113813 diff --git a/python-ncclient.changes b/python-ncclient.changes index 3c36aea..e087d93 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 21 20:09:12 UTC 2019 - Martin Hauke + +- Update to version 0.6.7 + * Bugfix release + ------------------------------------------------------------------- Wed Dec 4 21:46:22 UTC 2019 - Martin Hauke diff --git a/python-ncclient.spec b/python-ncclient.spec index f812b99..6f4a89e 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-ncclient # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-ncclient -Version: 0.6.6 +Version: 0.6.7 Release: 0 Summary: Python library for NETCONF clients License: Apache-2.0 Group: Development/Languages/Python -Url: http://ncclient.org +URL: http://ncclient.org Source: https://github.com/ncclient/ncclient/archive/v%{version}.tar.gz#/ncclient-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -72,6 +72,7 @@ cd docs && make %{?_smp_mflags} html && rm build/html/.buildinfo %install %python_install +%python_expand rm -rf %{buildroot}%{$python_sitelib}/test %fdupes %{buildroot} %check