- 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
This commit is contained in:
Robert Schweikert 2017-03-16 22:24:38 +00:00 committed by Git OBS Bridge
parent aac45a89ee
commit 6c65295fe9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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