From ecc6c2202cadc44302eb4a08d89b2d081f2cea0257f0687b17d2d7e6f7e65918 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 16 Mar 2017 22:24:38 +0000 Subject: [PATCH] - Add python-pyasn1 as Buildrequires for testing - update to version 1.15.2 (bsc#962291) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-paramiko?expand=0&rev=57 --- python-paramiko.changes | 7 ++++++- python-paramiko.spec | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-paramiko.changes b/python-paramiko.changes index e2509ef..3ef0bc6 100644 --- a/python-paramiko.changes +++ b/python-paramiko.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 16 22:23:45 UTC 2017 - rjschwei@suse.com + +- Add python-pyasn1 as Buildrequires for testing + ------------------------------------------------------------------- Fri Feb 24 16:27:00 UTC 2017 - mimi.vx@gmail.com @@ -164,7 +169,7 @@ Mon Feb 1 11:26:44 UTC 2016 - toddrme2178@gmail.com ------------------------------------------------------------------- Thu Feb 26 11:00:52 UTC 2015 - tbechtold@suse.com -- update to version 1.15.2: +- update to version 1.15.2 (bsc#962291) * [Bug] #320: Update our win_pageant module to be Python 3 compatible * [Bug] #429: Server-level debug message logging was overlooked during the Python 3 compatibility update; Python 3 clients attempting to log SSH diff --git a/python-paramiko.spec b/python-paramiko.spec index ffa14d3..8ef5ae2 100644 --- a/python-paramiko.spec +++ b/python-paramiko.spec @@ -27,6 +27,7 @@ Source: https://pypi.io/packages/source/p/paramiko/paramiko-%{version}.t BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-cryptography BuildRequires: python-devel +BuildRequires: python-pyasn1 >= 0.1.7 BuildRequires: python-setuptools Requires: python-cryptography >= 1.1 Requires: python-pyasn1 >= 0.1.7