2024-01-11 09:39:30 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jinja2: updated to 3.1.3
Version 3.1.3
- Fix compiler error when checking if required blocks in parent templates are
empty.
- ``xmlattr`` filter does not allow keys with spaces. GHSA-h5c8-rqwp-cp95
- Make error messages stemming from invalid nesting of ``{% trans %}`` blocks
more helpful.
|
2022-04-28 20:13:35 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jinja2: updated to 3.1.2
Version 3.1.2
- Add parameters to ``Environment.overlay`` to match ``__init__``.
- Handle race condition in ``FileSystemBytecodeCache``.
|
2022-04-18 23:36:15 by Jonathan Schleifer | Files touched by this commit (1) |
Log message:
Mark textproc/py-jinja2 as incompatible with Python 2.7
|
2022-04-18 15:37:46 by Jonathan Schleifer | Files touched by this commit (1) |
Log message:
textproc/py-jinja2: Bump py-markupsafe dependency
|
2022-04-18 14:58:27 by Jonathan Schleifer | Files touched by this commit (3) |
Log message:
Update textproc/py-jinja2 to 3.1.1
Waaaay too many versions skipped to provide a full change log here.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-02-01 10:34:05 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jinja2: updated to 2.11.3
Version 2.11.3
--------------
- Improve the speed of the ``urlize`` filter by reducing regex
backtracking. Email matching requires a word character at the start
of the domain part, and only word characters in the TLD.
|
2020-04-14 14:10:03 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jinja2: updated to 2.11.2
Version 2.11.2
Fix a bug that caused callable objects with __getattr__, like Mock to be treated \
as a contextfunction().
Update wordcount filter to trigger Undefined methods by wrapping the input in \
soft_unicode().
Fix a hang when displaying tracebacks on Python 32-bit.
Showing an undefined error for an object that raises AttributeError on access \
doesn’t cause a recursion error.
Revert changes to PackageLoader from 2.10 which removed the dependency on \
setuptools and pkg_resources, and added limited support for namespace packages. \
The changes caused issues when using Pytest. Due to the difficulty in supporting \
Python 2 and PEP 451 simultaneously, the changes are reverted until 3.0.
Fix line numbers in error messages when newlines are stripped.
The special namespace() assignment object in templates works in async environments.
Fix whitespace being removed before tags in the middle of lines when \
lstrip_blocks is enabled.
NativeEnvironment doesn’t evaluate intermediate strings during rendering. This \
prevents early evaluation which could change the value of an expression.
|