python-ftputil 5.0.4-1 source package in Ubuntu

Changelog

python-ftputil (5.0.4-1) unstable; urgency=medium

  * New upstream version.
  * d/control: Bump Standards-Version to 4.6.1 (from 4.6.0.1; no further
    changes).
  * d/patches: Remove dont-install-doc-with-setup.patch, documentation isn't
    in upstream tarball.
  * d/python3-ftputil.docs: Remove it, documentation isn't longer present in
    upstream tarball.
  * d/copyright: Update Copyright year for upstream files.
  * d/copyright: Add me in the Copyright of the debian/* files.

 -- Emmanuel Arias <email address hidden>  Sat, 28 May 2022 06:04:47 +0000

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ftputil_5.0.4-1.dsc 2.2 KiB f8094a4c67d5579e0314b657a4cba207cc0116c24834d9be99e4acda0d553bc2
python-ftputil_5.0.4.orig.tar.gz 81.9 KiB 6889db8649dd20d9b6d40a6c5f0f84ccf340a7dac1e0bfc0f0024090fc2afb33
python-ftputil_5.0.4-1.debian.tar.xz 6.6 KiB 59367ef2a8d9a59f89b9d7734fe4d320111b711e01b34847b7b2ec7815e75d31

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.