Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-asyncssh for openSUSE:Factory
checked in at 2021-12-18 20:30:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asyncssh (Old)
and /work/SRC/openSUSE:Factory/.python-asyncssh.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asyncssh"
Sat Dec 18 20:30:15 2021 rev:16 rq:941337 version:2.8.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asyncssh/python-asyncssh.changes
2021-09-17 23:26:32.941268147 +0200
+++
/work/SRC/openSUSE:Factory/.python-asyncssh.new.2520/python-asyncssh.changes
2021-12-18 20:31:05.710270838 +0100
@@ -1,0 +2,8 @@
+Fri Dec 17 12:41:16 UTC 2021 - Michael Str??der <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
asyncssh-2.5.0.tar.gz
New:
----
asyncssh-2.8.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asyncssh.spec ++++++
--- /var/tmp/diff_new_pack.lvhNYI/_old 2021-12-18 20:31:06.242271133 +0100
+++ /var/tmp/diff_new_pack.lvhNYI/_new 2021-12-18 20:31:06.250271138 +0100
@@ -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 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 @@
%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
++++++ asyncssh-2.5.0.tar.gz -> asyncssh-2.8.1.tar.gz ++++++
++++ 7159 lines of diff (skipped)