diff --git a/asyncssh-1.17.0.tar.gz b/asyncssh-1.17.0.tar.gz deleted file mode 100644 index e311740..0000000 --- a/asyncssh-1.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed34d4731c15453af6f0528bc8ad58db2dd3d632e69d671e36259d437d9b37e3 -size 326554 diff --git a/asyncssh-1.17.1.tar.gz b/asyncssh-1.17.1.tar.gz new file mode 100644 index 0000000..da5c6e6 --- /dev/null +++ b/asyncssh-1.17.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb4497115e469a09bde32755f4e07c26d4138519b08ffda994926fd89aed83f +size 327718 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index 7764349..116d1c0 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Aug 8 12:49:50 UTC 2019 - Ondřej Súkup + +- update to 1.17.1 + * Improved construction of file paths in SFTP to better handle native Windows + source paths containing backslashes or drive letters. + * Improved SFTP parallel I/O for large reads and file copies to better handle + the case where a read returns less data than what was requested when not + at the end of the file, allowing AsyncSSH to get back the right result even + if the requested block size is larger than the SFTP server can handle. + * Fixed an issue where the requested SFTP block_size wasn’t used in the get, + copy, mget, and mcopy functions if it was larger than the default size of 16 KB. + * Fixed a problem where the list of client keys provided in + an SSHClientConnectionOptions object wasn’t always preserved properly across + the opening of multiple SSH connections. + * Made AsyncSSH tolerant of unexpected authentication success/failure messages + sent after authentication completes. AsyncSSH previously treated this as + a protocol error and dropped the connection, while most other SSH implementations + ignored these messages and allowed the connection to continue. + * Made AsyncSSH tolerant of SFTP status responses which are missing error message + and language tag fields, improving interoperability with servers that omit + these fields. When missing, AsyncSSH treats these fields as if they were + set to empty strings. + ------------------------------------------------------------------- Tue Jun 4 13:07:40 UTC 2019 - Ondřej Súkup diff --git a/python-asyncssh.spec b/python-asyncssh.spec index b8c1007..21de9bc 100644 --- a/python-asyncssh.spec +++ b/python-asyncssh.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-asyncssh -Version: 1.17.0 +Version: 1.17.1 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later