[python-astropy] branch debian updated (1b63fc9 -> d5eaee7)

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 change to branch debian
in repository python-astropy.

      from  1b63fc9   build-depends on libcfitsio-dev instead of libcfitsio3-dev. Closes: #761716
      adds  5ac31b5   New upstream version 0.4.2
       new  2dc4830   Merge branch 'upstream' into debian
       new  d5eaee7   Adjust patches for new version

The 2 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:
 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 +
 .../compat/{_gzip_py2 => _gzip_py3}/__init__.py    |  256 +++--
 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 +
 {licenses => astropy_helpers}/LICENSE.rst          |    2 +-
 astropy_helpers/MANIFEST.in                        |   10 +
 astropy_helpers/README.rst                         |   26 +
 ah_bootstrap.py => astropy_helpers/ah_bootstrap.py |    0
 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             |    0
 .../astropy_helpers}/compat/subprocess.py          |    0
 .../astropy_helpers/git_helpers.py                 |   40 +-
 .../astropy_helpers}/setup_helpers.py              |  399 ++++----
 .../astropy_helpers}/sphinx/__init__.py            |    4 -
 .../astropy_helpers}/sphinx/conf.py                |   31 +-
 .../astropy_helpers/sphinx/ext/__init__.py         |    3 +
 .../sphinx/ext/astropyautosummary.py               |   12 +-
 .../astropy_helpers}/sphinx/ext/automodapi.py      |   13 +-
 .../astropy_helpers}/sphinx/ext/automodsumm.py     |   26 +-
 .../astropy_helpers/sphinx/ext/changelog_links.py  |   78 ++
 .../astropy_helpers}/sphinx/ext/comment_eater.py   |   23 +-
 .../sphinx/ext/compiler_unparse.py                 |   31 +-
 .../astropy_helpers}/sphinx/ext/docscrape.py       |   87 +-
 .../sphinx/ext/docscrape_sphinx.py                 |  103 +-
 .../astropy_helpers}/sphinx/ext/doctest.py         |    4 -
 .../astropy_helpers}/sphinx/ext/edit_on_github.py  |    4 -
 .../astropy_helpers}/sphinx/ext/numpydoc.py        |   74 +-
 .../astropy_helpers}/sphinx/ext/phantom_import.py  |   13 +-
 .../astropy_helpers}/sphinx/ext/smart_resolver.py  |    6 +-
 .../sphinx/ext/templates/autosummary_core/base.rst |   10 +
 .../ext/templates/autosummary_core/class.rst       |    6 -
 .../ext/templates/autosummary_core/module.rst      |    6 -
 .../astropy_helpers/sphinx/ext/tests/__init__.py   |   70 ++
 .../sphinx/ext/tests/test_automodapi.py            |  112 ++-
 .../sphinx/ext/tests/test_automodsumm.py           |   54 +-
 .../sphinx/ext/tests/test_docscrape.py             |  762 +++++++++++++++
 .../astropy_helpers/sphinx/ext/tests/test_utils.py |   34 +
 .../astropy_helpers}/sphinx/ext/tocdepthfix.py     |    4 -
 .../astropy_helpers}/sphinx/ext/traitsdoc.py       |   18 +-
 .../astropy_helpers/sphinx/ext/utils.py            |   65 ++
 .../astropy_helpers}/sphinx/ext/viewcode.py        |   12 +-
 .../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 |    0
 .../sphinx/themes/bootstrap-astropy/layout.html    |    2 +
 .../sphinx/themes/bootstrap-astropy/localtoc.html  |    0
 .../sphinx/themes/bootstrap-astropy/searchbox.html |    0
 .../static/astropy_linkout_20.png                  |  Bin
 .../bootstrap-astropy/static/astropy_logo.ico      |  Bin
 .../bootstrap-astropy/static/astropy_logo_32.png   |  Bin
 .../bootstrap-astropy/static/bootstrap-astropy.css |   15 +
 .../themes/bootstrap-astropy/static/copybutton.js  |   57 ++
 .../themes/bootstrap-astropy/static/sidebar.js     |    0
 .../sphinx/themes/bootstrap-astropy/theme.conf     |    0
 .../astropy_helpers/src}/__init__.py               |    0
 .../astropy_helpers}/src/compiler.c                |    0
 .../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             |    0
 .../astropy_helpers}/compat/subprocess.py          |    0
 .../astropy_helpers/git_helpers.py                 |   40 +-
 .../astropy_helpers}/setup_helpers.py              |  399 ++++----
 .../astropy_helpers}/sphinx/__init__.py            |    4 -
 .../astropy_helpers}/sphinx/conf.py                |   31 +-
 .../astropy_helpers/sphinx/ext/__init__.py         |    3 +
 .../sphinx/ext/astropyautosummary.py               |   12 +-
 .../astropy_helpers}/sphinx/ext/automodapi.py      |   13 +-
 .../astropy_helpers}/sphinx/ext/automodsumm.py     |   26 +-
 .../astropy_helpers/sphinx/ext/changelog_links.py  |   78 ++
 .../astropy_helpers}/sphinx/ext/comment_eater.py   |   23 +-
 .../sphinx/ext/compiler_unparse.py                 |   31 +-
 .../astropy_helpers}/sphinx/ext/docscrape.py       |   87 +-
 .../sphinx/ext/docscrape_sphinx.py                 |  103 +-
 .../astropy_helpers}/sphinx/ext/doctest.py         |    4 -
 .../astropy_helpers}/sphinx/ext/edit_on_github.py  |    4 -
 .../astropy_helpers}/sphinx/ext/numpydoc.py        |   74 +-
 .../astropy_helpers}/sphinx/ext/phantom_import.py  |   13 +-
 .../astropy_helpers}/sphinx/ext/smart_resolver.py  |    6 +-
 .../sphinx/ext/templates/autosummary_core/base.rst |   10 +
 .../ext/templates/autosummary_core/class.rst       |    6 -
 .../ext/templates/autosummary_core/module.rst      |    6 -
 .../astropy_helpers/sphinx/ext/tests/__init__.py   |   70 ++
 .../sphinx/ext/tests/test_automodapi.py            |  112 ++-
 .../sphinx/ext/tests/test_automodsumm.py           |   54 +-
 .../sphinx/ext/tests/test_docscrape.py             |  762 +++++++++++++++
 .../astropy_helpers/sphinx/ext/tests/test_utils.py |   34 +
 .../astropy_helpers}/sphinx/ext/tocdepthfix.py     |    4 -
 .../astropy_helpers}/sphinx/ext/traitsdoc.py       |   18 +-
 .../astropy_helpers/sphinx/ext/utils.py            |   65 ++
 .../astropy_helpers}/sphinx/ext/viewcode.py        |   12 +-
 .../astropy_helpers/sphinx/local/python3links.inv  |    7 +
 .../astropy_helpers/sphinx/setup_package.py        |   10 +
 .../sphinx/themes/bootstrap-astropy/globaltoc.html |    0
 .../sphinx/themes/bootstrap-astropy/layout.html    |    2 +
 .../sphinx/themes/bootstrap-astropy/localtoc.html  |    0
 .../sphinx/themes/bootstrap-astropy/searchbox.html |    0
 .../static/astropy_linkout_20.png                  |  Bin
 .../bootstrap-astropy/static/astropy_logo.ico      |  Bin
 .../bootstrap-astropy/static/astropy_logo_32.png   |  Bin
 .../bootstrap-astropy/static/bootstrap-astropy.css |   15 +
 .../themes/bootstrap-astropy/static/copybutton.js  |   57 ++
 .../themes/bootstrap-astropy/static/sidebar.js     |    0
 .../sphinx/themes/bootstrap-astropy/theme.conf     |    0
 .../astropy_helpers/src}/__init__.py               |    0
 .../astropy_helpers}/src/compiler.c                |    0
 .../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
 ez_setup.py => astropy_helpers/ez_setup.py         |    0
 astropy_helpers/licenses/LICENSE_COPYBUTTON.rst    |   50 +
 .../licenses/LICENSE_NUMPYDOC.rst                  |   40 +-
 astropy_helpers/setup.cfg                          |    5 +
 astropy_helpers/setup.py                           |   50 +
 astropy_helpers/tox.ini                            |   12 +
 debian/changelog                                   |    8 +-
 debian/control                                     |    4 +-
 debian/patches/series                              |    2 +-
 debian/patches/support_numpy_1.9.patch             |   59 --
 debian/patches/use_wcslib_4.24.patch               |   36 +
 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 +-
 206 files changed, 8169 insertions(+), 2090 deletions(-)
 create mode 100644 astropy/table/row.py
 copy astropy/utils/compat/{_gzip_py2 => _gzip_py3}/__init__.py (69%)
 create mode 100644 astropy_helpers/.coveragerc
 create mode 100644 astropy_helpers/.travis.yml
 create mode 100644 astropy_helpers/CHANGES.rst
 create mode 100644 astropy_helpers/CONTRIBUTING.md
 copy {licenses => astropy_helpers}/LICENSE.rst (97%)
 create mode 100644 astropy_helpers/MANIFEST.in
 create mode 100644 astropy_helpers/README.rst
 copy ah_bootstrap.py => astropy_helpers/ah_bootstrap.py (100%)
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/PKG-INFO
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/SOURCES.txt
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/dependency_links.txt
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/not-zip-safe
 create mode 100644 astropy_helpers/astropy_helpers.egg-info/top_level.txt
 create mode 100644 astropy_helpers/astropy_helpers/__init__.py
 create mode 100644 astropy_helpers/astropy_helpers/compat/__init__.py
 copy {astropy/utils => astropy_helpers/astropy_helpers}/compat/_subprocess_py2/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/astropy_helpers}/compat/subprocess.py (100%)
 copy astropy/version.py => astropy_helpers/astropy_helpers/git_helpers.py (88%)
 copy {astropy => astropy_helpers/astropy_helpers}/setup_helpers.py (83%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/__init__.py (50%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/conf.py (93%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/__init__.py
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/astropyautosummary.py (89%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/automodapi.py (96%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/automodsumm.py (96%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/changelog_links.py
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/comment_eater.py (92%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/compiler_unparse.py (98%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/docscrape.py (86%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/docscrape_sphinx.py (67%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/doctest.py (80%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/edit_on_github.py (95%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/numpydoc.py (67%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/phantom_import.py (93%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/smart_resolver.py (89%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/templates/autosummary_core/base.rst
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/templates/autosummary_core/class.rst (80%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/templates/autosummary_core/module.rst (71%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/__init__.py
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/tests/test_automodapi.py (66%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/tests/test_automodsumm.py (63%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/test_docscrape.py
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/tests/test_utils.py
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/tocdepthfix.py (71%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/traitsdoc.py (89%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/ext/utils.py
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/ext/viewcode.py (95%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/local/python3links.inv
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/local/python3links.txt
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/setup_package.py
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/globaltoc.html (100%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/layout.html (96%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/localtoc.html (100%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/searchbox.html (100%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png (100%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico (100%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_logo_32.png (100%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css (96%)
 create mode 100644 astropy_helpers/astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/sidebar.js (100%)
 copy {astropy => astropy_helpers/astropy_helpers}/sphinx/themes/bootstrap-astropy/theme.conf (100%)
 copy {astropy/convolution/tests => astropy_helpers/astropy_helpers/src}/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/astropy_helpers}/src/compiler.c (100%)
 create mode 100644 astropy_helpers/astropy_helpers/src/setup_package.py
 create mode 100644 astropy_helpers/astropy_helpers/test_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/__init__.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/test_ah_bootstrap.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/test_git_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/tests/test_setup_helpers.py
 create mode 100644 astropy_helpers/astropy_helpers/utils.py
 copy {astropy => astropy_helpers/astropy_helpers}/version.py (91%)
 create mode 100644 astropy_helpers/astropy_helpers/version_helpers.py
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/__init__.py
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/compat/__init__.py
 copy {astropy/utils => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/compat/_subprocess_py2/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/compat/subprocess.py (100%)
 copy astropy/version.py => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/git_helpers.py (88%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/setup_helpers.py (83%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/__init__.py (50%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/conf.py (93%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/ext/__init__.py
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/astropyautosummary.py (89%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/automodapi.py (96%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/automodsumm.py (96%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/ext/changelog_links.py
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/comment_eater.py (92%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/compiler_unparse.py (98%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/docscrape.py (86%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/docscrape_sphinx.py (67%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/doctest.py (80%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/edit_on_github.py (95%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/numpydoc.py (67%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/phantom_import.py (93%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/smart_resolver.py (89%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/ext/templates/autosummary_core/base.rst
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/templates/autosummary_core/class.rst (80%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/templates/autosummary_core/module.rst (71%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/ext/tests/__init__.py
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/tests/test_automodapi.py (66%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/tests/test_automodsumm.py (63%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/ext/tests/test_docscrape.py
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/ext/tests/test_utils.py
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/tocdepthfix.py (71%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/traitsdoc.py (89%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/ext/utils.py
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/ext/viewcode.py (95%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/local/python3links.inv
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/setup_package.py
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/globaltoc.html (100%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/layout.html (96%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/localtoc.html (100%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/searchbox.html (100%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_linkout_20.png (100%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_logo.ico (100%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/astropy_logo_32.png (100%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/bootstrap-astropy.css (96%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/sphinx/themes/bootstrap-astropy/static/copybutton.js
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/static/sidebar.js (100%)
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/sphinx/themes/bootstrap-astropy/theme.conf (100%)
 copy {astropy/convolution/tests => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/src}/__init__.py (100%)
 copy {astropy/utils => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/src/compiler.c (100%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/src/setup_package.py
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/test_helpers.py
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/utils.py
 copy {astropy => astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers}/version.py (91%)
 create mode 100644 astropy_helpers/build/lib.linux-x86_64-2.7/astropy_helpers/version_helpers.py
 create mode 100644 astropy_helpers/dist/astropy_helpers-0.4.2-py2.7.egg
 copy ez_setup.py => astropy_helpers/ez_setup.py (100%)
 create mode 100644 astropy_helpers/licenses/LICENSE_COPYBUTTON.rst
 copy licenses/SPHINXEXT_LICENSES.rst => astropy_helpers/licenses/LICENSE_NUMPYDOC.rst (51%)
 create mode 100644 astropy_helpers/setup.cfg
 create mode 100755 astropy_helpers/setup.py
 create mode 100644 astropy_helpers/tox.ini
 delete mode 100644 debian/patches/support_numpy_1.9.patch
 create mode 100644 debian/patches/use_wcslib_4.24.patch
 create mode 100644 docs/development/affiliated-packages.rst

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