[Debian-astro-commits] [python-astropy] 01/02: Merge branch 'upstream' into debian

Ole Streicher olebole at moszumanska.debian.org
Sat Dec 12 09:25:34 UTC 2015


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

olebole pushed a commit to branch debian
in repository python-astropy.

commit b66f48da17cf7fce83fb00c813ac393fb4227867
Merge: 675ff11 d86ef55
Author: Ole Streicher <olebole at debian.org>
Date:   Sat Dec 12 10:02:12 2015 +0100

    Merge branch 'upstream' into debian

 .pc/.dpkg-source-unapply                           |   0
 .pc/.quilt_patches                                 |   1 +
 .pc/.quilt_series                                  |   1 +
 .pc/.version                                       |   1 +
 CHANGES.rst                                        | 187 +----
 PKG-INFO                                           |   4 +-
 astropy/_erfa/core.py                              |   8 +-
 astropy/convolution/boundary_extend.c              | 552 ++++++-------
 astropy/convolution/boundary_fill.c                | 552 ++++++-------
 astropy/convolution/boundary_none.c                | 552 ++++++-------
 astropy/convolution/boundary_wrap.c                | 552 ++++++-------
 astropy/cosmology/scalar_inv_efuncs.c              | 190 ++---
 astropy/cython_version.py                          |   2 +-
 astropy/io/ascii/cparser.c                         | 633 ++++++++-------
 astropy/io/fits/tests/test_core.py                 |   3 +-
 astropy/io/fits/tests/test_hdulist.py              |   3 +-
 astropy/io/fits/tests/test_header.py               |   3 +-
 astropy/io/fits/tests/test_image.py                |   3 +-
 astropy/io/fits/tests/test_table.py                |   3 +-
 astropy/io/fits/tests/test_uint.py                 |   3 +-
 astropy/io/fits/tests/util.py                      |  45 --
 astropy/modeling/src/projections.c                 | 636 +++++++--------
 astropy/table/_column_mixins.c                     | 114 +--
 astropy/table/_np_utils.c                          | 548 ++++++-------
 astropy/table/tests/test_table.py                  |   8 +-
 astropy/tests/helper.py                            |  38 +
 astropy/tests/pytest_plugins.py                    |  10 +-
 astropy/units/tests/test_quantity_ufuncs.py        |   7 +-
 astropy/version.py                                 |   8 +-
 astropy/wcs/tests/test_wcsprm.py                   |   2 +-
 astropy/wcs/wcs.py                                 |   9 +-
 astropy_helpers/CHANGES.rst                        |   8 +-
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |   9 +-
 .../astropy_helpers.egg-info/SOURCES.txt           |  12 +-
 astropy_helpers/astropy_helpers/version.py         |   6 +-
 .../astropy_helpers/__init__.py                    |  52 ++
 .../astropy_helpers/commands/__init__.py           |   0
 .../astropy_helpers/commands/_dummy.py             |  81 ++
 .../astropy_helpers/commands/_test_compat.py       | 307 +++++++
 .../astropy_helpers/commands/build_ext.py          | 457 +++++++++++
 .../astropy_helpers/commands/build_py.py           |  39 +
 .../astropy_helpers/commands/build_sphinx.py       | 236 ++++++
 .../astropy_helpers/commands/install.py            |  14 +
 .../astropy_helpers/commands/install_lib.py        |  14 +
 .../astropy_helpers/commands/register.py           |  53 ++
 .../astropy_helpers/commands/setup_package.py      |   4 +
 .../astropy_helpers/commands/src/compiler.c        | 129 +++
 .../astropy_helpers/commands/test.py               |  35 +
 .../astropy_helpers/compat/__init__.py             |  12 +
 .../compat/_subprocess_py2/__init__.py             |  38 +
 .../astropy_helpers/compat/subprocess.py           |  19 +
 .../astropy_helpers/distutils_helpers.py           | 257 ++++++
 .../astropy_helpers/git_helpers.py}                |  49 +-
 .../astropy_helpers/setup_helpers.py               | 734 +++++++++++++++++
 .../astropy_helpers/sphinx/__init__.py             |   6 +
 .../astropy_helpers/sphinx/conf.py                 | 332 ++++++++
 .../astropy_helpers/sphinx/ext/__init__.py         |   3 +
 .../sphinx/ext/astropyautosummary.py               | 122 +++
 .../sphinx/ext/autodoc_enhancements.py             |  98 +++
 .../astropy_helpers/sphinx/ext/automodapi.py       | 364 +++++++++
 .../astropy_helpers/sphinx/ext/automodsumm.py      | 606 ++++++++++++++
 .../astropy_helpers/sphinx/ext/changelog_links.py  |  78 ++
 .../astropy_helpers/sphinx/ext/comment_eater.py    | 169 ++++
 .../astropy_helpers/sphinx/ext/compiler_unparse.py | 865 ++++++++++++++++++++
 .../astropy_helpers/sphinx/ext/docscrape.py        | 531 +++++++++++++
 .../astropy_helpers/sphinx/ext/docscrape_sphinx.py | 274 +++++++
 .../astropy_helpers/sphinx/ext/doctest.py          |  38 +
 .../astropy_helpers/sphinx/ext/edit_on_github.py   | 165 ++++
 .../astropy_helpers/sphinx/ext/numpydoc.py         | 187 +++++
 .../astropy_helpers/sphinx/ext/phantom_import.py   | 167 ++++
 .../astropy_helpers/sphinx/ext/smart_resolver.py   |  92 +++
 .../sphinx/ext/templates/autosummary_core/base.rst |  10 +
 .../ext/templates/autosummary_core/class.rst       |  65 ++
 .../ext/templates/autosummary_core/module.rst      |  41 +
 .../astropy_helpers/sphinx/ext/tests/__init__.py   |  70 ++
 .../sphinx/ext/tests/test_autodoc_enhancements.py  |  56 ++
 .../sphinx/ext/tests/test_automodapi.py            | 343 ++++++++
 .../sphinx/ext/tests/test_automodsumm.py           | 114 +++
 .../sphinx/ext/tests/test_docscrape.py             | 762 ++++++++++++++++++
 .../astropy_helpers/sphinx/ext/tests/test_utils.py |  34 +
 .../astropy_helpers/sphinx/ext/tocdepthfix.py      |  18 +
 .../astropy_helpers/sphinx/ext/traitsdoc.py        | 142 ++++
 .../astropy_helpers/sphinx/ext/utils.py            |  65 ++
 .../astropy_helpers/sphinx/ext/viewcode.py         | 220 ++++++
 .../astropy_helpers/sphinx/local/python3links.inv  | Bin 0 -> 483 bytes
 .../astropy_helpers/sphinx/setup_package.py        |  10 +
 .../sphinx/themes/bootstrap-astropy/globaltoc.html |   3 +
 .../sphinx/themes/bootstrap-astropy/layout.html    |  96 +++
 .../sphinx/themes/bootstrap-astropy/localtoc.html  |   3 +
 .../sphinx/themes/bootstrap-astropy/searchbox.html |   7 +
 .../bootstrap-astropy/static/astropy_linkout.svg   |  75 ++
 .../static/astropy_linkout_20.png                  | Bin 0 -> 1725 bytes
 .../bootstrap-astropy/static/astropy_logo.ico      | Bin 0 -> 32988 bytes
 .../bootstrap-astropy/static/astropy_logo.svg      |  87 ++
 .../bootstrap-astropy/static/astropy_logo_32.png   | Bin 0 -> 1884 bytes
 .../bootstrap-astropy/static/bootstrap-astropy.css | 596 ++++++++++++++
 .../themes/bootstrap-astropy/static/copybutton.js  |  57 ++
 .../themes/bootstrap-astropy/static/sidebar.js     | 160 ++++
 .../sphinx/themes/bootstrap-astropy/theme.conf     |  10 +
 .../astropy_helpers/test_helpers.py                |  13 +
 .../astropy_helpers/tests/__init__.py              | 157 ++++
 .../astropy_helpers/tests/test_ah_bootstrap.py     | 419 ++++++++++
 .../astropy_helpers/tests/test_git_helpers.py      | 237 ++++++
 .../astropy_helpers/tests/test_setup_helpers.py    | 506 ++++++++++++
 .../astropy_helpers/tests/test_utils.py            |  24 +
 .../astropy_helpers/utils.py                       | 879 +++++++++++++++++++++
 .../astropy_helpers/version.py                     |   6 +-
 .../astropy_helpers/version_helpers.py             | 299 +++++++
 astropy_helpers/setup.py                           |   2 +-
 docs/whatsnew/1.1.rst                              |   6 +-
 setup.py                                           |   2 +-
 111 files changed, 14446 insertions(+), 2488 deletions(-)

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



More information about the Debian-astro-commits mailing list