python-asyncssh 2.10.1-2 source package in Ubuntu

Changelog

python-asyncssh (2.10.1-2) unstable; urgency=medium

  * Team Upload.
  * Cherry-pick upstream patch to fix FTBFS with
    python3.11 (Closes: #1026586)
  * export HOME in d/rules to set it accordingly in tests

 -- Nilesh Patra <email address hidden>  Thu, 22 Dec 2022 09:24:16 +0530

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asyncssh_2.10.1-2.dsc 1.8 KiB 8f59247b508d28ea14544983f8ab5e157492b6193b07bbb2200d17947467cbf1
python-asyncssh_2.10.1.orig.tar.gz 468.5 KiB 6c58c999806b17d7cf654d995cebb7f2b918d17335ebc11226f5a0c1ea29d12f
python-asyncssh_2.10.1-2.debian.tar.xz 9.9 KiB a4714094ae2cd3e5e99fd76f8aac77ab54563fdb6f3f973d755791e0216be621

Available diffs

No changes file available.

Binary packages built by this source

python-asyncssh-doc: asyncio-based client and server implementation of SSHv2 protocol (doc)

 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 This package contains the HTML docs and examples.

python3-asyncssh: asyncio-based client and server implementation of SSHv2 protocol

 AsyncSSH is a Python package which provides an asynchronous client
 and server implementation of the SSHv2 protocol on top of the Python
 3.4+ asyncio framework.
 .
 It comes with a full support of SSHv2 and SFTP client and server
 functions, including shell, command and subsystem channels, direct
 and forwarded TCP channels, local and remote TCP port forwarding.
 .
 Other features include:
    + Multiple simultaneous sessions on a single SSH connection
    + Multiple SSH connections in a single event loop
    + Byte and string based I/O with settable encoding
    + A variety of key exchange, encryption, and MAC algorithms
    + Support for gzip compression
    + Password, public key, and keyboard-interactive user authentication methods
    + Many types and formats of public keys and certificates
    + OpenSSH-style known_hosts file support
    + OpenSSH-style authorized_keys file support