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 2026-04-10 21:28:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asyncssh (Old)
and /work/SRC/openSUSE:Factory/.python-asyncssh.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-asyncssh"
Fri Apr 10 21:28:43 2026 rev:33 rq:1345847 version:2.22.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asyncssh/python-asyncssh.changes
2025-10-10 17:10:00.182894758 +0200
+++
/work/SRC/openSUSE:Factory/.python-asyncssh.new.21863/python-asyncssh.changes
2026-04-10 21:28:48.066472845 +0200
@@ -1,0 +2,33 @@
+Fri Apr 3 13:08:33 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.22.0:
+ * Added a new config option utf8_decode_errors for handling
+ UTF-8 decode errors when parsing certain fields in SSH
+ packets (disconnect error, debug message, userauth banner,
+ channel open failure reason, channel exit signal reason, and
+ SFTP error reason). The default continues to behave as
+ before, raising a ProtocolError exception, but this option
+ allows invalid bytes to be removed or replaced. Thanks go to
+ GitHub user Le-Syl21 for suggesting this.
+ * Changed config parser to Ignore subdirectories and parse only
+ plain files matching a glob pattern in include directives,
+ better matching the behavior of other SSH implementations.
+ Thanks go to Jacopo Nespolo for contributing this change.
+ * Improved a previous fix for a race condition which sometimes
+ triggered assertion errors in SSHForwarder. Thanks go to Mike
+ Barry for reporting the issue and helping to test the
+ improved fix.
+ * Removed optional dependency on libnacl/libsodium for chacha20
+ and Edwrds curves, now that these are available in all
+ supported versions of the cryptography package.
+ * Updated asyncssh to use version 2 of the fido2 package, and
+ update minimum Python version to 3.10, required by that
+ updated package.
+ * Fixed issue with the OpenSSL legacy provider on Windows and
+ re-enabled OpenSSL use in unit tests on Windows.
+ * Inproved "run multiple clients" example to show the hostname
+ being accessed by each task.
+ * Added unit testing for Python 3.14 and dropped 3.8 and 3.9.
+- drop fido2-compat.patch (upstream)
+
+-------------------------------------------------------------------
Old:
----
asyncssh-2.21.1.tar.gz
fido2-compat.patch
New:
----
asyncssh-2.22.0.tar.gz
----------(Old B)----------
Old: * Added unit testing for Python 3.14 and dropped 3.8 and 3.9.
- drop fido2-compat.patch (upstream)
----------(Old E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-asyncssh.spec ++++++
--- /var/tmp/diff_new_pack.L2ha12/_old 2026-04-10 21:28:48.774502195 +0200
+++ /var/tmp/diff_new_pack.L2ha12/_new 2026-04-10 21:28:48.778502361 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-asyncssh
#
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-asyncssh
-Version: 2.21.1
+Version: 2.22.0
Release: 0
Summary: Asynchronous SSHv2 client and server library
License: EPL-2.0 OR GPL-2.0-or-later
@@ -26,8 +26,6 @@
URL: https://github.com/ronf/asyncssh
Source:
https://files.pythonhosted.org/packages/source/a/asyncssh/asyncssh-%{version}.tar.gz
Patch0: gss_test.patch
-# PATCH-FIX-UPSTREAM fido2-compat.patch
-Patch1: fido2-compat.patch
# SECTION test requirements
BuildRequires: %{python_module bcrypt >= 3.1.3}
BuildRequires: %{python_module cryptography >= 39.0}
++++++ asyncssh-2.21.1.tar.gz -> asyncssh-2.22.0.tar.gz ++++++
++++ 2334 lines of diff (skipped)