15
0

Accepting request 612017 from devel:languages:python:misc

High-level FTP client library

OBS-URL: https://build.opensuse.org/request/show/612017
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ftputil?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-24 20:56:36 +00:00
committed by Git OBS Bridge
commit 5656ba79e7
5 changed files with 108 additions and 0 deletions

16
python-ftputil.changes Normal file
View File

@@ -0,0 +1,16 @@
-------------------------------------------------------------------
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