Changes 2.7.1:

- Fixed a bug with ``call_filter`` not working properly on environment
  and context filters.
- Fixed lack of Python 3 support for bytecode caches.
- Reverted support for defining blocks in included templates as this
  broke existing templates for users.
- Fixed some warnings with hashing of undefineds and nodes if Python
  is run with warnings for Python 3.
- Added support for properly hashing undefined objects.
- Fixed a bug with the title filter not working on already uppercase
  strings.
This commit is contained in:
adam 2013-08-31 22:33:35 +00:00
parent e1f56c9787
commit bf5bb10d57
3 changed files with 11 additions and 8 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.10 2013/05/24 19:30:54 joerg Exp $
# $NetBSD: Makefile,v 1.11 2013/08/31 22:33:35 adam Exp $
DISTNAME= Jinja2-2.7
DISTNAME= Jinja2-2.7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/J/Jinja2/
@ -10,7 +10,7 @@ HOMEPAGE= http://jinja.pocoo.org/2/
COMMENT= Small but fast and easy to use stand-alone template engine
LICENSE= modified-bsd
USE_LANGUAGES= #none
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCLUDE_3X= yes

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2013/05/21 19:51:22 kleink Exp $
@comment $NetBSD: PLIST,v 1.5 2013/08/31 22:33:35 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@ -75,6 +75,9 @@ ${PYSITELIB}/jinja2/testsuite/__init__.pyo
${PYSITELIB}/jinja2/testsuite/api.py
${PYSITELIB}/jinja2/testsuite/api.pyc
${PYSITELIB}/jinja2/testsuite/api.pyo
${PYSITELIB}/jinja2/testsuite/bytecode_cache.py
${PYSITELIB}/jinja2/testsuite/bytecode_cache.pyc
${PYSITELIB}/jinja2/testsuite/bytecode_cache.pyo
${PYSITELIB}/jinja2/testsuite/core_tags.py
${PYSITELIB}/jinja2/testsuite/core_tags.pyc
${PYSITELIB}/jinja2/testsuite/core_tags.pyo

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2013/05/21 19:51:22 kleink Exp $
$NetBSD: distinfo,v 1.6 2013/08/31 22:33:35 adam Exp $
SHA1 (Jinja2-2.7.tar.gz) = fe11167f17292a02e031efa8ad436bcb4ea9425e
RMD160 (Jinja2-2.7.tar.gz) = bf0cf714fcd5dc03e15f1102552bd64eaf2f2895
Size (Jinja2-2.7.tar.gz) = 377603 bytes
SHA1 (Jinja2-2.7.1.tar.gz) = a9b24d887f2be772921b3ee30a0b9d435cffadda
RMD160 (Jinja2-2.7.1.tar.gz) = 08a71d6c103c808d8347a4f36f2b16db3fa25128
Size (Jinja2-2.7.1.tar.gz) = 377813 bytes