[Python-modules-commits] [numpydoc] branch upstream updated (3195aad -> b42f56d)

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


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

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

      from  3195aad   Import numpydoc_0.6.0+ds1.orig.tar.gz
       new  b42f56d   New upstream version 0.7.0

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:
 MANIFEST.in                               |   2 +-
 PKG-INFO                                  |   6 +-
 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 +-
 17 files changed, 348 insertions(+), 2127 deletions(-)
 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