1
0
python-futurist/python-futurist.changes

45 lines
1.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Mon Jan 11 09:03:28 UTC 2016 - bwiedemann@suse.com
- Update to version 0.9.0
* Allow for providing different run work sync functions
* Have the executor stats object repr look like the watcher repr
* Add useful watcher '__repr__' function
* Some minor refactoring and comment/note addition
* No need for Oslo Incubator Sync
* Move most of green helper classes -> '_green.py'
* Add 'enabled' parameter to @periodic decorator
* Remove green worker reference to its executor
* Change ignore-errors to ignore_errors
* Activate pep8 check that _ is imported
* Handle the case where 0.199 is provided as runtime
* Just use a deque vs reverse pushing/popping
* Ensure new entry in immediates gets processed during wait(s)
-------------------------------------------------------------------
Wed Sep 9 07:01:25 UTC 2015 - tbechtold@suse.com
- update to 0.5.0:
* Updated from global requirements
* Provide a thread differentiation attribute on executors
- Adjust Requires according to requirements.txt
-------------------------------------------------------------------
Tue Aug 4 06:10:28 UTC 2015 - tbechtold@suse.com
- update to 0.3.0:
* Updated from global requirements
* Allow providing a callback to certain executors to reject new work
* Disallow running 'start' twice
* Allow for providing custom 'on_failure' callbacks
* Delegate failure capturing to a object that is returned on run
* Move doc8 to being a normal test requirement in test-requirements.txt
* Ensure doctesting and doc8 testing done in py27 env
* Updated from global requirements
-------------------------------------------------------------------
Tue Jul 21 05:54:19 UTC 2015 - tbechtold@suse.com
- Initial packaging