# HG changeset patch # User Thierry Florac # Date 1538745308 -7200 # Node ID d02350fa13e7d76393c414edecef40cd18cbb837 # Parent de718ccf8bccb0d4289742ac09fc892438e136d6 Version 0.1.10 diff -r de718ccf8bcc -r d02350fa13e7 docs/HISTORY.txt --- a/docs/HISTORY.txt Fri Oct 05 13:20:35 2018 +0200 +++ b/docs/HISTORY.txt Fri Oct 05 15:15:08 2018 +0200 @@ -1,6 +1,11 @@ History ======= +0.1.10 +------ + - added base alerts content provider + - added and updated illustrations interfaces and adapters + 0.1.9 ----- - updated templates and renderers diff -r de718ccf8bcc -r d02350fa13e7 src/pyams_default_theme.egg-info/PKG-INFO --- a/src/pyams_default_theme.egg-info/PKG-INFO Fri Oct 05 13:20:35 2018 +0200 +++ b/src/pyams_default_theme.egg-info/PKG-INFO Fri Oct 05 15:15:08 2018 +0200 @@ -1,17 +1,21 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: pyams-default-theme -Version: 0.1.9 +Version: 0.1.10 Summary: PyAMS default theme Home-page: http://hg.ztfy.org/pyams/pyams_default_theme Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description-Content-Type: UNKNOWN Description: History ======= + 0.1.10 + ------ + - added base alerts content provider + - added and updated illustrations interfaces and adapters + 0.1.9 ----- - updated templates and renderers @@ -68,3 +72,4 @@ Classifier: Programming Language :: Python Classifier: Framework :: Pyramid Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test diff -r de718ccf8bcc -r d02350fa13e7 src/pyams_default_theme.egg-info/SOURCES.txt --- a/src/pyams_default_theme.egg-info/SOURCES.txt Fri Oct 05 13:20:35 2018 +0200 +++ b/src/pyams_default_theme.egg-info/SOURCES.txt Fri Oct 05 15:15:08 2018 +0200 @@ -74,6 +74,8 @@ src/pyams_default_theme/component/video/templates/external-video-default.pt src/pyams_default_theme/doctests/README.txt src/pyams_default_theme/features/__init__.py +src/pyams_default_theme/features/alert/__init__.py +src/pyams_default_theme/features/alert/templates/alerts.pt src/pyams_default_theme/features/footer/__init__.py src/pyams_default_theme/features/footer/interfaces.py src/pyams_default_theme/features/footer/skin/__init__.py