python-ftputil 3.4-2 source package in Ubuntu

Changelog

python-ftputil (3.4-2) unstable; urgency=medium

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support (package biomaj for py3k only); Closes: #944680

 -- Sandro Tosi <email address hidden>  Wed, 13 Nov 2019 13:18:17 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ftputil_3.4-2.dsc 2.0 KiB 82ab18bfa54ad865ef85f3783717c50def1e4f43f366b713f3f6ed6ec429a4f8
python-ftputil_3.4.orig.tar.gz 138.9 KiB 5980903ee98bb5f90dd37c0a9def60cd31b21bb2805b3291aadd8c325256b249
python-ftputil_3.4-2.debian.tar.xz 14.0 KiB eca20253d6d297f396d0c7b89395659f80a980ecb938349b5ccb210db89fc4dd

Available diffs

No changes file available.

Binary packages built by this source

python3-ftputil: high-level FTP client library for Python

 High-level FTP client library for the Python programming
 language. ftputil implements a virtual file system for accessing FTP
 servers, that is, it can generate file-like objects for remote files.
 The library supports many functions similar to those in the os,
 os.path and shutil modules. ftputil has convenience functions for
 conditional uploads and downloads, and handles FTP clients and servers
 in different timezones.