# HG changeset patch # User Thierry Florac # Date 1528725538 -7200 # Node ID 0b5f84d9eff4d94ae88078b157148fbda6aa7a58 # Parent fb23265528fb1e803da0f18a03e865f668c0add7 Version 0.1.15 diff -r fb23265528fb -r 0b5f84d9eff4 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Jun 11 15:40:52 2018 +0200 +++ b/docs/HISTORY.txt Mon Jun 11 15:58:58 2018 +0200 @@ -1,6 +1,13 @@ Changelog ========= +0.1.15 +------ + - added "inherit_from" attribute to IInheritInfo interface + - added helper to get a persistent adapter through context's annotations + - added "canonical_url" function, interface and TALES extension + - updated custom PyAMS traverser to notify BeforeTraverseEvent on last traversed object + 0.1.14 ------ - updated request_property decorator cache key diff -r fb23265528fb -r 0b5f84d9eff4 src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Mon Jun 11 15:40:52 2018 +0200 +++ b/src/pyams_utils.egg-info/PKG-INFO Mon Jun 11 15:58:58 2018 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.14 +Version: 0.1.15 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -48,6 +48,13 @@ Changelog ========= + 0.1.15 + ------ + - added "inherit_from" attribute to IInheritInfo interface + - added helper to get a persistent adapter through context's annotations + - added "canonical_url" function, interface and TALES extension + - updated custom PyAMS traverser to notify BeforeTraverseEvent on last traversed object + 0.1.14 ------ - updated request_property decorator cache key diff -r fb23265528fb -r 0b5f84d9eff4 src/pyams_utils.egg-info/SOURCES.txt --- a/src/pyams_utils.egg-info/SOURCES.txt Mon Jun 11 15:40:52 2018 +0200 +++ b/src/pyams_utils.egg-info/SOURCES.txt Mon Jun 11 15:58:58 2018 +0200 @@ -14,6 +14,7 @@ src/pyams_utils/decorator.py src/pyams_utils/dict.py src/pyams_utils/encoding.py +src/pyams_utils/factory.py src/pyams_utils/fanstatic.py src/pyams_utils/html.py src/pyams_utils/i18n.py @@ -61,6 +62,7 @@ src/pyams_utils/interfaces/timezone.py src/pyams_utils/interfaces/traversing.py src/pyams_utils/interfaces/tree.py +src/pyams_utils/interfaces/url.py src/pyams_utils/interfaces/zeo.py src/pyams_utils/locales/pyams_utils.pot src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.mo @@ -77,9 +79,4 @@ src/pyams_utils/timezone/utility.py src/pyams_utils/timezone/vocabulary.py src/pyams_utils/widget/__init__.py -src/pyams_utils/widget/decimal.py -src/pyams_utils/zmi/__init__.py -src/pyams_utils/zmi/intids.py -src/pyams_utils/zmi/timezone.py -src/pyams_utils/zmi/zeo.py -src/pyams_utils/zmi/templates/connection-test.pt \ No newline at end of file +src/pyams_utils/widget/decimal.py \ No newline at end of file