src/pyams_utils.egg-info/PKG-INFO
changeset 131 d702d2bf095a
parent 125 985534bc6ab9
child 149 eed80a1937fe
equal deleted inserted replaced
130:9dd00059a845 131:d702d2bf095a
     1 Metadata-Version: 1.1
     1 Metadata-Version: 1.1
     2 Name: pyams-utils
     2 Name: pyams-utils
     3 Version: 0.1.10
     3 Version: 0.1.11
     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
    45         `ReadTheDocs <http://pyams-utils.readthedocs.org>`_
    45         `ReadTheDocs <http://pyams-utils.readthedocs.org>`_
    46         
    46         
    47         
    47         
    48         Changelog
    48         Changelog
    49         =========
    49         =========
       
    50         
       
    51         0.1.11
       
    52         ------
       
    53          - moved PyAMS documentation to "PyAMS User Guide" package
       
    54          - added "inherit" interface and module to handle inheritance between located components easier
       
    55          - added exception handling when trying to get or set request annotations
       
    56          - added property annotation to define volatile attributes on persistent classes
    50         
    57         
    51         0.1.10
    58         0.1.10
    52         ------
    59         ------
    53          - added ZODB connection class and vocabulary based on Pyramid's settings
    60          - added ZODB connection class and vocabulary based on Pyramid's settings
    54          - updated DocFieldProperty to correctly handle attributes documentation
    61          - updated DocFieldProperty to correctly handle attributes documentation