[Python-modules-commits] [python-latexcodec] branch master updated (21fd182 -> fd0ce91)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 13 15:34:47 UTC 2017


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

ghisvail-guest pushed a change to branch master
in repository python-latexcodec.

      from  21fd182   deb/rules: set discarded http_proxy for sphinx-build
       new  d4adb31   Source tarballs from PyPI
       new  01701a1   Switch from git-dpm to gbp
       new  e4f3833   New upstream version 1.0.5
       new  a4ef219   Updated version 1.0.5 from 'upstream/1.0.5'
       new  044547b   Drop the patch queue, no longer required
       new  b6138e5   Use secure URI in copyright Format
       new  a0c59fb   Update Source field to the PyPI URI
       new  426e68c   Downgrade install of -doc package to Suggests
       new  35631d3   Drop Recommends of -doc package
       new  0452638   Add missing Built-Using metadata
       new  41bf199   Build the docs using the upstream Makefile
       new  854ee1a   Build the documentation with Python 3
       new  f4aa784   Add support for the nodoc build profile
       new  8dfa66e   Add support for the nocheck build profile
       new  44405eb   Drop superfluous installchangelogs override
       new  c7d5719   Bump debhelper version to 10, no changes required
       new  2fca897   Bump standards version to 4.0.0, no changes required
       new  cd9f4f9   Improve the autopkgtest suite
       new  27ecfc2   Adopt the package
       new  fd0ce91   Release to unstable

The 20 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:
 .travis.yml                                    | 29 ---------------
 CHANGELOG.rst                                  | 20 +++++++++--
 INSTALL.rst                                    |  2 +-
 PKG-INFO                                       | 41 +++++++++++++++++++++
 VERSION                                        |  2 +-
 debian/.git-dpm                                | 11 ------
 debian/changelog                               | 31 ++++++++++++++++
 debian/compat                                  |  2 +-
 debian/control                                 | 26 +++++++-------
 debian/copyright                               |  5 +--
 debian/gbp.conf                                |  7 ++++
 debian/patches/0001-strip-docs.patch           | 39 --------------------
 debian/patches/Fix-version-query-in-docs.patch | 30 ++++++++++++++++
 debian/patches/series                          |  2 +-
 debian/python-latexcodec-doc.docs              |  1 +
 debian/python-latexcodec-doc.lintian-overrides |  2 ++
 debian/rules                                   | 24 ++++++++-----
 debian/tests/control                           | 26 +++++++++++---
 debian/tests/python-latexcodec                 |  3 --
 debian/tests/python3-latexcodec                |  3 --
 debian/watch                                   |  6 ++--
 doc/_build/.gitignore                          |  0
 doc/conf.py                                    |  4 +--
 doc/index.rst                                  |  2 ++
 latexcodec.egg-info/PKG-INFO                   | 41 +++++++++++++++++++++
 latexcodec.egg-info/SOURCES.txt                | 33 +++++++++++++++++
 latexcodec.egg-info/dependency_links.txt       |  1 +
 latexcodec.egg-info/requires.txt               |  1 +
 latexcodec.egg-info/top_level.txt              |  1 +
 latexcodec.egg-info/zip-safe                   |  1 +
 latexcodec/codec.py                            | 15 ++++++--
 latexcodec/lexer.py                            |  8 ++---
 setup.cfg                                      | 14 +++++---
 setup.py                                       |  2 ++
 test/test_latex_codec.py                       |  8 +++++
 test/test_latex_lexer.py                       | 49 ++++++++++++++++++--------
 36 files changed, 344 insertions(+), 148 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 PKG-INFO
 delete mode 100644 debian/.git-dpm
 create mode 100644 debian/gbp.conf
 delete mode 100644 debian/patches/0001-strip-docs.patch
 create mode 100644 debian/patches/Fix-version-query-in-docs.patch
 create mode 100644 debian/python-latexcodec-doc.docs
 create mode 100644 debian/python-latexcodec-doc.lintian-overrides
 delete mode 100755 debian/tests/python-latexcodec
 delete mode 100755 debian/tests/python3-latexcodec
 delete mode 100644 doc/_build/.gitignore
 create mode 100644 latexcodec.egg-info/PKG-INFO
 create mode 100644 latexcodec.egg-info/SOURCES.txt
 create mode 100644 latexcodec.egg-info/dependency_links.txt
 create mode 100644 latexcodec.egg-info/requires.txt
 create mode 100644 latexcodec.egg-info/top_level.txt
 create mode 100644 latexcodec.egg-info/zip-safe

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



More information about the Python-modules-commits mailing list