Changelog for
python-futures-3.0.5-23.1.noarch.rpm :
Tue Nov 15 13:00:00 2016 dmuellerAATTsuse.com
- update to 3.0.5:
- Fixed OverflowError with ProcessPoolExecutor on Windows (regression introduced in 3.0.4)
- Fixed inability to forcibly terminate the process if there are pending workers
- Fixed AttributeErrors on exit on Python 2.x
- remove upstreamed fix-testsuite.patch
Mon Sep 14 14:00:00 2015 msAATTsuse.com
- Package required in SLE12 due to fate#319400
Wed Jun 3 14:00:00 2015 mciharAATTsuse.cz
- Disable tests for SLE 11, the testsuite uses Python 2.7 constructs
Tue May 19 14:00:00 2015 mciharAATTsuse.cz
- Enable and fix test suite (fix-testsuite.patch)
Tue May 19 14:00:00 2015 mciharAATTsuse.cz
- Update to 3.0.2:
* Made multiprocessing optional again on implementations other than just Jython
Tue May 5 14:00:00 2015 benoit.moninAATTgmx.fr
- update to version 3.0.1:
* Made Executor.map() non-greedy
- additional changes from version 3.0.0:
* Dropped Python 2.5 and 3.1 support
* Removed the deprecated \"futures\" top level package
* Applied patch for issue 11777 (Executor.map does not submit
futures until iter.next() is called)
* Applied patch for issue 15015 (accessing an non-existing
attribute)
* Applied patch for issue 16284 (memory leak)
* Applied patch for issue 20367 (behavior of
concurrent.futures.as_completed() for duplicate arguments)
- remove CFLAGS: this is a python only module
- remove futures from package files: not provided anymore
Fri Feb 27 13:00:00 2015 tbechtoldAATTsuse.com
- update to version 2.2.0:
- Added the set_exception_info() and exception_info() methods to Future
to enable extraction of tracebacks on Python 2.x
- Added support for Future.set_exception_info() to ThreadPoolExecutor
Mon Mar 24 13:00:00 2014 toddrme2178AATTgmail.com
- Updated to 2.1.6
- Fixed a problem with files missing from the source distribution
- Updated to 2.1.5
- Fixed Jython compatibility
- Added metadata for wheel support
- Updated to 2.1.4
- Ported the library again from Python 3.2.5 to get the latest bug fixes
Wed Apr 24 14:00:00 2013 cfarrellAATTsuse.com
- license update: BSD-2-Clause
See LICENSE file
Tue Apr 9 14:00:00 2013 speilickeAATTsuse.com
- Initial version