aioftp 0.18.1-2 source package in Ubuntu

Changelog

aioftp (0.18.1-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

 -- Jelmer Vernooij <email address hidden>  Sat, 28 May 2022 00:46:40 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aioftp_0.18.1-2.dsc 2.2 KiB d76ba8a4e3752d79f47deac9bdd865f93cd29bdf68ae314a659e1746ebac91ce
aioftp_0.18.1.orig.tar.gz 71.6 KiB 5a1a0b5737b97650b3418376d140a4f8cdff22ba5278eee302c393eadc68fa87
aioftp_0.18.1-2.debian.tar.xz 4.1 KiB ef67690f90142c355d4ee287bce7234a4cce1092fb7697ab63caab0715febb61

Available diffs

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.