[Python-modules-commits] [mako] branch upstream updated (5d1ccaf -> 5dbb482)
Piotr Ożarowski
piotr at moszumanska.debian.org
Fri Jul 14 14:50:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
piotr pushed a change to branch upstream
in repository mako.
from 5d1ccaf Import mako_1.0.6+ds1.orig.tar.gz
new 5dbb482 Import mako_1.0.7+ds1.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:
AUTHORS | 13 +++++++++++++
MANIFEST.in | 2 +-
PKG-INFO | 2 +-
doc/_sources/{caching.txt => caching.rst.txt} | 0
doc/_sources/{changelog.txt => changelog.rst.txt} | 14 +++++++++++++-
doc/_sources/{defs.txt => defs.rst.txt} | 0
doc/_sources/{filtering.txt => filtering.rst.txt} | 0
doc/_sources/{index.txt => index.rst.txt} | 0
doc/_sources/{inheritance.txt => inheritance.rst.txt} | 0
doc/_sources/{namespaces.txt => namespaces.rst.txt} | 2 +-
doc/_sources/{runtime.txt => runtime.rst.txt} | 0
doc/_sources/{syntax.txt => syntax.rst.txt} | 0
doc/_sources/{unicode.txt => unicode.rst.txt} | 0
doc/_sources/{usage.txt => usage.rst.txt} | 0
doc/build/changelog.rst | 14 +++++++++++++-
doc/build/conf.py | 4 ++--
doc/build/namespaces.rst | 2 +-
doc/build/templates/genindex.mako | 4 ++--
mako/__init__.py | 2 +-
mako/_ast_util.py | 2 +-
mako/cache.py | 14 +++++++-------
mako/cmd.py | 2 +-
mako/ext/extract.py | 2 +-
mako/parsetree.py | 2 +-
mako/template.py | 2 +-
setup.cfg | 1 -
test/test_exceptions.py | 4 ++--
27 files changed, 62 insertions(+), 26 deletions(-)
create mode 100644 AUTHORS
rename doc/_sources/{caching.txt => caching.rst.txt} (100%)
rename doc/_sources/{changelog.txt => changelog.rst.txt} (99%)
rename doc/_sources/{defs.txt => defs.rst.txt} (100%)
rename doc/_sources/{filtering.txt => filtering.rst.txt} (100%)
rename doc/_sources/{index.txt => index.rst.txt} (100%)
rename doc/_sources/{inheritance.txt => inheritance.rst.txt} (100%)
rename doc/_sources/{namespaces.txt => namespaces.rst.txt} (98%)
rename doc/_sources/{runtime.txt => runtime.rst.txt} (100%)
rename doc/_sources/{syntax.txt => syntax.rst.txt} (100%)
rename doc/_sources/{unicode.txt => unicode.rst.txt} (100%)
rename doc/_sources/{usage.txt => usage.rst.txt} (100%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mako.git
More information about the Python-modules-commits
mailing list