node/deps/v8/third_party/jinja2/README.chromium
Michaël Zasso 9d7cd9b864
deps: update V8 to 12.8.374.13
PR-URL: https://github.com/nodejs/node/pull/54077
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
2024-08-16 16:03:01 +02:00

28 lines
872 B
Plaintext

Name: Jinja2 Python Template Engine
Short Name: jinja2
URL: https://jinja.palletsprojects.com/
Version: 3.1.2
License: BSD 3-Clause
License File: LICENSE.rst
Security Critical: no
Shipped: no
Description:
Template engine for code generation in Blink.
Source: https://files.pythonhosted.org/packages/7a/ff/75c28576a1d900e87eb6335b063fab47a8ef3c8b4d88524c4bf78f670cce/Jinja2-3.1.2.tar.gz
SHA-256: 31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852
Local Modifications:
This only includes the src/jinja2/ directory from the tarball and the
LICENSE.rst and README.rst files. Other files have been removed.
Additional chromium-specific files are:
* README.chromium (this file)
* OWNERS
* DIR_METADATA
* jinja2.gni
* .gitignore
Patches:
- Set create_system=3 (unix) to ZipInfo for cross platform determinism. (patches/0001-canonicalize-zipinfo-create-system)