diff --git a/asyncssh-2.2.0.tar.gz b/asyncssh-2.2.0.tar.gz deleted file mode 100644 index ef4567c..0000000 --- a/asyncssh-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a24d2b36b99d03380d237a6f1f4c5ac0999422027fe3c47084379f3671c18ee -size 336793 diff --git a/asyncssh-2.2.1.tar.gz b/asyncssh-2.2.1.tar.gz new file mode 100644 index 0000000..3b6e416 --- /dev/null +++ b/asyncssh-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf9f1aa397a104a0c3923bae927796ca57063ce62330767131b418cd833338e +size 338394 diff --git a/python-asyncssh.changes b/python-asyncssh.changes index 4e733e8..17a1a0a 100644 --- a/python-asyncssh.changes +++ b/python-asyncssh.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jul 9 22:36:54 UTC 2020 - Ondřej Súkup + +- update to 2.2.1 + * Added optional timeout parameter to SSHClientProcess.wait() + and SSHClientConnection.run() methods. + * Created subclasses for SFTPError exceptions, allowing applications + to more easily have distinct exception handling for different errors. + * Fixed an issue in SFTP parallel I/O related to handling low-level + connection failures + * Fixed an issue with SFTP file copy where a local file could sometimes + be left open if an attempt to close a remote file failed. + * Fixed an issue in the handling of boolean return values when + SSHServer.server_requested() returns a coroutine + * Fixed an issue with passing tuples to the SFTP copy functions. + ------------------------------------------------------------------- Mon Mar 2 14:19:17 UTC 2020 - Ondřej Súkup diff --git a/python-asyncssh.spec b/python-asyncssh.spec index bf250de..409a63e 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: 2.2.0 +Version: 2.2.1 Release: 0 Summary: Asynchronous SSHv2 client and server library License: EPL-2.0 OR GPL-2.0-or-later