diff --git a/paramiko-1.7.4.tar.bz2 b/paramiko-1.7.4.tar.bz2 deleted file mode 100644 index 8d2159e..0000000 --- a/paramiko-1.7.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae12ea0cd24e7e7090a6fed7c4bacd15c5611bae67f4d18aacbd48fa6a7ce1a2 -size 486434 diff --git a/paramiko-1.7.6.tar.bz2 b/paramiko-1.7.6.tar.bz2 new file mode 100644 index 0000000..d72694d --- /dev/null +++ b/paramiko-1.7.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5bbf3469ecc3b7b0d50d43c22409d7f9222fe4f59cbd8f0fdf2d1feb2fafbe +size 490567 diff --git a/python-paramiko.changes b/python-paramiko.changes index 4af0ca2..e450875 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -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 diff --git a/python-paramiko.spec b/python-paramiko.spec index a485a1a..82db47b 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -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