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.8 |
3 Version: 0.1.9 |
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 |
60 |
60 |
61 |
61 |
62 History |
62 History |
63 ======= |
63 ======= |
64 |
64 |
|
65 0.1.9 |
|
66 ----- |
|
67 - added 0MQ authentication |
|
68 - updated global registry access |
|
69 - updated database upgrade code and remove INewLocalSite event subscriber |
|
70 - check for PyAMS command line script in application startup |
|
71 - use request context in task run method |
|
72 |
65 0.1.8 |
73 0.1.8 |
66 ----- |
74 ----- |
67 - use TableViewlet base class for scheduler jobs table |
75 - use TableViewlet base class for scheduler jobs table |
68 |
76 |
69 0.1.7 |
77 0.1.7 |