[Python-modules-commits] [numpydoc] branch master updated (18cb05b -> 6142ff4)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Dec 23 16:03:43 UTC 2016


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

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

      from  18cb05b   Fixed VCS URL (https)
       new  64f36e6   Filter upstream tarball from vendored sphinx.ext.linkcode
       new  3195aad   Import numpydoc_0.6.0+ds1.orig.tar.gz
       new  00340e0   record new upstream branch created by importing numpydoc_0.6.0+ds1.orig.tar.gz and merge it
       new  63d426f   Bump versioned depends on Python to 2.7 and 3.4
       new  f13d100   Bump standards version to 3.9.8, no changes required
       new  6bdc434   Add packaging testsuite
       new  22a1af0   Rearrange copyright paragraphs to fix Lintian warnings
       new  6142ff4   Release to unstable

The 8 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                            |   6 ++
 PKG-INFO                               |  12 ++-
 README.rst                             |   8 ++
 debian/.git-dpm                        |  14 +--
 debian/changelog                       |  16 +++-
 debian/control                         |  10 +--
 debian/copyright                       |  30 ++++---
 debian/tests/control                   |   9 ++
 debian/watch                           |   4 +-
 numpydoc.egg-info/PKG-INFO             |  16 ----
 numpydoc.egg-info/SOURCES.txt          |  23 -----
 numpydoc.egg-info/dependency_links.txt |   1 -
 numpydoc.egg-info/top_level.txt        |   1 -
 numpydoc/docscrape.py                  | 160 ++++++++++++++++++++++-----------
 numpydoc/docscrape_sphinx.py           |  32 ++++---
 numpydoc/linkcode.py                   |  83 -----------------
 numpydoc/numpydoc.py                   |  57 ++++++++----
 numpydoc/tests/test_docscrape.py       | 148 +++++++++++++++++++++++++++++-
 numpydoc/tests/test_linkcode.py        |   5 --
 numpydoc/traitsdoc.py                  |   3 +-
 setup.cfg                              |   5 --
 setup.py                               |  17 +++-
 22 files changed, 409 insertions(+), 251 deletions(-)
 create mode 100644 debian/tests/control
 delete mode 100644 numpydoc.egg-info/PKG-INFO
 delete mode 100644 numpydoc.egg-info/SOURCES.txt
 delete mode 100644 numpydoc.egg-info/dependency_links.txt
 delete mode 100644 numpydoc.egg-info/top_level.txt
 delete mode 100644 numpydoc/linkcode.py
 delete mode 100644 numpydoc/tests/test_linkcode.py
 delete mode 100644 setup.cfg

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