[Python-modules-commits] [pygments] branch master updated (a28066b -> 87f31b2)
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon May 2 10:06:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a change to branch master
in repository pygments.
from a28066b Fixed VCS URL (https)
new 9259a86 record new upstream branch created by importing pygments_2.1.3+dfsg.orig.tar.gz
new e69a782 Import pygments_2.1.3+dfsg.orig.tar.gz
new a881420 Change Sphinx documentation theme to 'default'
new f445dc9 Merge new upstream release (2.1.3)
new 87f31b2 Release to unstable.
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:
.hgignore | 19 +++++++++
.hgtags | 31 +++++++++++++++
CHANGES | 28 ++++++++++++++
PKG-INFO | 2 +-
Pygments.egg-info/PKG-INFO | 2 +-
Pygments.egg-info/SOURCES.txt | 34 ++++++++++++++++
debian/.git-dpm | 14 +++----
debian/changelog | 10 ++++-
debian/patches/change_docs_theme.patch | 4 +-
doc/docs/integrate.rst | 11 ++++++
doc/faq.rst | 32 +++++++--------
pygments/__init__.py | 2 +-
pygments/formatters/_mapping.py | 2 +-
pygments/formatters/html.py | 4 +-
pygments/formatters/img.py | 10 +++--
pygments/formatters/latex.py | 9 ++++-
pygments/lexers/_mapping.py | 6 +--
pygments/lexers/c_cpp.py | 9 ++++-
pygments/lexers/chapel.py | 13 ++++---
pygments/lexers/dotnet.py | 6 +--
pygments/lexers/hdl.py | 25 +++++++-----
pygments/lexers/julia.py | 25 ++++++++----
pygments/lexers/lisp.py | 2 +-
pygments/lexers/python.py | 39 +++++++++++--------
pygments/lexers/rdf.py | 71 ++++++++++++++++++++--------------
pygments/lexers/shell.py | 11 +++---
pygments/lexers/sql.py | 20 +++++++---
pygments/lexers/templates.py | 6 ++-
pygments/lexers/textfmts.py | 5 +++
pygments/token.py | 8 ++++
requirements.txt | 5 +++
setup.cfg | 3 ++
setup.py | 2 +-
tests/test_html_formatter.py | 4 +-
tests/test_token.py | 8 ++++
tox.ini | 7 ++++
36 files changed, 360 insertions(+), 129 deletions(-)
create mode 100644 .hgignore
create mode 100644 .hgtags
create mode 100644 requirements.txt
create mode 100644 tox.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pygments.git
More information about the Python-modules-commits
mailing list