[Debian-astro-commits] [python-astropy] branch debian updated (e6a6203 -> 2cbe52e)

Ole Streicher olebole at moszumanska.debian.org
Thu Aug 13 09:09:28 UTC 2015


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

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

      from  e6a6203   Re-enable dh_strip_nondeterminism override. See #791574 for details.
      adds  16c8677   New upstream version 1.0.4
       new  d924fe8   Merge branch 'upstream' into debian
       new  2cbe52e   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:
 .../tests/__init__.py => .astropy-root             |    0
 CHANGES.rst                                        |  162 +-
 PKG-INFO                                           |    4 +-
 astropy/__init__.py                                |    5 +-
 astropy/_erfa/core.py                              |    4 +-
 astropy/_erfa/core.py.templ                        |    4 +-
 astropy/_erfa/setup_package.py                     |    4 -
 astropy/analytic_functions/tests/test_blackbody.py |    6 +-
 astropy/config/configuration.py                    |   13 +-
 astropy/constants/__init__.py                      |    3 +-
 astropy/constants/tests/test_pickle.py             |    2 +-
 astropy/convolution/boundary_extend.c              | 3011 ++++++++---------
 astropy/convolution/boundary_extend.pyx            |  316 +-
 astropy/convolution/boundary_fill.c                | 3381 ++++++++++----------
 astropy/convolution/boundary_fill.pyx              |  318 +-
 astropy/convolution/boundary_none.c                | 2613 +++++++--------
 astropy/convolution/boundary_none.pyx              |  242 +-
 astropy/convolution/boundary_wrap.c                | 3295 ++++++++++---------
 astropy/convolution/boundary_wrap.pyx              |  312 +-
 astropy/convolution/tests/test_kernel_class.py     |    8 +-
 astropy/convolution/tests/test_pickle.py           |    2 +-
 astropy/coordinates/angles.py                      |    2 +-
 astropy/coordinates/baseframe.py                   |    8 +-
 .../builtin_frames/cirs_observed_transforms.py     |    5 +-
 .../intermediate_rotation_transforms.py            |   28 +-
 astropy/coordinates/builtin_frames/utils.py        |   12 +-
 astropy/coordinates/funcs.py                       |    7 +-
 astropy/coordinates/sky_coordinate.py              |   17 +-
 astropy/coordinates/tests/test_angles.py           |    2 +-
 astropy/coordinates/tests/test_api_ape5.py         |    2 +-
 astropy/coordinates/tests/test_earth.py            |    3 +-
 astropy/coordinates/tests/test_frames.py           |   11 +
 astropy/coordinates/tests/test_pickle.py           |    2 +-
 astropy/coordinates/tests/test_regression.py       |  112 +
 astropy/coordinates/tests/test_sky_coord.py        |   36 +-
 astropy/cosmology/core.py                          |  284 +-
 astropy/cosmology/tests/test_cosmology.py          |  209 +-
 astropy/cosmology/tests/test_pickle.py             |    2 +-
 astropy/io/ascii/tests/test_c_reader.py            |    2 +-
 astropy/io/fits/column.py                          |    2 +-
 astropy/io/fits/convenience.py                     |    8 +-
 astropy/io/fits/fitsrec.py                         |   10 -
 astropy/io/fits/hdu/groups.py                      |    2 +-
 astropy/io/fits/hdu/image.py                       |  101 +-
 astropy/io/fits/hdu/table.py                       |   12 +-
 astropy/io/fits/scripts/fitscheck.py               |    2 +-
 astropy/io/fits/tests/test_checksum.py             |   47 +-
 astropy/io/fits/tests/test_core.py                 |    5 +
 astropy/io/fits/tests/test_groups.py               |   13 +
 astropy/io/fits/tests/test_image.py                |   82 +
 astropy/io/fits/tests/test_uint.py                 |    2 +-
 astropy/io/fits/util.py                            |   27 +-
 astropy/io/misc/tests/test_hdf5.py                 |    2 -
 astropy/io/registry.py                             |    8 +-
 astropy/logger.py                                  |    6 +-
 astropy/modeling/core.py                           |   86 +-
 astropy/modeling/functional_models.py              |   14 +-
 astropy/modeling/models.py                         |    5 +-
 astropy/modeling/parameters.py                     |    2 +-
 astropy/modeling/projections.py                    |    2 +-
 astropy/modeling/tests/test_compound.py            |   59 +
 astropy/modeling/tests/test_parameters.py          |    2 +-
 astropy/modeling/tests/test_polynomial.py          |   16 +-
 astropy/modeling/utils.py                          |    9 +
 astropy/nddata/mixins/ndarithmetic.py              |   22 +-
 astropy/nddata/mixins/tests/test_ndarithmetic.py   |    8 +-
 astropy/nddata/tests/test_decorators.py            |    3 +-
 astropy/nddata/tests/test_flag_collection.py       |    2 +-
 astropy/tests/pytest_plugins.py                    |    5 +-
 astropy/tests/test_logger.py                       |   23 +
 astropy/tests/tests/test_socketblocker.py          |    2 +-
 astropy/time/core.py                               |   53 +-
 astropy/time/tests/test_basic.py                   |   16 +
 astropy/units/astrophys.py                         |    3 +-
 astropy/units/cds.py                               |   11 +-
 astropy/units/cgs.py                               |    3 +-
 astropy/units/decorators.py                        |    2 +-
 astropy/units/equivalencies.py                     |   14 +
 astropy/units/imperial.py                          |    3 +-
 astropy/units/quantity.py                          |   42 +-
 astropy/units/quantity_helper.py                   |   12 +-
 astropy/units/si.py                                |    3 +-
 .../units/tests/py3_test_quantity_annotations.py   |    9 +-
 astropy/units/tests/test_equivalencies.py          |   23 +-
 astropy/units/tests/test_quantity.py               |   14 +-
 astropy/units/tests/test_quantity_decorator.py     |    6 +-
 astropy/units/tests/test_quantity_ufuncs.py        |   51 +-
 astropy/units/tests/test_units.py                  |   37 +
 astropy/units/utils.py                             |   72 +-
 astropy/utils/decorators.py                        |   12 +-
 astropy/utils/tests/test_console.py                |    4 +-
 astropy/utils/tests/test_decorators.py             |   82 +-
 astropy/utils/tests/test_misc.py                   |    4 +-
 astropy/version.py                                 |   10 +-
 astropy/visualization/mpl_style.py                 |    1 -
 astropy/vo/samp/hub.py                             |    2 +-
 astropy_helpers/CHANGES.rst                        |   24 +
 astropy_helpers/astropy_helpers/__init__.pyo       |  Bin 0 -> 551 bytes
 .../__pycache__/__init__.cpython-34.pyo            |  Bin 0 -> 501 bytes
 .../__pycache__/distutils_helpers.cpython-34.pyo   |  Bin 0 -> 3932 bytes
 .../__pycache__/git_helpers.cpython-34.pyo         |  Bin 0 -> 3022 bytes
 .../__pycache__/setup_helpers.cpython-34.pyo       |  Bin 0 -> 16389 bytes
 .../__pycache__/test_helpers.cpython-34.pyo        |  Bin 0 -> 6718 bytes
 .../__pycache__/utils.cpython-34.pyo               |  Bin 0 -> 10969 bytes
 .../__pycache__/version.cpython-34.pyo             |  Bin 0 -> 678 bytes
 .../__pycache__/version_helpers.cpython-34.pyo     |  Bin 0 -> 5474 bytes
 .../astropy_helpers/commands/__init__.pyo          |  Bin 0 -> 176 bytes
 .../commands/__pycache__/__init__.cpython-34.pyo   |  Bin 0 -> 172 bytes
 .../commands/__pycache__/build_ext.cpython-34.pyo  |  Bin 0 -> 3910 bytes
 .../commands/__pycache__/build_py.cpython-34.pyo   |  Bin 0 -> 1394 bytes
 .../__pycache__/build_sphinx.cpython-34.pyo        |  Bin 0 -> 5679 bytes
 .../commands/__pycache__/install.cpython-34.pyo    |  Bin 0 -> 826 bytes
 .../__pycache__/install_lib.cpython-34.pyo         |  Bin 0 -> 847 bytes
 .../commands/__pycache__/register.cpython-34.pyo   |  Bin 0 -> 1315 bytes
 .../astropy_helpers/commands/build_ext.py          |   17 +-
 .../astropy_helpers/commands/build_ext.pyo         |  Bin 0 -> 4529 bytes
 .../astropy_helpers/commands/build_py.pyo          |  Bin 0 -> 1740 bytes
 .../astropy_helpers/commands/build_sphinx.py       |    4 +
 .../astropy_helpers/commands/build_sphinx.pyo      |  Bin 0 -> 6933 bytes
 .../astropy_helpers/commands/install.pyo           |  Bin 0 -> 991 bytes
 .../astropy_helpers/commands/install_lib.pyo       |  Bin 0 -> 1017 bytes
 .../astropy_helpers/commands/register.pyo          |  Bin 0 -> 1712 bytes
 .../astropy_helpers/compat/__init__.pyo            |  Bin 0 -> 882 bytes
 .../compat/__pycache__/__init__.cpython-34.pyo     |  Bin 0 -> 807 bytes
 .../astropy_helpers/distutils_helpers.pyo          |  Bin 0 -> 5164 bytes
 astropy_helpers/astropy_helpers/git_helpers.pyo    |  Bin 0 -> 3630 bytes
 astropy_helpers/astropy_helpers/setup_helpers.py   |    9 +-
 astropy_helpers/astropy_helpers/setup_helpers.pyo  |  Bin 0 -> 19637 bytes
 astropy_helpers/astropy_helpers/sphinx/conf.py     |   20 +-
 .../sphinx/ext/autodoc_enhancements.py             |   39 +
 .../astropy_helpers/sphinx/ext/automodsumm.py      |    3 +-
 .../sphinx/themes/bootstrap-astropy/layout.html    |    2 +-
 .../bootstrap-astropy/static/bootstrap-astropy.css |   14 +-
 astropy_helpers/astropy_helpers/test_helpers.pyo   |  Bin 0 -> 9186 bytes
 astropy_helpers/astropy_helpers/utils.py           |    5 +-
 astropy_helpers/astropy_helpers/utils.pyo          |  Bin 0 -> 13631 bytes
 astropy_helpers/astropy_helpers/version.pyo        |  Bin 0 -> 768 bytes
 .../astropy_helpers/version_helpers.pyo            |  Bin 0 -> 6190 bytes
 astropy_helpers/setup.py                           |    2 +-
 debian/changelog                                   |    5 +-
 debian/patches/mark_known_failures.patch           |   13 -
 docs/coordinates/matchsep.rst                      |    8 +-
 docs/cosmology/index.rst                           |   14 +-
 docs/development/codeguide_emacs.rst               |    3 +-
 docs/development/workflow/virtualenv_detail.rst    |   10 +-
 docs/io/fits/appendix/faq.rst                      |   63 +
 docs/io/fits/index.rst                             |   23 +-
 docs/io/fits/usage/table.rst                       |    5 +
 docs/io/unified.rst                                |   67 +-
 docs/known_issues.rst                              |   23 +-
 docs/modeling/compound-models.rst                  |  540 +++-
 docs/nitpick-exceptions                            |    2 +
 docs/stability.rst                                 |    6 +-
 docs/table/access_table.rst                        |    4 +-
 docs/time/index.rst                                |   78 +-
 setup.py                                           |    2 +-
 156 files changed, 9391 insertions(+), 7141 deletions(-)
 copy astropy/analytic_functions/tests/__init__.py => .astropy-root (100%)
 create mode 100644 astropy/coordinates/tests/test_regression.py
 create mode 100644 astropy_helpers/astropy_helpers/__init__.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/__init__.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/distutils_helpers.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/git_helpers.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/setup_helpers.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/test_helpers.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/utils.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/version.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/__pycache__/version_helpers.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__init__.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__pycache__/__init__.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__pycache__/build_ext.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__pycache__/build_py.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__pycache__/build_sphinx.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__pycache__/install.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__pycache__/install_lib.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/__pycache__/register.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/build_ext.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/build_py.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/build_sphinx.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/install.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/install_lib.pyo
 create mode 100644 astropy_helpers/astropy_helpers/commands/register.pyo
 create mode 100644 astropy_helpers/astropy_helpers/compat/__init__.pyo
 create mode 100644 astropy_helpers/astropy_helpers/compat/__pycache__/__init__.cpython-34.pyo
 create mode 100644 astropy_helpers/astropy_helpers/distutils_helpers.pyo
 create mode 100644 astropy_helpers/astropy_helpers/git_helpers.pyo
 create mode 100644 astropy_helpers/astropy_helpers/setup_helpers.pyo
 create mode 100644 astropy_helpers/astropy_helpers/test_helpers.pyo
 create mode 100644 astropy_helpers/astropy_helpers/utils.pyo
 create mode 100644 astropy_helpers/astropy_helpers/version.pyo
 create mode 100644 astropy_helpers/astropy_helpers/version_helpers.pyo

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