Changes: 0.5.2 (2012-05-03) - Added support for dot notation and version 1.1.2 of the spec (issue #99). [rbp] - Missing partials now render as empty string per latest version of spec (issue #115). - Bugfix: falsey values now coerced to strings using str(). - Bugfix: lambda return values for sections no longer pushed onto context stack (issue #113). - Bugfix: lists of lambdas for sections were not rendered (issue #114). 0.5.1 (2012-04-24) - Added support for Python 3.1 and 3.2. - Added tox support to test multiple Python versions. - Added test script entry point: pystache-test. - Added __version__ package attribute. - Test harness now supports both YAML and JSON forms of Mustache spec. - Test harness no longer requires nose. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
culot 2012-06-03 07:45:25 UTC FreeBSD ports repository Modified files: textproc/py-pystache Makefile distinfo pkg-plist Log: - Update to 0.5.2 Changes: https://github.com/defunkt/pystache/blob/master/HISTORY.rst PR: ports/168607 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Revision Changes Path 1.3 +3 -3 ports/textproc/py-pystache/Makefile 1.3 +2 -2 ports/textproc/py-pystache/distinfo 1.2 +166 -6 ports/textproc/py-pystache/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!