# HG changeset patch # User Thierry Florac # Date 1516983193 -3600 # Node ID d702d2bf095a840135620dbd8ec877b0f3c34a2d # Parent 9dd00059a84504ce3bf76f4e5f6f29afe0209d0b Version 0.1.11 diff -r 9dd00059a845 -r d702d2bf095a buildout.cfg --- a/buildout.cfg Fri Jan 26 15:34:40 2018 +0100 +++ b/buildout.cfg Fri Jan 26 17:13:13 2018 +0100 @@ -96,4 +96,4 @@ eggs = pyams_utils [test] [versions] -pyams_utils = 0.1.10 +pyams_utils = 0.1.11 diff -r 9dd00059a845 -r d702d2bf095a docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Jan 26 15:34:40 2018 +0100 +++ b/docs/HISTORY.txt Fri Jan 26 17:13:13 2018 +0100 @@ -1,6 +1,13 @@ Changelog ========= +0.1.11 +------ + - moved PyAMS documentation to "PyAMS User Guide" package + - added "inherit" interface and module to handle inheritance between located components easier + - added exception handling when trying to get or set request annotations + - added property annotation to define volatile attributes on persistent classes + 0.1.10 ------ - added ZODB connection class and vocabulary based on Pyramid's settings diff -r 9dd00059a845 -r d702d2bf095a setup.py --- a/setup.py Fri Jan 26 15:34:40 2018 +0100 +++ b/setup.py Fri Jan 26 17:13:13 2018 +0100 @@ -25,7 +25,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.10' +version = '0.1.11' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [ diff -r 9dd00059a845 -r d702d2bf095a src/pyams_utils.egg-info/PKG-INFO --- a/src/pyams_utils.egg-info/PKG-INFO Fri Jan 26 15:34:40 2018 +0100 +++ b/src/pyams_utils.egg-info/PKG-INFO Fri Jan 26 17:13:13 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-utils -Version: 0.1.10 +Version: 0.1.11 Summary: Utility functions and classes for PyAMS Home-page: http://www.ztfy.org Author: Thierry Florac @@ -48,6 +48,13 @@ Changelog ========= + 0.1.11 + ------ + - moved PyAMS documentation to "PyAMS User Guide" package + - added "inherit" interface and module to handle inheritance between located components easier + - added exception handling when trying to get or set request annotations + - added property annotation to define volatile attributes on persistent classes + 0.1.10 ------ - added ZODB connection class and vocabulary based on Pyramid's settings diff -r 9dd00059a845 -r d702d2bf095a src/pyams_utils.egg-info/SOURCES.txt --- a/src/pyams_utils.egg-info/SOURCES.txt Fri Jan 26 15:34:40 2018 +0100 +++ b/src/pyams_utils.egg-info/SOURCES.txt Fri Jan 26 17:13:13 2018 +0100 @@ -17,6 +17,7 @@ src/pyams_utils/html.py src/pyams_utils/i18n.py src/pyams_utils/include.py +src/pyams_utils/inherit.py src/pyams_utils/intids.py src/pyams_utils/list.py src/pyams_utils/lock.py @@ -47,6 +48,7 @@ src/pyams_utils/doctests/README.txt src/pyams_utils/interfaces/__init__.py src/pyams_utils/interfaces/data.py +src/pyams_utils/interfaces/inherit.py src/pyams_utils/interfaces/intids.py src/pyams_utils/interfaces/site.py src/pyams_utils/interfaces/size.py diff -r 9dd00059a845 -r d702d2bf095a src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.mo Binary file src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.mo has changed diff -r 9dd00059a845 -r d702d2bf095a src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.po --- a/src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.po Fri Jan 26 15:34:40 2018 +0100 +++ b/src/pyams_utils/locales/fr/LC_MESSAGES/pyams_utils.po Fri Jan 26 17:13:13 2018 +0100 @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE 1.0\n" -"POT-Creation-Date: 2018-01-11 16:58+0100\n" +"POT-Creation-Date: 2018-01-26 15:31+0100\n" "PO-Revision-Date: 2015-01-18 01:01+0100\n" "Last-Translator: Thierry Florac \n" "Language-Team: French\n" @@ -578,6 +578,14 @@ msgid "Renderer name" msgstr "Nom de l'outil de rendu" +#: src/pyams_utils/interfaces/inherit.py:38 +msgid "Inherit from parent?" +msgstr "Hériter du parent ?" + +#: src/pyams_utils/interfaces/inherit.py:42 +msgid "Don't inherit from parent?" +msgstr "Ne pas hériter du parent ?" + #: src/pyams_utils/interfaces/zeo.py:71 msgid "Opened ZEO connection" msgstr "Connexion ZEO" diff -r 9dd00059a845 -r d702d2bf095a src/pyams_utils/locales/pyams_utils.pot --- a/src/pyams_utils/locales/pyams_utils.pot Fri Jan 26 15:34:40 2018 +0100 +++ b/src/pyams_utils/locales/pyams_utils.pot Fri Jan 26 17:13:13 2018 +0100 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE 1.0\n" -"POT-Creation-Date: 2018-01-11 16:58+0100\n" +"POT-Creation-Date: 2018-01-26 15:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" @@ -575,6 +575,14 @@ msgid "Renderer name" msgstr "" +#: ./src/pyams_utils/interfaces/inherit.py:38 +msgid "Inherit from parent?" +msgstr "" + +#: ./src/pyams_utils/interfaces/inherit.py:42 +msgid "Don't inherit from parent?" +msgstr "" + #: ./src/pyams_utils/interfaces/zeo.py:71 msgid "Opened ZEO connection" msgstr ""