15
0

Accepting request 357107 from home:TheBlackCat:branches:devel:languages:python

update to version 1.16.0

OBS-URL: https://build.opensuse.org/request/show/357107
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=41
This commit is contained in:
Todd R
2016-02-01 11:46:39 +00:00
committed by Git OBS Bridge
parent e7459222d1
commit 8272f69af6
4 changed files with 38 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-paramiko
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
Name: python-paramiko
Version: 1.15.2
Version: 1.16.0
Release: 0
Url: https://github.com/paramiko/paramiko/
Summary: SSH2 protocol library
@@ -52,7 +52,10 @@ python setup.py build
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
LANG=en_US.UTF-8 python test.py
# The --no-transport fixes a known issue with the tests
# https://github.com/paramiko/paramiko/issues/574
# Check if still failing on next release
LANG=en_US.UTF-8 python test.py --no-transport
%files
%defattr(-,root,root)