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
This commit is contained in:
Dominique Leuenberger 2020-02-19 11:41:29 +00:00 committed by Git OBS Bridge
parent f8a4b4ed40
commit 8f2c5ac0db
4 changed files with 13 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Dec 21 20:09:12 UTC 2019 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.6.7
* Bugfix release
-------------------------------------------------------------------
Wed Dec 4 21:46:22 UTC 2019 - Martin Hauke <mardnh@gmx.de>

View File

@ -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