[Python-modules-commits] [python-kajiki] branch master updated (39a9a4a -> af69394)

Takaki Taniguchi takaki at moszumanska.debian.org
Thu Feb 2 09:31:29 UTC 2017


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

takaki pushed a change to branch master
in repository python-kajiki.

      from  39a9a4a   Merge branch 'master' of git+ssh://git.debian.org/git/python-modules/packages/python-kajiki
       new  886a931   New upstream version 0.6.1
       new  99ad40b   Merge tag 'upstream/0.6.1'
       new  4fe16a5   new upstream
       new  b7bb67a   debian/compat: Bump to 9
       new  af69394   prepare release

The 5 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.rst                  |  18 +++
 Kajiki.egg-info/PKG-INFO     |  20 ++-
 Kajiki.egg-info/SOURCES.txt  |   1 +
 PKG-INFO                     |  20 ++-
 debian/changelog             |   9 +-
 debian/compat                |   2 +-
 docs/conf.py                 |   2 +-
 docs/runtime.rst             |  28 +++-
 kajiki/doctype.py            |  50 ++++++-
 kajiki/html_utils.py         |  17 +--
 kajiki/i18n.py               |  10 +-
 kajiki/ir.py                 |  11 +-
 kajiki/loader.py             |  13 +-
 kajiki/template.py           |  66 +++++++--
 kajiki/tests/data/error.html |   6 +
 kajiki/tests/test_ir.py      |   0
 kajiki/tests/test_runtime.py |   0
 kajiki/tests/test_text.py    |   6 +
 kajiki/tests/test_xml.py     | 144 +++++++++++++++----
 kajiki/text.py               |   4 +-
 kajiki/util.py               |   2 +-
 kajiki/version.py            |   4 +-
 kajiki/xml_template.py       | 325 +++++++++++++++++++++++++++++++++----------
 23 files changed, 601 insertions(+), 157 deletions(-)
 create mode 100644 kajiki/tests/data/error.html
 mode change 100755 => 100644 kajiki/tests/test_ir.py
 mode change 100755 => 100644 kajiki/tests/test_runtime.py
 mode change 100755 => 100644 kajiki/tests/test_text.py
 mode change 100755 => 100644 kajiki/tests/test_xml.py

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



More information about the Python-modules-commits mailing list