[Python-modules-commits] [numpydoc] branch master updated (4144e58 -> 125fc9a)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Jul 12 18:19:12 UTC 2017


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

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

      from  4144e58   More update to the changelog
       new  665b809   Upgrade watch file to version 4
       new  8fd2bb9   Switch from git-dpm to gbp
       new  b42f56d   New upstream version 0.7.0
       new  2623f71   Updated version 0.7.0 from 'upstream/0.7.0'
       new  60852a3   Add new build dependency on jinja2
       new  7bc8298   Drop explicit dependency on Sphinx
       new  da0dcf7   Drop matplotlib from Suggests
       new  fc3494c   No more repack required
       new  1a36182   Update copyright information
       new  5666807   Use secure Source URI in copyright
       new  67c39ec   Bump debhelper version to 10, no changes required
       new  dc0efb9   Bump standards version to 4.0.0, no changes required
       new  7e43ded   Normalize the Vcs-Browser URI
       new  5f341b6   Run DEP-8 tests for all Python versions
       new  a4a4a87   Add support for the nocheck build profile
       new  125fc9a   Release to unstable

The 16 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:
 MANIFEST.in                               |   2 +-
 PKG-INFO                                  |   6 +-
 debian/.git-dpm                           |  11 -
 debian/changelog                          |  22 +
 debian/compat                             |   2 +-
 debian/control                            |  29 +-
 debian/copyright                          |  75 +--
 debian/gbp.conf                           |   7 +
 debian/rules                              |   4 +
 debian/tests/control                      |  26 +-
 debian/watch                              |   8 +-
 numpydoc/__init__.py                      |   2 +
 numpydoc/comment_eater.py                 | 169 ------
 numpydoc/compiler_unparse.py              | 865 ------------------------------
 numpydoc/docscrape.py                     |  58 +-
 numpydoc/docscrape_sphinx.py              |  73 ++-
 numpydoc/numpydoc.py                      | 127 +++--
 numpydoc/phantom_import.py                | 167 ------
 numpydoc/plot_directive.py                | 642 ----------------------
 numpydoc/templates/numpydoc_docstring.rst |  16 +
 numpydoc/tests/test_docscrape.py          | 152 +++++-
 numpydoc/tests/test_phantom_import.py     |  12 -
 numpydoc/tests/test_plot_directive.py     |  11 -
 numpydoc/tests/test_traitsdoc.py          |  11 -
 numpydoc/traitsdoc.py                     | 143 -----
 setup.py                                  |  19 +-
 26 files changed, 429 insertions(+), 2230 deletions(-)
 delete mode 100644 debian/.git-dpm
 create mode 100644 debian/gbp.conf
 delete mode 100644 numpydoc/comment_eater.py
 delete mode 100644 numpydoc/compiler_unparse.py
 delete mode 100644 numpydoc/phantom_import.py
 delete mode 100644 numpydoc/plot_directive.py
 create mode 100644 numpydoc/templates/numpydoc_docstring.rst
 delete mode 100644 numpydoc/tests/test_phantom_import.py
 delete mode 100644 numpydoc/tests/test_plot_directive.py
 delete mode 100644 numpydoc/tests/test_traitsdoc.py
 delete mode 100644 numpydoc/traitsdoc.py

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



More information about the Python-modules-commits mailing list