15
0

Accepting request 287872 from home:tbechtold:branches:devel:languages:python

New upstream release

OBS-URL: https://build.opensuse.org/request/show/287872
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=39
This commit is contained in:
Denisart Benjamin
2015-02-26 12:14:39 +00:00
committed by Git OBS Bridge
parent 27d637db9c
commit e7459222d1
4 changed files with 38 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-paramiko
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 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.1
Version: 1.15.2
Release: 0
Url: https://github.com/paramiko/paramiko/
Summary: SSH2 protocol library
@@ -28,7 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-ecdsa
BuildRequires: python-pycrypto >= 2.1
Requires: python-ecdsa
Requires: python-ecdsa >= 0.11
Requires: python-pycrypto >= 2.1
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}