forked from pool/python-asyncssh
Accepting request 941272 from home:stroeder:iam
- Update to v2.8.1 Way too many changes to be listed here. - use pytest to exclude test_connect_timeout_exceeded_* due to OBS network restrictions OBS-URL: https://build.opensuse.org/request/show/941272 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=33
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%define skip_python36 1
|
||||
Name: python-asyncssh
|
||||
Version: 2.5.0
|
||||
Version: 2.8.1
|
||||
Release: 0
|
||||
Summary: Asynchronous SSHv2 client and server library
|
||||
License: EPL-2.0 OR GPL-2.0-or-later
|
||||
@@ -34,6 +34,7 @@ BuildRequires: %{python_module cryptography >= 2.8}
|
||||
BuildRequires: %{python_module fido2 >= 0.8.1}
|
||||
BuildRequires: %{python_module gssapi >= 1.2.0}
|
||||
BuildRequires: %{python_module pyOpenSSL >= 17.0.0}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module uvloop >= 0.9.1}
|
||||
BuildRequires: openssh
|
||||
@@ -69,7 +70,7 @@ server implementation of the SSHv2 protocol on top of the Python asyncio framewo
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_exec -m unittest discover -v
|
||||
%pytest -k 'not test_connect_timeout_exceeded'
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE COPYRIGHT
|
||||
|
||||
Reference in New Issue
Block a user