From 8aaad73eec0eafde7095b9b276a84226d506bbe414397455083feb7c92d96172 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Jan 2023 21:09:02 +0000 Subject: [PATCH] - update to 2.13.0: * Updated testing and coverage to drop Python 3.6 and add Python 3.11. * Added new "recv_eof" option to not pass an EOF from a channel to a redirected target, allowing output from multiple SSH sessions to be sent and mixed with other direct output to that target. * Added new methods to make it easy to perform forwarding between TCP ports and UNIX domain sockets. * Added a workaround for a problem seen on a Huawei SFTP server where it sends an invalid combination of file attribute flags. * Fixed an issue with copying files to SFTP servers that don't support random access I/O. * Fixed an issue when requesting remote port forwarding on a dynamically allocated port. * Fixed an issue where readexactly could block indefinitely when a signal is delivered in the stream before the requested number of bytes are available. * Fixed an interoperability issue with OpenSSH when using SSH certificates with RSA keys with a SHA-2 signature. * Fixed an issue with handling "None" in ProxyCommand, GlobalKnownHostsFile, and UserKnownHostsFile config file options. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=41 --- asyncssh-2.12.0.tar.gz | 3 --- asyncssh-2.13.0.tar.gz | 3 +++ python-asyncssh.changes | 24 ++++++++++++++++++++++++ python-asyncssh.spec | 4 ++-- 4 files changed, 29 insertions(+), 5 deletions(-) delete mode 100644 asyncssh-2.12.0.tar.gz create mode 100644 asyncssh-2.13.0.tar.gz diff --git a/asyncssh-2.12.0.tar.gz b/asyncssh-2.12.0.tar.gz deleted file mode 100644 index 8c8fbf5..0000000 --- a/asyncssh-2.12.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:274101322c4b941823aeed8e1ab6e7be5191686c6db2d2bd35afeba30505e780 -size 488045 diff --git a/asyncssh-2.13.0.tar.gz b/asyncssh-2.13.0.tar.gz new file mode 100644 index 0000000..e8c9526 --- /dev/null +++ b/asyncssh-2.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7e1cb47225dc9899e56472fdc4daac03584a6843675329c0ce67179cb20e29 +size 497171 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index cd9d3d1..e30165a 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Jan 5 21:06:40 UTC 2023 - Dirk Müller + +- update to 2.13.0: + * Updated testing and coverage to drop Python 3.6 and add Python 3.11. + * Added new "recv_eof" option to not pass an EOF from a channel to a + redirected target, allowing output from multiple SSH sessions to be + sent and mixed with other direct output to that target. + * Added new methods to make it easy to perform forwarding between TCP + ports and UNIX domain sockets. + * Added a workaround for a problem seen on a Huawei SFTP server where + it sends an invalid combination of file attribute flags. + * Fixed an issue with copying files to SFTP servers that don't support + random access I/O. + * Fixed an issue when requesting remote port forwarding on a dynamically + allocated port. + * Fixed an issue where readexactly could block indefinitely when a signal + is delivered in the stream before the requested number of bytes are + available. + * Fixed an interoperability issue with OpenSSH when using SSH certificates + with RSA keys with a SHA-2 signature. + * Fixed an issue with handling "None" in ProxyCommand, GlobalKnownHostsFile, + and UserKnownHostsFile config file options. + ------------------------------------------------------------------- Fri Sep 23 02:23:16 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-asyncssh.spec b/python-asyncssh.spec index 1582198..2c5e3f1 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -1,7 +1,7 @@ # # spec file for package python-asyncssh # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-asyncssh -Version: 2.12.0 +Version: 2.13.0 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later