[Python-modules-commits] [numpydoc] branch master updated (267be13 -> 96dadd5)

Denis Laxalde dlax-guest at moszumanska.debian.org
Sun Oct 25 10:30:02 UTC 2015


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

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

      from  267be13   Update Vcs fields for git migration
       new  7e19a16   record new upstream branch created by importing numpydoc_0.5.orig.tar.gz
       new  bde5951   Import numpydoc_0.5.orig.tar.gz
       new  48fcc7c   merge patched into master
       new  96dadd5   Closes #801947

The 4 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:
 LICENSE.txt                                        |   7 +-
 MANIFEST.in                                        |   2 +-
 PKG-INFO                                           |   7 +-
 README.txt => README.rst                           |  12 ++
 __init__.py                                        |   1 -
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   4 +-
 debian/patches/clean-setup.patch                   |  48 -----
 debian/patches/series                              |   1 -
 numpydoc.egg-info/PKG-INFO                         |   7 +-
 numpydoc.egg-info/SOURCES.txt                      |  30 +--
 numpydoc.egg-info/entry_points.txt                 |   3 -
 numpydoc.egg-info/not-zip-safe                     |   1 -
 numpydoc.egg-info/requires.txt                     |   1 -
 numpydoc/__init__.py                               |   3 +
 comment_eater.py => numpydoc/comment_eater.py      |  19 +-
 .../compiler_unparse.py                            |  27 +--
 docscrape.py => numpydoc/docscrape.py              |  77 +++++---
 .../docscrape_sphinx.py                            |  97 +++++++---
 numpydoc/linkcode.py                               |  83 +++++++++
 numpydoc.py => numpydoc/numpydoc.py                |  73 +++++---
 phantom_import.py => numpydoc/phantom_import.py    |   9 +-
 plot_directive.py => numpydoc/plot_directive.py    | 117 +++++++-----
 {tests => numpydoc/tests}/test_docscrape.py        | 204 ++++++++++++++++++---
 numpydoc/tests/test_linkcode.py                    |   5 +
 numpydoc/tests/test_phantom_import.py              |  12 ++
 numpydoc/tests/test_plot_directive.py              |  11 ++
 numpydoc/tests/test_traitsdoc.py                   |  11 ++
 traitsdoc.py => numpydoc/traitsdoc.py              |  14 +-
 setup.py                                           |  13 +-
 30 files changed, 651 insertions(+), 262 deletions(-)
 rename README.txt => README.rst (73%)
 delete mode 100644 __init__.py
 delete mode 100644 debian/patches/clean-setup.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 numpydoc.egg-info/entry_points.txt
 delete mode 100644 numpydoc.egg-info/not-zip-safe
 delete mode 100644 numpydoc.egg-info/requires.txt
 create mode 100644 numpydoc/__init__.py
 rename comment_eater.py => numpydoc/comment_eater.py (93%)
 rename compiler_unparse.py => numpydoc/compiler_unparse.py (99%)
 rename docscrape.py => numpydoc/docscrape.py (86%)
 rename docscrape_sphinx.py => numpydoc/docscrape_sphinx.py (68%)
 create mode 100644 numpydoc/linkcode.py
 rename numpydoc.py => numpydoc/numpydoc.py (66%)
 rename phantom_import.py => numpydoc/phantom_import.py (95%)
 rename plot_directive.py => numpydoc/plot_directive.py (85%)
 rename {tests => numpydoc/tests}/test_docscrape.py (79%)
 create mode 100644 numpydoc/tests/test_linkcode.py
 create mode 100644 numpydoc/tests/test_phantom_import.py
 create mode 100644 numpydoc/tests/test_plot_directive.py
 create mode 100644 numpydoc/tests/test_traitsdoc.py
 rename traitsdoc.py => numpydoc/traitsdoc.py (92%)

-- 
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