equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-scheduler |
2 Name: pyams-scheduler |
3 Version: 0.1.13 |
3 Version: 0.1.14 |
4 Summary: PyAMS tasks scheduler |
4 Summary: PyAMS tasks scheduler |
5 Home-page: http://hg.ztfy.org/pyams/pyams_scheduler |
5 Home-page: http://hg.ztfy.org/pyams/pyams_scheduler |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
58 management and activate and schedule the task, as well as settings specific to the given task. |
58 management and activate and schedule the task, as well as settings specific to the given task. |
59 |
59 |
60 |
60 |
61 History |
61 History |
62 ======= |
62 ======= |
|
63 |
|
64 0.1.14 |
|
65 ------ |
|
66 - use object factory in annotations adapters |
63 |
67 |
64 0.1.13 |
68 0.1.13 |
65 ------ |
69 ------ |
66 - added marker interface for scheduler process |
70 - added marker interface for scheduler process |
67 - updated base task thread class to be able to get settings from a Task object |
71 - updated base task thread class to be able to get settings from a Task object |