Changelog for
python3-Pebble-4.6.0-lp153.18.6.noarch.rpm :
* Thu Jan 14 2021 Steve Kowalik
- Update to 4.6.0
* Features: + issue #73: allow passing `multiprocessing.context` object as `concurrent.process` and `ProcessPool` parameter
* Fixes: + issues #34, #35: rework Pool termination logic to silence Windows errors + issue #68: use fully qualified function name in `concurrent.process` decorator trampoline to handle class inheritance in Windows + issue #69: correctly propagate the timeout in pool\'s map method + issue #64: rework versioning logic
* Wed May 06 2020 Martin Liška - Bump to 4.5.2: - Fix issue #58: handle pool connection teardown in Python 3.8
* Mon Apr 20 2020 Tomáš Chvátal - Fix build without python2
* Thu Mar 26 2020 Marketa Calabkova - update to 4.5.1
* add daemon parameter to decorator
* travis: add Python 3.8 tests
* Wed Jan 15 2020 Marketa Calabkova - update to 4.4.1
* use poll in channel implementation instead of select
* handle pickling errors in ProcessPool
* add test cases
* Mon Oct 07 2019 Tomáš Chvátal - Update to 4.4.0:
* Various doc and test fixes
* Sat Aug 24 2019 Jan Engelhardt - Use description from upstream.
* Sun Aug 11 2019 Todd R - Initial version