15
0

Accepting request 48266 from devel:languages:python

Copy from devel:languages:python/python-paramiko based on submit request 48266 from user coolo

OBS-URL: https://build.opensuse.org/request/show/48266
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-paramiko?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2010-09-17 23:45:34 +00:00
committed by Git OBS Bridge
parent 6c294118f1
commit bc9793a02e
4 changed files with 16 additions and 11 deletions

View File

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

3
paramiko-1.7.6.tar.bz2 Normal file
View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 16 07:58:41 UTC 2010 - coolo@novell.com
- updte to 1.7.6 "Fanny"
various bug fixes, "Ernest" brought ARC4 & CTR support and IP6 support
-------------------------------------------------------------------
Wed Sep 24 11:44:21 CEST 2008 - kssingvo@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-paramiko (Version 1.7.4)
# spec file for package python-paramiko (Version 1.7.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,18 +19,21 @@
Name: python-paramiko
Version: 1.7.4
Version: 1.7.6
Release: 1
Summary: SSH2 Module for Python
Source: http://www.lag.net/paramiko/download/paramiko-%{version}.tar.bz2
Patch1: http://launchpadlibrarian.net/14343610/paramiko_language_tag-v2.diff
Url: http://www.lag.net/paramiko/
Group: Development/Libraries/Python
License: LGPL v2.1 only
License: LGPLv2.1
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
Requires: python-crypto >= 1.9
Provides: paramiko = %{version}-%{release}
%if %suse_version > 1120
BuildArch: noarch
%endif
%py_requires
%description
@@ -68,7 +71,3 @@ is released under the GNU LGPL (lesser GPL).
%doc LICENSE README demos docs
%changelog
* Wed Sep 24 2008 kssingvo@suse.de
- initial version 1.7.4 required from bzr
based on python-paramiko from openSUSE BuildService:
devel:languages:python/openSUSE_Factory