forked from pool/python-asyncssh
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-asyncssh?expand=0&rev=26
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a24d2b36b99d03380d237a6f1f4c5ac0999422027fe3c47084379f3671c18ee
|
||||
size 336793
|
||||
3
asyncssh-2.2.1.tar.gz
Normal file
3
asyncssh-2.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:baf9f1aa397a104a0c3923bae927796ca57063ce62330767131b418cd833338e
|
||||
size 338394
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 22:36:54 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- 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 <mimi.vx@gmail.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user