Bug 168607 - textproc/py-pystache: Upgrade to 0.5.2
Summary: textproc/py-pystache: Upgrade to 0.5.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-02 19:40 UTC by Grzegorz Blach
Modified: 2012-06-03 08:50 UTC (History)
0 users

See Also:


Attachments
file.diff (16.23 KB, patch)
2012-06-02 19:40 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2012-06-02 19:40:21 UTC
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:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2012-06-02 20:10:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-03 08:45:37 UTC
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"
Comment 3 Frederic Culot freebsd_committer freebsd_triage 2012-06-03 08:45:38 UTC
State Changed
From-To: open->closed

Committed. Thanks!