------------------------------------------------------------------- Tue Jun 17 04:17:16 UTC 2025 - Steve Kowalik - Switch to pyproject macros. - Run the testsuite. ------------------------------------------------------------------- Wed Apr 16 14:05:01 UTC 2025 - Felix Stegmeier - Update to 5.1.0 * When the path encoding is specified as UTF-8, send `OPTS UTF8 ON` if the server supports it * ftputil uses `ftplib.FTP` as default session factory, but explicitly sets the path encoding to latin-1 (regardless of the Python version). This is the same behavior as in ftputil 4.0.0 or earlier if running under Python 3.8 or earlier. * If client code uses a custom session factory (i. e. the `session_factory` argument of the `FTPHost` constructor), ftputil will take the path encoding to use for `bytes` paths from the `encoding` attribute of an FTP session from this factory. If there's no such attribute, an exception is raised. ------------------------------------------------------------------- Wed Apr 10 14:20:00 UTC 2024 - Christian Keil - Add Python 3.11 build. ------------------------------------------------------------------- Tue Dec 4 12:48:16 UTC 2018 - Matej Cepl - Remove superfluous devel dependency for noarch package ------------------------------------------------------------------- Sun Jul 29 13:16:07 UTC 2018 - jengelh@inai.de - Update summary. ------------------------------------------------------------------- Wed May 16 16:08:53 UTC 2018 - toddrme2178@gmail.com - Update to 3.4 * Added support for Python 3 * Dropped support for Python 2.4 and 2.5 * Newlines and encoding of remote file content * Upload and download modes * Custom parsers receive lines as unicode strings - Implement single-spec version ------------------------------------------------------------------- Fri Sep 23 13:03:57 UTC 2011 - saschpe@suse.de - Initial version