Hey all,
I have released a new alpha version of pyramid_mako that fixes the issue of
pyramid.reload_templates not working, which was the major issue with the last
alpha release. The other major change is that tuple return values in the form
of (‘defname’, {}) is no longer supported on the 1.0 version of pyramid_mako.
If you need that feature, please pin your pyramid_mako version to 0.3.1.CHANGES.txt: - Fix issue #19, whereby pyramid.reload_templates stopped functioning due to changes in pyramid_mako. The lookup is now completed at template render, instead of when the factory returns the renderer. See: (https://github.com/Pylons/pyramid_mako/issues/19) - Tuple return values in the form of ('defname', {}) are no longer supported, and will result in a ValueError being raised. - Fix an packaging issue whereby *.foo files were not included in the MANIFEST. If you have a project using pyramid_mako, please give it a test run with this version: https://pypi.python.org/pypi/pyramid_mako/1.0a3 If there are no major problems I’ll be releasing this as 1.0 in the next two weeks or so. Thanks, Bert JW Regeer
smime.p7s
Description: S/MIME cryptographic signature
