17
0

Accepting request 1005610 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1005610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-asyncssh?expand=0&rev=19
This commit is contained in:
2022-09-25 13:34:51 +00:00
committed by Git OBS Bridge
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:59c36ce77ba9dda8dd57ad875776e7105ddb1fa851bc039bb3aeadeac4f67b56
size 482916

3
asyncssh-2.12.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:274101322c4b941823aeed8e1ab6e7be5191686c6db2d2bd35afeba30505e780
size 488045

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Sep 23 02:23:16 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 2.12.0
* Fix an issue with SFTP servers which don't support random access I/O
* Fix "Recceived window change" in log message (#509)
* Fix forwarding a dynamically allocated port in the server (#512)
* Fix type of SSHServerProcessFactory
* Bump version number up to 2.12.0 and update change log
-------------------------------------------------------------------
Thu Aug 4 09:02:37 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>

View File

@@ -20,7 +20,7 @@
%define skip_python2 1
%define skip_python36 1
Name: python-asyncssh
Version: 2.11.0
Version: 2.12.0
Release: 0
Summary: Asynchronous SSHv2 client and server library
License: EPL-2.0 OR GPL-2.0-or-later