From e6e92a9410b178de47dd095e8344ce066c09e2dd047d0578049463c2beeb2207 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 26 Sep 2018 12:22:59 +0000 Subject: [PATCH] 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 --- ncclient-0.5.3.tar.gz | 3 --- ncclient-0.5.4.tar.gz | 3 +++ python-ncclient.changes | 5 +++++ python-ncclient.spec | 16 ++++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 ncclient-0.5.3.tar.gz create mode 100644 ncclient-0.5.4.tar.gz diff --git a/ncclient-0.5.3.tar.gz b/ncclient-0.5.3.tar.gz deleted file mode 100644 index d52ee4c..0000000 --- a/ncclient-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fe6b9c16ed5f1b21f5591da74bfdd91a9bdf69eb4e918f1c06b3c8db307bd32b -size 63151 diff --git a/ncclient-0.5.4.tar.gz b/ncclient-0.5.4.tar.gz new file mode 100644 index 0000000..920f53f --- /dev/null +++ b/ncclient-0.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fbef687bcdc4a84275f64235f6ae045a92dc3c16444ebd40e126c711974078 +size 69268 diff --git a/python-ncclient.changes b/python-ncclient.changes index 0a897de..d2d9225 100644 --- a/python-ncclient.changes +++ b/python-ncclient.changes @@ -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 diff --git a/python-ncclient.spec b/python-ncclient.spec index 409f744..a8de547 100644 --- a/python-ncclient.spec +++ b/python-ncclient.spec @@ -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