From 5e9a226992ce9b3c9fa1ecd9de700b8d8ff4f136 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Sat, 20 Oct 2012 15:51:57 -0700 Subject: Update setup_description.rst via `python setup.py prep`. --- setup_description.rst | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/setup_description.rst b/setup_description.rst index 1c32b0c..0f1f86c 100644 --- a/setup_description.rst +++ b/setup_description.rst @@ -30,8 +30,6 @@ found on `PyPI `_. This version of Pystache passes all tests in `version 1.1.2 `_ of the spec. -Logo: `David Phillips `_ - Requirements ------------ @@ -298,7 +296,7 @@ There is a `mailing list `_. Note that there is a bit of a delay between posting a message and seeing it appear in the mailing list archive. -Authors +Credits ------- :: @@ -308,12 +306,23 @@ Authors Author: Chris Wanstrath Maintainer: Chris Jerdonek +Pystache logo by `David Phillips `_ and +licensed under a `Creative Commons Attribution-ShareAlike 3.0 Unported +License `_. +|image0| + History ======= 0.5.3 (TBD) ----------- +- Added ability to customize string coercion (e.g. to have None render + as ``''``) (issue #130). +- Added Renderer.render\_name() to render a template by name (issue + #122). +- Added TemplateSpec.template\_path to specify an absolute path to a + template (issue #41). - Added option of raising errors on missing tags/partials: ``Renderer(missing_tags='strict')`` (issue #110). - Added support for finding and loading templates by file name in @@ -324,12 +333,15 @@ History - Added support for `PyPy `_ (issue #125). - Added support for `Travis CI `_ (issue #124). [msabramo] +- Bugfix: ``defaults.DELIMITERS`` can now be changed at runtime (issue + #135). [bennoleslie] - Bugfix: exceptions raised from a property are no longer swallowed when getting a key from a context stack (issue #110). - Bugfix: lambda section values can now return non-ascii, non-unicode strings (issue #118). - Convert HISTORY and README files from reST to Markdown. - More robust handling of byte strings in Python 3. +- Added Creative Commons license for David Phillips's logo. 0.5.2 (2012-05-03) ------------------ @@ -485,3 +497,5 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +.. |image0| image:: http://i.creativecommons.org/l/by-sa/3.0/88x31.png -- cgit v1.2.1