15
0

Accepting request 208361 from home:posophe:branches:devel:languages:python

- Update to version 1.12  
  * #152: Add tentative support for ECDSA keys. *This adds the ecdsa
    module as a new dependency of Paramiko.* The module is available at
    [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and
    [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa).
    * Note that you might still run into problems with key negotiation --
      Paramiko picks the first key that the server offers, which might not be
      what you have in your known_hosts file.
    * Mega thanks to Ethan Glasser-Camp for the patch.
  * #136: Add server-side support for the SSH protocol's 'env' command
- Use local source instead of service
- Add python-ecdsa requirement; new dependency

OBS-URL: https://build.opensuse.org/request/show/208361
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=31
This commit is contained in:
Denisart Benjamin
2013-11-25 23:04:45 +00:00
committed by Git OBS Bridge
parent facafbb788
commit 43c7cfe849
4 changed files with 22 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
Name: python-paramiko
Version: 1.11.2
Version: 1.12.0
Release: 1
Url: https://github.com/paramiko/paramiko/
Summary: SSH2 protocol library
@@ -26,7 +26,9 @@ Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-ecdsa
BuildRequires: python-pycrypto >= 2.1
Requires: python-ecdsa
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()")}