Accepting request 424777 from Cloud:OpenStack:Factory

1

OBS-URL: https://build.opensuse.org/request/show/424777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ncclient?expand=0&rev=5
This commit is contained in:
2016-09-07 09:47:22 +00:00
committed by Git OBS Bridge
parent 333ca238ae
commit 38dbb545a3
5 changed files with 25 additions and 24 deletions

View File

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

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

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

View File

@@ -1,22 +1,10 @@
From 955cb0dd3e4246575e79867236930c1348bdb5bf Mon Sep 17 00:00:00 2001
From: Thomas Bechtold <tbechtold@suse.com>
Date: Fri, 5 Feb 2016 10:32:50 +0100
Subject: [PATCH] Lower required lxml version
ncclient doesn't use any features of the newest lxml module.
So lower the requirement.
This is useful for distributions (in my case SLES) which don't
have the latest and greatest version.
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: ncclient-0.4.7/requirements.txt
===================================================================
--- ncclient-0.4.7.orig/requirements.txt
+++ ncclient-0.4.7/requirements.txt
@@ -1,3 +1,3 @@
diff --git a/requirements.txt b/requirements.txt
index 6c1ff6c..b833698 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
setuptools>0.6
paramiko>=1.7.7.1
-lxml>=3.3.0
+lxml>=3.1
six

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Sep 3 20:52:24 UTC 2016 - mardnh@gmx.de
- update to 0.5.2:
* Add support for Python 3
* Improve Junos ioproc performance
* Performance improvements
* Updated test cases
* Many bug and performance fixes
- fix source-url
- rebase patch: pr-109.patch
-------------------------------------------------------------------
Fri Feb 5 10:00:39 UTC 2016 - tbechtold@suse.com

View File

@@ -17,13 +17,13 @@
Name: python-ncclient
Version: 0.4.7
Version: 0.5.2
Release: 0
Url: https://github.com/ncclient/ncclient
Summary: Python NETCONF protocol library
License: Apache-2.0
Group: Development/Languages/Python
Source: ncclient-%{version}.tar.gz
Source: https://pypi.io/packages/source/n/ncclient/ncclient-%{version}.tar.gz
# PATCH-FIX-UPSTREAM pr-109.patch -- https://github.com/ncclient/ncclient/pull/109
Patch0: pr-109.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -65,7 +65,8 @@ python2 setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
%doc LICENSE
%{python_sitelib}/*
%{python_sitelib}/ncclient
%{python_sitelib}/ncclient-%{version}-py%{py_ver}.egg-info
%files doc
%defattr(-,root,root,-)