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

Ole Streicher olebole-guest at moszumanska.debian.org
Wed Sep 24 18:56:33 UTC 2014


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

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

commit 2dc4830a368bc32ca3cfe06459ccecf273ed346b
Merge: 1b63fc9 5ac31b5
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Sep 24 15:59:36 2014 +0200

    Merge branch 'upstream' into debian

 CHANGES.rst                                        |  102 +-
 PKG-INFO                                           |    4 +-
 README.rst                                         |    5 +
 astropy/__init__.py                                |    7 -
 astropy/convolution/boundary_extend.c              |    2 +-
 astropy/convolution/boundary_fill.c                |    2 +-
 astropy/convolution/boundary_none.c                |    2 +-
 astropy/convolution/boundary_wrap.c                |    2 +-
 astropy/coordinates/baseframe.py                   |   28 +-
 astropy/coordinates/builtin_frames.py              |   10 +-
 astropy/coordinates/earth.py                       |    3 +-
 astropy/io/ascii/ui.py                             |    2 +
 astropy/io/fits/file.py                            |   14 +-
 astropy/io/fits/fitsrec.py                         |    6 +-
 astropy/io/fits/hdu/compressed.py                  |    5 +-
 astropy/io/fits/hdu/image.py                       |   32 +-
 astropy/io/fits/tests/test_core.py                 |  101 +-
 astropy/io/fits/tests/test_image.py                |   65 +
 astropy/io/fits/tests/test_table.py                |   13 +
 astropy/io/fits/util.py                            |   89 +-
 astropy/io/misc/hdf5.py                            |    2 +-
 astropy/io/misc/tests/test_hdf5.py                 |   24 +
 astropy/logger.py                                  |    2 +-
 astropy/modeling/fitting.py                        |    2 +-
 astropy/modeling/tests/test_fitters.py             |   26 +
 .../bootstrap-astropy/static/bootstrap-astropy.css |   15 +
 astropy/table/_np_utils.c                          |    2 +-
 astropy/table/column.py                            |  105 +-
 astropy/table/pprint.py                            |  100 +-
 astropy/table/row.py                               |  150 ++
 astropy/table/table.py                             |  138 +-
 astropy/table/tests/test_column.py                 |   21 +
 astropy/table/tests/test_pprint.py                 |  137 +-
 astropy/table/tests/test_table.py                  |   26 +
 astropy/tests/tests/test_imports.py                |   30 +-
 astropy/time/core.py                               |    6 +-
 astropy/time/erfa_time.c                           |    2 +-
 astropy/time/tests/test_basic.py                   |   12 +
 astropy/units/quantity.py                          |   29 +
 astropy/units/quantity_helper.py                   |   11 +-
 astropy/units/tests/test_quantity_ufuncs.py        |   22 +
 astropy/utils/compat/_gzip_py3/__init__.py         |  625 ++++++++
 astropy/utils/console.py                           |   88 +-
 astropy/utils/iers/iers.py                         |    8 +-
 astropy/version.py                                 |   12 +-
 astropy/vo/client/tests/test_conesearch.py         |   12 +
 astropy/vo/client/tests/test_vos_catalog.py        |    4 +-
 astropy/vo/client/vos_catalog.py                   |    9 +-
 astropy/vo/samp/__init__.py                        |    3 +-
 astropy/vo/validator/tests/test_validate.py        |    5 +
 astropy_helpers/.coveragerc                        |   21 +
 astropy_helpers/.travis.yml                        |   43 +
 astropy_helpers/CHANGES.rst                        |   61 +
 astropy_helpers/CONTRIBUTING.md                    |   20 +
 astropy_helpers/LICENSE.rst                        |   26 +
 astropy_helpers/MANIFEST.in                        |   10 +
 astropy_helpers/README.rst                         |   26 +
 astropy_helpers/ah_bootstrap.py                    |  748 ++++++++++
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |   46 +
 .../astropy_helpers.egg-info/SOURCES.txt           |   67 +
 .../astropy_helpers.egg-info/dependency_links.txt  |    1 +
 .../astropy_helpers.egg-info/not-zip-safe          |    1 +
 .../astropy_helpers.egg-info/top_level.txt         |    1 +
 astropy_helpers/astropy_helpers/__init__.py        |    4 +
 astropy_helpers/astropy_helpers/compat/__init__.py |   12 +
 .../compat/_subprocess_py2/__init__.py             |   38 +
 .../astropy_helpers/compat/subprocess.py           |   19 +
 .../astropy_helpers/git_helpers.py                 |   40 +-
 astropy_helpers/astropy_helpers/setup_helpers.py   | 1526 ++++++++++++++++++++
 astropy_helpers/astropy_helpers/sphinx/__init__.py |    6 +
 astropy_helpers/astropy_helpers/sphinx/conf.py     |  310 ++++
 .../astropy_helpers/sphinx/ext/__init__.py         |    3 +
 .../sphinx/ext/astropyautosummary.py               |   98 ++
 .../astropy_helpers/sphinx/ext/automodapi.py       |  350 +++++
 .../astropy_helpers/sphinx/ext/automodsumm.py      |  581 ++++++++
 .../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          |   33 +
 .../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   |   69 +
 .../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_automodapi.py            |  346 +++++
 .../sphinx/ext/tests/test_automodsumm.py           |  115 ++
 .../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         |  216 +++
 .../astropy_helpers/sphinx/local/python3links.inv  |    7 +
 .../astropy_helpers/sphinx/local/python3links.txt  |   13 +
 .../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 +
 .../static/astropy_linkout_20.png                  |  Bin 0 -> 1725 bytes
 .../bootstrap-astropy/static/astropy_logo.ico      |  Bin 0 -> 1150 bytes
 .../bootstrap-astropy/static/astropy_logo_32.png   |  Bin 0 -> 1884 bytes
 .../bootstrap-astropy/static/bootstrap-astropy.css |   15 +
 .../themes/bootstrap-astropy/static/copybutton.js  |   57 +
 .../themes/bootstrap-astropy/static/sidebar.js     |  160 ++
 .../sphinx/themes/bootstrap-astropy/theme.conf     |   10 +
 astropy_helpers/astropy_helpers/src/__init__.py    |    0
 astropy_helpers/astropy_helpers/src/compiler.c     |  129 ++
 .../astropy_helpers/src/setup_package.py           |    2 +
 astropy_helpers/astropy_helpers/test_helpers.py    |  207 +++
 astropy_helpers/astropy_helpers/tests/__init__.py  |  172 +++
 .../astropy_helpers/tests/test_ah_bootstrap.py     |  382 +++++
 .../astropy_helpers/tests/test_git_helpers.py      |   58 +
 .../astropy_helpers/tests/test_setup_helpers.py    |  119 ++
 astropy_helpers/astropy_helpers/utils.py           |  162 +++
 .../astropy_helpers}/version.py                    |   12 +-
 astropy_helpers/astropy_helpers/version_helpers.py |  191 +++
 .../astropy_helpers/__init__.py                    |    4 +
 .../astropy_helpers/compat/__init__.py             |   12 +
 .../compat/_subprocess_py2/__init__.py             |   38 +
 .../astropy_helpers/compat/subprocess.py           |   19 +
 .../astropy_helpers/git_helpers.py                 |   40 +-
 .../astropy_helpers/setup_helpers.py               | 1526 ++++++++++++++++++++
 .../astropy_helpers/sphinx/__init__.py             |    6 +
 .../astropy_helpers/sphinx/conf.py                 |  310 ++++
 .../astropy_helpers/sphinx/ext/__init__.py         |    3 +
 .../sphinx/ext/astropyautosummary.py               |   98 ++
 .../astropy_helpers/sphinx/ext/automodapi.py       |  350 +++++
 .../astropy_helpers/sphinx/ext/automodsumm.py      |  581 ++++++++
 .../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          |   33 +
 .../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   |   69 +
 .../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_automodapi.py            |  346 +++++
 .../sphinx/ext/tests/test_automodsumm.py           |  115 ++
 .../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         |  216 +++
 .../astropy_helpers/sphinx/local/python3links.inv  |    7 +
 .../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 +
 .../static/astropy_linkout_20.png                  |  Bin 0 -> 1725 bytes
 .../bootstrap-astropy/static/astropy_logo.ico      |  Bin 0 -> 1150 bytes
 .../bootstrap-astropy/static/astropy_logo_32.png   |  Bin 0 -> 1884 bytes
 .../bootstrap-astropy/static/bootstrap-astropy.css |   15 +
 .../themes/bootstrap-astropy/static/copybutton.js  |   57 +
 .../themes/bootstrap-astropy/static/sidebar.js     |  160 ++
 .../sphinx/themes/bootstrap-astropy/theme.conf     |   10 +
 .../astropy_helpers/src/__init__.py                |    0
 .../astropy_helpers/src/compiler.c                 |  129 ++
 .../astropy_helpers/src/setup_package.py           |    2 +
 .../astropy_helpers/test_helpers.py                |  207 +++
 .../lib.linux-x86_64-2.7/astropy_helpers/utils.py  |  162 +++
 .../astropy_helpers}/version.py                    |   12 +-
 .../astropy_helpers/version_helpers.py             |  191 +++
 .../dist/astropy_helpers-0.4.2-py2.7.egg           |  Bin 0 -> 210047 bytes
 astropy_helpers/ez_setup.py                        |  382 +++++
 astropy_helpers/licenses/LICENSE_COPYBUTTON.rst    |   50 +
 astropy_helpers/licenses/LICENSE_NUMPYDOC.rst      |   94 ++
 astropy_helpers/setup.cfg                          |    5 +
 astropy_helpers/setup.py                           |   50 +
 astropy_helpers/tox.ini                            |   12 +
 docs/coordinates/frames.rst                        |    6 +-
 docs/coordinates/skycoord.rst                      |    2 +-
 docs/development/affiliated-packages.rst           |  305 ++++
 docs/development/testguide.rst                     |    8 +-
 docs/development/workflow/get_devel_version.rst    |    5 +-
 docs/development/workflow/git_links.inc            |    4 +-
 docs/index.rst                                     |    1 +
 docs/io/ascii/read.rst                             |  156 +-
 docs/io/ascii/write.rst                            |    8 +-
 docs/io/fits/appendix/faq.rst                      | 1001 +++++++------
 docs/io/fits/index.rst                             |    5 +-
 docs/table/construct_table.rst                     |   35 +-
 docs/table/index.rst                               |   33 +-
 docs/time/index.rst                                |    2 +-
 docs/units/quantity.rst                            |    2 +-
 docs/warnings.rst                                  |   46 +-
 docs/wcs/index.rst                                 |    6 +-
 setup.py                                           |    2 +-
 201 files changed, 22092 insertions(+), 1025 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-science-commits mailing list