[Python-modules-commits] [jinja2] 02/08: record new upstream branch created by importing jinja2_2.10.orig.tar.gz and merge it

Piotr Ożarowski piotr at moszumanska.debian.org
Thu Nov 30 10:11:39 UTC 2017


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

piotr pushed a commit to branch master
in repository jinja2.

commit 7e47aad7e4c8f771db1f312bf7dcf387ca962c3c
Merge: 651eba8 8fb0770
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Thu Nov 30 10:54:17 2017 +0100

    record new upstream branch created by importing jinja2_2.10.orig.tar.gz and merge it

 AUTHORS                              |   1 +
 CHANGES => CHANGES.rst               | 240 ++++++++-----
 Jinja2.egg-info/PKG-INFO             |   8 +-
 Jinja2.egg-info/SOURCES.txt          |  36 +-
 MANIFEST.in                          |  20 +-
 Makefile                             |  21 --
 PKG-INFO                             |   8 +-
 README.rst                           |   4 +-
 artwork/.DS_Store                    | Bin 6148 -> 0 bytes
 debian/.git-dpm                      |  14 +-
 docs/.DS_Store                       | Bin 8196 -> 0 bytes
 docs/_templates/sidebarintro.html    |   4 +-
 docs/api.rst                         |  11 +-
 docs/changelog.rst                   |   2 +-
 docs/contents.rst.inc                |   1 +
 docs/extensions.rst                  |  17 +-
 docs/faq.rst                         |   2 +-
 docs/intro.rst                       |  12 +-
 docs/jinjaext.py                     |  20 +-
 docs/nativetypes.rst                 |  64 ++++
 docs/templates.rst                   | 117 ++++++-
 ext/Vim/jinja.vim                    |   2 +-
 jinja2/__init__.py                   |   5 +-
 jinja2/_identifier.py                |   2 +
 jinja2/_stringdefs.py                |  71 ----
 jinja2/asyncsupport.py               |  14 +-
 jinja2/bccache.py                    |   2 +-
 jinja2/compiler.py                   |  88 ++++-
 jinja2/debug.py                      |   2 +-
 jinja2/defaults.py                   |   6 +-
 jinja2/environment.py                |   2 +-
 jinja2/ext.py                        |  20 +-
 jinja2/filters.py                    | 203 ++++++++---
 jinja2/idtracking.py                 |  25 +-
 jinja2/lexer.py                      |  56 +--
 jinja2/nativetypes.py                | 220 ++++++++++++
 jinja2/nodes.py                      |  94 ++++-
 jinja2/parser.py                     |  33 +-
 jinja2/runtime.py                    |  54 ++-
 jinja2/sandbox.py                    |   2 +-
 jinja2/tests.py                      |  54 ++-
 jinja2/utils.py                      |  25 +-
 setup.cfg                            |   5 +-
 setup.py                             |   7 +-
 tests/conftest.py                    |  77 +++++
 tests/res/__init__.py                |   0
 tests/res/templates/broken.html      |   3 +
 tests/res/templates/foo/test.html    |   1 +
 tests/res/templates/syntaxerror.html |   4 +
 tests/res/templates/test.html        |   1 +
 tests/test_api.py                    | 340 ++++++++++++++++++
 tests/test_async.py                  | 512 +++++++++++++++++++++++++++
 tests/test_asyncfilters.py           | 227 ++++++++++++
 tests/test_bytecode_cache.py         |  92 +++++
 tests/test_core_tags.py              | 504 +++++++++++++++++++++++++++
 tests/test_debug.py                  |  84 +++++
 tests/test_ext.py                    | 588 +++++++++++++++++++++++++++++++
 tests/test_features.py               |  40 +++
 tests/test_filters.py                | 652 +++++++++++++++++++++++++++++++++++
 tests/test_idtracking.py             | 216 ++++++++++++
 tests/test_imports.py                | 180 ++++++++++
 tests/test_inheritance.py            | 248 +++++++++++++
 tests/test_lexnparse.py              | 640 ++++++++++++++++++++++++++++++++++
 tests/test_loader.py                 | 234 +++++++++++++
 tests/test_nativetypes.py            | 110 ++++++
 tests/test_regression.py             | 541 +++++++++++++++++++++++++++++
 tests/test_security.py               | 189 ++++++++++
 tests/test_tests.py                  | 161 +++++++++
 tests/test_utils.py                  |  86 +++++
 69 files changed, 6911 insertions(+), 413 deletions(-)

diff --cc debian/.git-dpm
index e6d2f3a,0000000..734d92d
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- 687f65cdfdb4c171c027cef56cbb7adc3d2046b5
- 687f65cdfdb4c171c027cef56cbb7adc3d2046b5
- 687f65cdfdb4c171c027cef56cbb7adc3d2046b5
- 687f65cdfdb4c171c027cef56cbb7adc3d2046b5
- jinja2_2.9.6.orig.tar.gz
- 61b17399d098c0c110618fd4da7d33bd7031dd5e
- 437659
++8fb0770abd9c59836ec37a00e8d3224998ccb385
++8fb0770abd9c59836ec37a00e8d3224998ccb385
++8fb0770abd9c59836ec37a00e8d3224998ccb385
++8fb0770abd9c59836ec37a00e8d3224998ccb385
++jinja2_2.10.orig.tar.gz
++34b69e5caab12ee37b9df69df9018776c008b7b8
++261631
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"

-- 
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