[Python-modules-commits] [jinja2] branch master updated (18f6409 -> 74f7493)
Piotr Ożarowski
piotr at moszumanska.debian.org
Tue Jan 10 20:11:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch master
in repository jinja2.
from 18f6409 Fixed VCS URL (https)
new 487df3f Import jinja2_2.9.4.orig.tar.gz
new da4a27c record new upstream branch created by importing jinja2_2.9.4.orig.tar.gz and merge it
new 74c53ac New upstream release
new eb4bcf4 do not install async* files for Python 2.7
new 249ab8c Standards-version bumped to 3.9.8 (no other changes needed)
new 74f7493 do not install async* files for Python 3 as well
The 6 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 +-
debian/.git-dpm | 14 +-
debian/changelog | 10 +-
debian/control | 2 +-
debian/python-jinja2.pyremove | 2 +
debian/python3-jinja2.pyremove | 4 +
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 +-
47 files changed, 2325 insertions(+), 1066 deletions(-)
create mode 100644 debian/python-jinja2.pyremove
create mode 100644 debian/python3-jinja2.pyremove
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