equal
deleted
inserted
replaced
1 Metadata-Version: 2.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-utils |
2 Name: pyams-utils |
3 Version: 0.1.36 |
3 Version: 0.1.37 |
4 Summary: Utility functions and classes for PyAMS |
4 Summary: Utility functions and classes for PyAMS |
5 Home-page: http://www.ztfy.org |
5 Home-page: http://www.ztfy.org |
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 |
49 |
49 |
50 |
50 |
51 Changelog |
51 Changelog |
52 ========= |
52 ========= |
53 |
53 |
|
54 0.1.37 |
|
55 ------ |
|
56 - added "pyams_utils.date.get_timestamp(context)" function |
|
57 |
54 0.1.36 |
58 0.1.36 |
55 ------ |
59 ------ |
56 - added multiple mail addresses schema field |
60 - added multiple mail addresses schema field |
57 - added pyams_utils.list.unique_iter_max() function to get items out of an iterable containing |
61 - added pyams_utils.list.unique_iter_max() function to get items out of an iterable containing |
58 the biggest value for a given key |
62 the biggest value for a given key |