forked from pool/python-asyncssh
Accepting request 941337 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/941337 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asyncssh?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0b65e2af73a2e39a271bd627abbe4f7e4b0345486ed403e65987d79c72fcb70b
|
||||
size 414437
|
||||
3
asyncssh-2.8.1.tar.gz
Normal file
3
asyncssh-2.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0648eba58d72653755f28e26c9bd83147d9652c1f2f5e87fbf5a87d7f8fbf83a
|
||||
size 424719
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 17 12:41:16 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 17 07:02:49 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -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