* Wed Feb 21 2024 Max Lin <mlin@suse.com>
- Implements update-alternatives
* Mon Apr 20 2020 Tomáš Chvátal <tchvatal@suse.com>
- Fix build without python2
* Fri Mar 27 2020 Antonio Larrosa <alarrosa@suse.com>
- Do not remove tests, other packages import them
* Wed Mar 18 2020 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.5.6:
- #467: added pre-fork concurrency model, spawn()ing worker processes to split
load.
- #520: directory LISTing is now 3.7x times faster.
* Tue May 28 2019 Tomáš Chvátal <tchvatal@suse.com>
- Do not remove tests, other packages import them
* Sat May 25 2019 Tomáš Chvátal <tchvatal@suse.com>
- Update to 1.5.5:
* Various minor fixes and documentation updates
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
* Wed May 09 2018 toddrme2178@gmail.com
- Version update to 1.5.4
+ Enhancements
* #463: FTPServer class can now be used as a context manager.
+ Bug fixes
* #431: Ctrl-C doesn't exit `python -m pyftpdlib` on Windows.
* #436: ThreadedFTPServer.max_cons is evaluated threading.activeCount(). If
the user uses threads of its own it will consume the number of max_cons.
* #447: ThreadedFTPServer and MultiprocessFTPServer do not join() tasks which
are no longer consuming resources.
- Disable tests since they randomly fail.
See https://github.com/giampaolo/pyftpdlib/issues/386
* Wed May 02 2018 tchvatal@suse.com
- Version update to 1.5.3:
* implemented SITE MFMT command which changes file modification time. (patch by Tahir Ijaz)
* add username and password command line options
* documentation moved to readthedocs: http://pyftpdlib.readthedocs.io
* fix duplicated output log. (path by PonyPC)
* Respond successfully to STOR only after closing file handle.
* Thu Jul 06 2017 jengelh@inai.de
- Trim exaggeration from descriptions.
* Thu Jun 22 2017 jmatejek@suse.com
- update to 1.5.2
* disables old SSL methods
* fixed some hangs/crashes
- fixes test failures in OBS
- drop patches that are no longer needed:
* pyftpdlib-disable-error-0-ssl-unwrap.diff
* pyftpdlib-disable-incomplete-file-received.diff
* pyftpdlib-handle-missing-SSLv3.diff
- convert to singlespec
* Mon May 09 2016 hpj@urpla.net
- add patch to disable another failing test, related to icomplete
file receptions
* Mon May 09 2016 hpj@urpla.net
- add patch to test SSLv3 only, if available
* Mon May 09 2016 hpj@urpla.net
- add patch to disable a test, that triggers an error 0 in ssl
* Sun May 08 2016 hpj@urpla.net
- version 1.5.1: initial build