aioftp 0.21.4-1 source package in Ubuntu

Changelog

aioftp (0.21.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 0.21.4. Closes: #1026551

 -- Ole Streicher <email address hidden>  Mon, 16 Jan 2023 09:06:13 +0100

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aioftp_0.21.4-1.dsc 2.2 KiB 1042291523bbd3349b7fff9106fda2bcd16fd42dbb3e314ea2ed623fd96280a1
aioftp_0.21.4.orig.tar.gz 73.1 KiB 6127394eeb48c4e6ed87b4a66750203f2abba25d85b7b54a87c9f7f1a13dad83
aioftp_0.21.4-1.debian.tar.xz 4.3 KiB e7e9d095a98ca08fb8f9184b1d4d5184d3eb4f62a916e86645f37129107d3392

No changes file available.

Binary packages built by this source

python-aioftp-doc: FTP client and server for asyncio (common documentation)

 Library implementing FTP protocol, both client and server for Python asyncio
 module.
 .
 Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT,
 REST, LIST (as fallback).
 .
 Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR,
 TYPE ("I" and "A"), PASV, ABOR, APPE, REST.
 .
 This is the common documentation package.

python3-aioftp: FTP client and server for asyncio (Python 3)

 Library implementing FTP protocol, both client and server for Python asyncio
 module.
 .
 Supported commands as client: USER, PASS, ACCT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, MLST, RNFR, RNTO, DELE, STOR, APPE, RETR, TYPE, PASV, ABOR, QUIT,
 REST, LIST (as fallback).
 .
 Supported commands as server: USER, PASS, QUIT, PWD, CWD, CDUP, MKD, RMD,
 MLSD, LIST (non-standard), MLST, RNFR, RNTO, DELE, STOR, RETR,
 TYPE ("I" and "A"), PASV, ABOR, APPE, REST.
 .
 This package installs the library for Python 3.