[Python-modules-commits] [sphinx-argparse] branch master updated (a2cde8c -> 268686b)

ChangZhuo Chen czchen at moszumanska.debian.org
Sun Jul 2 13:21:32 UTC 2017


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

czchen pushed a change to branch master
in repository sphinx-argparse.

      from  a2cde8c   orphan package
       new  082edfa   Add ChangZhuo Chen as Uploaders
       new  fdeaeb4   Bump compat to 10
       new  4c42c63   record new upstream branch created by importing sphinx-argparse_0.2.1.orig.tar.gz
       new  72f60ca   Import sphinx-argparse_0.2.1.orig.tar.gz
       new  db359d8   merge patched into master
       new  ccdef0f   Update changelog
       new  f0e90f2   fix-tests
       new  f51ce21   merge patched into master
       new  680b731   fix-tests
       new  76a84f4   merge patched into master
       new  714a18d   Sort Build-Depends
       new  268686b   Update Build-Depends

The 12 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:
 .gitignore                          |   1 +
 .travis.yml                         |  15 +-
 README.md                           |  70 ++++--
 debian/.git-dpm                     |  14 +-
 debian/changelog                    |   7 +
 debian/compat                       |   2 +-
 debian/control                      |  11 +-
 debian/patches/0001-fix-tests.patch |  41 ++--
 docs/conf.py                        |  12 +-
 docs/contrib.rst                    |  25 +--
 docs/extend.rst                     |  49 ++---
 docs/index.rst                      |  11 +-
 docs/install.rst                    |  11 +-
 docs/markdown.rst                   | 104 +++++++++
 docs/misc.rst                       |  27 +++
 docs/sample.rst                     |  45 ++--
 docs/usage.rst                      |  56 +++--
 requirements.txt                    |   0
 requirements_dev.txt                |   1 +
 requirements_rtd.txt                |   3 +
 setup.py                            |  27 ++-
 sphinxarg/__init__.py               |   1 +
 sphinxarg/ext.py                    | 426 +++++++++++++++++++++++-------------
 sphinxarg/markdown.py               | 398 +++++++++++++++++++++++++++++++++
 sphinxarg/parser.py                 | 167 +++++++++-----
 test/sample.py                      |  23 +-
 test/sample2.py                     |  11 +
 test/test_parser.py                 | 232 ++++++++++++++------
 28 files changed, 1326 insertions(+), 464 deletions(-)
 create mode 100644 docs/markdown.rst
 create mode 100644 docs/misc.rst
 delete mode 100644 requirements.txt
 create mode 100644 requirements_rtd.txt
 create mode 100644 sphinxarg/markdown.py
 create mode 100644 test/sample2.py

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



More information about the Python-modules-commits mailing list