python-ftputil 3.4-3 source package in Ubuntu
Changelog
python-ftputil (3.4-3) unstable; urgency=medium * d/gbp.conf: set debian/master as default branch. * d/salsa-ci.yml: enable salsa-ci. [ Olivier Sallou ] * d/patches/fix_tests_future.patch: fix failing test (Closes: #952208) -- Emmanuel Arias <email address hidden> Tue, 25 Feb 2020 20:26:57 -0300
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-ftputil_3.4-3.dsc | 2.1 KiB | 40c5a0e60ee4538551b711bbe8cbb9da2935860d158a3bd259da1a45e97e72ed |
python-ftputil_3.4.orig.tar.gz | 138.9 KiB | 5980903ee98bb5f90dd37c0a9def60cd31b21bb2805b3291aadd8c325256b249 |
python-ftputil_3.4-3.debian.tar.xz | 14.8 KiB | fb07c4e0c0ee7efd939238ec96545ed9723e4b0b88a7a1346b09a673b0d09153 |
Available diffs
- diff from 3.4-2 to 3.4-3 (1.6 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.