forked from pool/python-paramiko
Accepting request 208318 from home:fischersFritz
OBS-URL: https://build.opensuse.org/request/show/208318 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=30
This commit is contained in:
committed by
Git OBS Bridge
parent
f86537b755
commit
facafbb788
7
_service
Normal file
7
_service
Normal file
@@ -0,0 +1,7 @@
|
||||
<services>
|
||||
<service name="download_url">
|
||||
<param name="host">pypi.python.org</param>
|
||||
<param name="protocol">https</param>
|
||||
<param name="path">/packages/source/p/paramiko/paramiko-1.11.2.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d46fb8af4c4ffca3c55c600c17354c7c149d8c5dcd7cd6395f4fa0ce2deaca87
|
||||
size 842743
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 27 17:50:34 UTC 2013 - lukas@wunner.de
|
||||
|
||||
- update to 1.11.2:
|
||||
* #156: Fix potential deadlock condition when using Channel objects as
|
||||
sockets (e.g. when using SSH gatewaying). Thanks to Steven Noonan and
|
||||
Frank Arnold for catch & patch.
|
||||
* #179: Fix a missing variable causing errors when an ssh_config file
|
||||
has a non-default AddressFamily set. Thanks to Ed Marshall & Tomaz
|
||||
Muraus for catch & patch.
|
||||
* #200: Fix an exception-causing typo in `demo_simple.py`. Thanks to
|
||||
Alex Buchanan for catch & Dave Foster for patch.
|
||||
* #199: Typo fix in the license header cross-project. Thanks to Armin
|
||||
Ronacher for catch & patch.
|
||||
* #162: Clean up HMAC module import to avoid deadlocks in certain uses
|
||||
of SSHClient. Thanks to Gernot Hillier for the catch & suggested fix.
|
||||
* #36: Fix the port-forwarding demo to avoid file descriptor errors.
|
||||
Thanks to Jonathan Halcrow for catch & patch.
|
||||
* #168: Update config handling to properly handle multiple 'localforward'
|
||||
and 'remoteforward' keys. Thanks to Emre Yilmaz for the patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 08:06:53 UTC 2013 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -17,17 +17,16 @@
|
||||
|
||||
|
||||
Name: python-paramiko
|
||||
Version: 1.11.0
|
||||
Release: 0
|
||||
Url: http://www.lag.net/paramiko/
|
||||
Version: 1.11.2
|
||||
Release: 1
|
||||
Url: https://github.com/paramiko/paramiko/
|
||||
Summary: SSH2 protocol library
|
||||
License: LGPL-2.1+
|
||||
Group: Development/Languages/Python
|
||||
Source: http://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
|
||||
Source: https://pypi.python.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-pycrypto >= 2.1
|
||||
BuildRequires: unzip
|
||||
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()")}
|
||||
@@ -43,7 +42,6 @@ are supported. SFTP client and server mode are both supported too.
|
||||
|
||||
%prep
|
||||
%setup -q -n paramiko-%{version}
|
||||
sed -i "/#!.*/d" demos/{demo_keygen,rforward,demo_simple,demo_sftp,demo}.py # Fix doc-file-dependency
|
||||
|
||||
%build
|
||||
python setup.py build
|
||||
|
||||
Reference in New Issue
Block a user