15
0

Accepting request 634905 from Cloud:OpenStack:Factory

- Update to 0.5.4
  * Python 3.6 support

OBS-URL: https://build.opensuse.org/request/show/634905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=7
This commit is contained in:
2018-09-26 12:22:59 +00:00
committed by Git OBS Bridge
parent 82f8026f2d
commit e6e92a9410
4 changed files with 16 additions and 11 deletions

View File

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

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

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

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Sep 8 11:21:16 UTC 2018 - dmueller@suse.com
- Update to 0.5.4
* Python 3.6 support
-------------------------------------------------------------------
Mon Aug 7 08:36:21 UTC 2017 - mardnh@gmx.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ncclient
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without test
Name: python-ncclient
Version: 0.5.3
Version: 0.5.4
Release: 0
Summary: Python library for NETCONF clients
License: Apache-2.0
@@ -31,10 +31,10 @@ BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: %{python_module lxml >= 3.3.0}
Requires: %{python_module paramiko >= 1.15.0}
Requires: %{python_module setuptools > 0.6}
Requires: %{python_module six}
Requires: python-lxml >= 3.3.0
Requires: python-paramiko >= 1.15.0
Requires: python-setuptools > 0.6
Requires: python-six
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module lxml >= 3.3.0}
@@ -70,10 +70,10 @@ cd docs && make %{?_smp_mflags} html && rm build/html/.buildinfo
%fdupes %{buildroot}
%files %{python_files}
%doc LICENSE
%license LICENSE
%{python_sitelib}/*
%files -n python-ncclient-doc
%doc LICENSE README README.rst examples docs/build/html
%doc README README.rst examples docs/build/html
%changelog