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 2024-09-30 15:40:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asyncssh (Old)
 and      /work/SRC/openSUSE:Factory/.python-asyncssh.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-asyncssh"

Mon Sep 30 15:40:48 2024 rev:28 rq:1204603 version:2.17.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asyncssh/python-asyncssh.changes  
2024-08-09 16:17:05.921029453 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-asyncssh.new.29891/python-asyncssh.changes   
    2024-09-30 15:41:08.322865176 +0200
@@ -1,0 +2,44 @@
+Thu Sep 26 20:05:34 UTC 2024 - Antonio Larrosa <[email protected]>
+
+- update to 2.17.0:
+  * Add support for specifying a per-connection credential store
+    for GSSAPI authentication.
+  * Fixed a regression introduced in AsyncSSH 2.15.0 which could
+    cause connections to be closed with an uncaught exception when
+    a session on the connection was closed.
+  * Added a workaround where getaddrinfo() on some systems may
+    return duplicate entries, causing bind() to fail when opening
+    a listener.
+  * Relaxed padding length check on OpenSSH private keys to
+    provide better compatibility with keys generated by PuTTYgen.
+  * Improved documentation on SSHClient and SSHServer classes to
+    explain when they are created and their relationship to the
+    SSHClientConnection and SSHServerConnection classes.
+  * Updated examples to use Python 3.7 and made some minor
+    improvements.
+- update to 2.16.0:
+  * Added client and server support for the OpenSSH "hostkeys"
+    extension. When using known_hosts, clients can provide a
+    handler which will be called with the changes between the
+    keys currently trusted in the client's known hosts and those
+    available on the server. On the server side, an application
+    can choose whether or not to enable the sending of this host
+    key information.
+  * Related to the above, AsyncSSH now allows the configuration of
+    multiple server host keys of the same type when the
+    send_server_host_keys option is enabled. Only the first key of
+    each type will be used in the SSH handshake, but the others can
+    appear in the list of supported host keys for clients to begin
+    trusting, allowing for smoother key rotation.
+  * Fixed logging and typing issues in SFTP high-level copy
+    functions. A mix of bytes, str, and PurePath entries are now
+    supported in places where a list of file paths is allowed, and
+    the type signatures have been updated to reflect that the
+    functions accept either a single path or a list of paths.
+  * Improved typing on SFTP listdir() function.
+  * Reworked the config file parser to improve on a previous fix
+    related to handling key/value pairs with an equals delimiter.
+  * Improved handling of ciphers deprecated in cryptography 43.0.0.
+  * Improved support for use of Windows pathnames in ProxyCommand.
+
+-------------------------------------------------------------------

Old:
----
  asyncssh-2.15.0.tar.gz

New:
----
  asyncssh-2.17.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-asyncssh.spec ++++++
--- /var/tmp/diff_new_pack.GG8hHb/_old  2024-09-30 15:41:09.542916005 +0200
+++ /var/tmp/diff_new_pack.GG8hHb/_new  2024-09-30 15:41:09.542916005 +0200
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-asyncssh
-Version:        2.15.0
+Version:        2.17.0
 Release:        0
 Summary:        Asynchronous SSHv2 client and server library
 License:        EPL-2.0 OR GPL-2.0-or-later

++++++ asyncssh-2.15.0.tar.gz -> asyncssh-2.17.0.tar.gz ++++++
++++ 2538 lines of diff (skipped)

Reply via email to