python-ftputil 5.1.0-1 source package in Ubuntu
Changelog
python-ftputil (5.1.0-1) unstable; urgency=medium * New upstream release. * d/copyright: Update copyright year for all upstream files and for debian/* files. * d/control: Update my contact information in Uploaders. * d/control: Bump Standards-Version to 4.6.2 (from 4.6.1; no further changes). -- Emmanuel Arias <email address hidden> Sun, 04 Feb 2024 13:49:31 -0300
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 | Published | Component | Section | |
---|---|---|---|---|
Oracular | release | universe | misc | |
Noble | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ftputil_5.1.0-1.dsc | 2.2 KiB | ca7c18598519521f2506eb10ad6862116f44f1729e286850dfcdb70a53281699 |
python-ftputil_5.1.0.orig.tar.gz | 84.4 KiB | e9e62d3fd307ef9c52e43b33fd92759fc94c04d8b5178f85f641b183906d4353 |
python-ftputil_5.1.0-1.debian.tar.xz | 6.6 KiB | 443a90809627dde9f346dc823c8ca7b81ef99cccb427dcc28ff3e35c050b4f43 |
Available diffs
- diff from 5.0.4-1 to 5.1.0-1 (8.1 KiB)
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.