[Python-modules-commits] [jinja2] branch upstream updated (588d269 -> 487df3f)

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Jan 10 20:11:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

piotr pushed a change to branch upstream
in repository jinja2.

      from  588d269   Imported Upstream version 2.8
       new  487df3f   Import jinja2_2.9.4.orig.tar.gz

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES                           |  126 ++++-
 Jinja2.egg-info/PKG-INFO          |    4 +-
 Jinja2.egg-info/SOURCES.txt       |    3 +
 Jinja2.egg-info/requires.txt      |    4 +-
 Makefile                          |    2 +-
 PKG-INFO                          |    4 +-
 README.rst                        |   16 +-
 docs/_templates/sidebarintro.html |    2 +-
 docs/api.rst                      |  151 +++++-
 docs/extensions.rst               |   17 +-
 docs/faq.rst                      |    4 +-
 docs/integration.rst              |   11 +-
 docs/intro.rst                    |    9 +-
 docs/switching.rst                |   31 --
 docs/templates.rst                |   28 +-
 jinja2/__init__.py                |   18 +-
 jinja2/_compat.py                 |   22 +-
 jinja2/asyncfilters.py            |  146 +++++
 jinja2/asyncsupport.py            |  237 +++++++++
 jinja2/bccache.py                 |    4 +-
 jinja2/compiler.py                | 1055 ++++++++++++++++++-------------------
 jinja2/constants.py               |    2 +-
 jinja2/debug.py                   |   42 +-
 jinja2/defaults.py                |   13 +-
 jinja2/environment.py             |  175 ++++--
 jinja2/exceptions.py              |    2 +-
 jinja2/ext.py                     |   35 +-
 jinja2/filters.py                 |  204 ++++---
 jinja2/idtracking.py              |  273 ++++++++++
 jinja2/lexer.py                   |   22 +-
 jinja2/loaders.py                 |    6 +-
 jinja2/meta.py                    |   11 +-
 jinja2/nodes.py                   |   96 ++--
 jinja2/optimizer.py               |   25 +-
 jinja2/parser.py                  |  109 ++--
 jinja2/runtime.py                 |  174 ++++--
 jinja2/sandbox.py                 |  128 ++++-
 jinja2/tests.py                   |   16 +-
 jinja2/utils.py                   |  117 +++-
 jinja2/visitor.py                 |    2 +-
 setup.cfg                         |    7 +-
 setup.py                          |    6 +-
 42 files changed, 2303 insertions(+), 1056 deletions(-)
 create mode 100644 jinja2/asyncfilters.py
 create mode 100644 jinja2/asyncsupport.py
 create mode 100644 jinja2/idtracking.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jinja2.git



More information about the Python-modules-commits mailing list