From d4a6c78d043cbe5e97060710338949088b886dcfe32d22b3750c3dfccb4a857e Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Dec 2021 22:17:23 +0000 Subject: [PATCH] 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 --- asyncssh-2.5.0.tar.gz | 3 --- asyncssh-2.8.1.tar.gz | 3 +++ python-asyncssh.changes | 8 ++++++++ python-asyncssh.spec | 5 +++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 asyncssh-2.5.0.tar.gz create mode 100644 asyncssh-2.8.1.tar.gz diff --git a/asyncssh-2.5.0.tar.gz b/asyncssh-2.5.0.tar.gz deleted file mode 100644 index b1a2a0d..0000000 --- a/asyncssh-2.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b65e2af73a2e39a271bd627abbe4f7e4b0345486ed403e65987d79c72fcb70b -size 414437 diff --git a/asyncssh-2.8.1.tar.gz b/asyncssh-2.8.1.tar.gz new file mode 100644 index 0000000..e6d04b4 --- /dev/null +++ b/asyncssh-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0648eba58d72653755f28e26c9bd83147d9652c1f2f5e87fbf5a87d7f8fbf83a +size 424719 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index ebc14ef..0f50134 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Dec 17 12:41:16 UTC 2021 - Michael Ströder + +- 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 diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 31d9c49..8317908 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -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