0043b7 Update python-asyncssh to version 2.9.0 / rev 17 via SR 950066

7 files Authored by StevenK 3 years ago, Committed by Bernhard M. Wiedemann 3 years ago,
    Update python-asyncssh to version 2.9.0 / rev 17 via SR 950066
    
    https://build.opensuse.org/request/show/950066
    by user StevenK + dimstar_suse
    - Skip more tests that are unstable.
    
    - Update to 2.9.0:
      - Added mypy-compatible type annotations to all AsyncSSH
        modules, and a "py.typed" file to signal that annotations are
        now available for this package.
      - Added experimental support for SFTP versions 4-6. While
        AsyncSSH still defaults to only advertising version 3 when
        acting as both a client and a server, applications can
        explicitly enable support for later versions, which will be
        used if both ends of the connection agree. Not all features
        are fully supported, but a number of useful enhancements are
        now available, including as users and groups specified by
        name, higher resolution timestamps, and more granular error
        reporting.
      - Updated documentation to make it clear that keys from
        a PK
    
        
file modified
+0 -0
file modified
+33 -0
file removed
-1
file modified
+7 -5
file modified
+34 -0
file modified
+5 -5