equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 1.1 |
2 Name: pyams-scheduler |
2 Name: pyams-scheduler |
3 Version: 0.1.6 |
3 Version: 0.1.7 |
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 |
|
9 Description-Content-Type: UNKNOWN |
9 Description: ======================= |
10 Description: ======================= |
10 pyams_scheduler package |
11 pyams_scheduler package |
11 ======================= |
12 ======================= |
12 |
13 |
13 .. contents:: |
14 .. contents:: |
59 |
60 |
60 |
61 |
61 History |
62 History |
62 ======= |
63 ======= |
63 |
64 |
|
65 0.1.7 |
|
66 ----- |
|
67 - use ZODBConnection class instead of ZEOConnection to handle any ZODB storage for scheduler |
|
68 - add scheduler process connection test |
|
69 - add Pyramid settings to start scheduler process |
|
70 |
64 0.1.6 |
71 0.1.6 |
65 ----- |
72 ----- |
66 - added tasks settings view name attribute to handle tasks without settings view |
73 - added tasks settings view name attribute to handle tasks without settings view |
67 - updated ZMI permissions |
74 - updated ZMI permissions |
68 |
75 |