Changelog for
python310-pyftpdlib-1.5.7-3.2.noarch.rpm :
* Fri Oct 28 2022 Yogalakshmi Arunachalam
- Update to Version: 1.5.7 - 2022-10-04 Enhancements
* #544: replace Travis with Github Actions for CI testing. Bug fixes
* #481: fix [WinError 10038] an operation was attempted on something that is not a socket. (patch by Tailing Yuan)
* #578, [critical]: FTPS broke with PyOpenSSL version 22.1.0.- Update to Version: 1.5.6 - 2020-02-16 Enhancements
* #467: added pre-fork concurrency model, spawn()ing worker processes to split load.
* #520: directory LISTing is now 3.7x times faster.
* Wed Jan 19 2022 Matej Cepl - Switch off the test suite, it just doesn\'t work reliably (gh#giampaolo/pyftpdlib#540).
* Tue Oct 26 2021 Steve Kowalik - Regenerate new private key/x509 certificate for the test suite. (thanks, Jason!)
* Fri May 07 2021 Ben Greiner - Skip masquerade tests failung because the newest Pythons don\'t allow invalid addresses gh#giampaolo/pyftpdlib#550, bpo-43285- Remove script interpreter lines for test files and _compyt.py (fix rpmlint warnings)
* Fri Dec 18 2020 Benjamin Greiner - add ignore _build directories to pytest args to fix builds for multiple pytest flavors gh#openSUSE/python-rpm-macros#66- fix tests failing locally because of gh#giampaolo/pyftpdlib#478
* Sun Aug 16 2020 John Vandenberg - Re-activate test suite, replacing nose with pytest
* Wed May 20 2020 Petr Gajdos - %python3_only -> %python_alternative
* Mon Apr 20 2020 Tomáš Chvátal - Fix build without python2
* Fri Mar 27 2020 Antonio Larrosa - Do not remove tests, other packages import them
* Wed Mar 18 2020 Tomáš Chvátal - 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.