[Debian-astro-commits] [python-astropy] branch debian updated (7b3aa0f -> d3e61f1)

Ole Streicher olebole at moszumanska.debian.org
Fri Mar 11 10:17:24 UTC 2016


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

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

      from  7b3aa0f   Add ASCL-Id
      adds  6f8f3f7   New upstream version 1.1.2
       new  c7b40e2   Merge branch 'upstream' into debian
       new  a3bde60   Add new upstream to d/changelog
       new  9303a0b   Adjust patches for new version
       new  938d2f2   Fix cfitsio related tests. Closes: #816715
       new  d3e61f1   Finalize d/changelog

The 5 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                                        |  344 ++-
 PKG-INFO                                           |    5 +-
 astropy/convolution/boundary_extend.c              |  396 ++--
 astropy/convolution/boundary_fill.c                |  396 ++--
 astropy/convolution/boundary_none.c                |  396 ++--
 astropy/convolution/boundary_wrap.c                |  396 ++--
 astropy/convolution/convolve.py                    |   71 +-
 astropy/convolution/kernels.py                     |    4 +-
 astropy/cosmology/scalar_inv_efuncs.c              |   54 +-
 astropy/io/ascii/cds.py                            |    9 +-
 astropy/io/ascii/core.py                           |  118 +-
 astropy/io/ascii/cparser.c                         | 2312 +++++---------------
 astropy/io/ascii/cparser.pyx                       |   53 +-
 astropy/io/ascii/latex.py                          |    9 +-
 astropy/io/ascii/setup_package.py                  |    3 +
 .../tests/t/{vizier => cds/description}/ReadMe     |   36 +-
 astropy/io/ascii/tests/t/cds/description/table.dat |    2 +
 astropy/io/ascii/tests/t/latex3.tex                |    7 +
 .../io/ascii/tests/test_cds_header_from_readme.py  |   16 +
 astropy/io/ascii/tests/test_read.py                |    4 +
 astropy/io/ascii/tests/test_write.py               |   32 +-
 astropy/io/fits/column.py                          |  146 ++
 astropy/io/fits/fitsrec.py                         |  237 +-
 astropy/io/fits/hdu/base.py                        |   13 +-
 astropy/io/fits/hdu/groups.py                      |    4 +-
 astropy/io/fits/hdu/table.py                       |    2 +-
 astropy/io/fits/src/compressionmodule.c            |    6 +-
 astropy/io/fits/tests/data/memtest.fits            |    1 +
 astropy/io/fits/tests/test_connect.py              |    5 +-
 astropy/io/fits/tests/test_table.py                |  121 +
 astropy/io/fits/tests/test_uint.py                 |    6 +-
 astropy/modeling/core.py                           |   45 +-
 astropy/modeling/parameters.py                     |    2 +-
 astropy/modeling/src/wcsconfig.h                   |    2 +-
 astropy/modeling/tests/test_parameters.py          |   41 +
 astropy/nddata/mixins/ndarithmetic.py              |   13 +-
 astropy/nddata/mixins/tests/test_ndarithmetic.py   |   17 +-
 astropy/stats/funcs.py                             |   16 +-
 astropy/stats/tests/test_funcs.py                  |   43 +
 astropy/table/_np_utils.c                          |  392 ++--
 astropy/table/jsviewer.py                          |    8 +-
 astropy/table/table.py                             |    2 +-
 astropy/table/tests/test_jsviewer.py               |    7 +-
 astropy/table/tests/test_table.py                  |   19 +
 astropy/tests/output_checker.py                    |    4 +
 astropy/tests/runner.py                            |    1 +
 astropy/units/function/core.py                     |   14 +-
 astropy/units/tests/test_logarithmic.py            |    6 +
 astropy/units/tests/test_quantity.py               |   34 +
 astropy/utils/compat/_weakset_py2/__init__.py      |  219 ++
 astropy/utils/compat/weakref.py                    |    6 +
 astropy/utils/decorators.py                        |    8 +-
 astropy/utils/release.py                           |   13 -
 astropy/version.py                                 |   10 +-
 astropy/visualization/scripts/fits2bitmap.py       |   80 +-
 .../scripts/tests/test_fits2bitmap.py              |   46 +-
 astropy/visualization/tests/test_units.py          |    3 +
 astropy/visualization/units.py                     |    2 +-
 astropy/wcs/include/astropy_wcs/wcsconfig.h        |    2 +-
 astropy/wcs/include/wcsconfig.h                    |    2 +-
 astropy/wcs/include/wcslib/cel.h                   |    8 +-
 astropy/wcs/include/wcslib/lin.h                   |    8 +-
 astropy/wcs/include/wcslib/prj.h                   |    8 +-
 astropy/wcs/include/wcslib/spc.h                   |    8 +-
 astropy/wcs/include/wcslib/spx.h                   |    8 +-
 astropy/wcs/include/wcslib/tab.h                   |    8 +-
 astropy/wcs/include/wcslib/wcs.h                   |    8 +-
 astropy/wcs/include/wcslib/wcserr.h                |    8 +-
 astropy/wcs/include/wcslib/wcsmath.h               |    8 +-
 astropy/wcs/include/wcslib/wcsprintf.h             |    8 +-
 astropy/wcs/setup_package.py                       |    2 +-
 astropy/wcs/src/wcslib_wrap.c                      |   15 +-
 .../data/{validate.5.0.txt => validate.5.13.txt}   |    2 +-
 astropy/wcs/tests/test_wcs.py                      |  116 +-
 astropy/wcs/wcs.py                                 |   21 +-
 astropy_helpers/.travis.yml                        |   54 -
 astropy_helpers/CHANGES.rst                        |    7 +
 astropy_helpers/CONTRIBUTING.md                    |   20 -
 astropy_helpers/MANIFEST.in                        |   10 -
 astropy_helpers/appveyor.yml                       |   43 -
 astropy_helpers/astropy_helpers.egg-info/PKG-INFO  |    4 +-
 .../bootstrap-astropy/static/bootstrap-astropy.css |    5 +
 astropy_helpers/astropy_helpers/tests/__init__.py  |  157 --
 astropy_helpers/astropy_helpers/tests/coveragerc   |   24 -
 .../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/astropy_helpers/version.py         |   10 +-
 astropy_helpers/setup.cfg                          |    5 -
 astropy_helpers/setup.py                           |   53 -
 astropy_helpers/tox.ini                            |   19 -
 cextern/wcslib/C/GNUmakefile                       |    4 +-
 cextern/wcslib/C/cel.c                             |    6 +-
 cextern/wcslib/C/cel.h                             |    8 +-
 cextern/wcslib/C/dis.c                             |    8 +-
 cextern/wcslib/C/dis.h                             |    8 +-
 cextern/wcslib/C/fitshdr.h                         |    8 +-
 cextern/wcslib/C/fitshdr.l                         |    6 +-
 cextern/wcslib/C/flexed/README                     |    5 +-
 cextern/wcslib/C/flexed/fitshdr.c                  |    6 +-
 cextern/wcslib/C/flexed/wcsbth.c                   |    6 +-
 cextern/wcslib/C/flexed/wcspih.c                   |   18 +-
 cextern/wcslib/C/flexed/wcsulex.c                  |  255 +--
 cextern/wcslib/C/flexed/wcsutrn.c                  |   10 +-
 cextern/wcslib/C/getwcstab.c                       |    6 +-
 cextern/wcslib/C/getwcstab.h                       |    8 +-
 cextern/wcslib/C/lin.c                             |    6 +-
 cextern/wcslib/C/lin.h                             |    8 +-
 cextern/wcslib/C/log.c                             |    6 +-
 cextern/wcslib/C/log.h                             |    8 +-
 cextern/wcslib/C/prj.c                             |    6 +-
 cextern/wcslib/C/prj.h                             |    8 +-
 cextern/wcslib/C/spc.c                             |    6 +-
 cextern/wcslib/C/spc.h                             |    8 +-
 cextern/wcslib/C/sph.c                             |    6 +-
 cextern/wcslib/C/sph.h                             |    8 +-
 cextern/wcslib/C/spx.c                             |    6 +-
 cextern/wcslib/C/spx.h                             |    8 +-
 cextern/wcslib/C/tab.c                             |    6 +-
 cextern/wcslib/C/tab.h                             |    8 +-
 cextern/wcslib/C/wcs.c                             |   12 +-
 cextern/wcslib/C/wcs.h                             |    8 +-
 cextern/wcslib/C/wcsbth.l                          |    6 +-
 cextern/wcslib/C/wcserr.c                          |    6 +-
 cextern/wcslib/C/wcserr.h                          |    8 +-
 cextern/wcslib/C/wcsfix.c                          |   20 +-
 cextern/wcslib/C/wcsfix.h                          |    8 +-
 cextern/wcslib/C/wcshdr.c                          |  244 ++-
 cextern/wcslib/C/wcshdr.h                          |   91 +-
 cextern/wcslib/C/wcslib.h                          |    8 +-
 cextern/wcslib/C/wcsmath.h                         |    8 +-
 cextern/wcslib/C/wcspih.l                          |   18 +-
 cextern/wcslib/C/wcsprintf.c                       |    6 +-
 cextern/wcslib/C/wcsprintf.h                       |    8 +-
 cextern/wcslib/C/wcstrig.c                         |    6 +-
 cextern/wcslib/C/wcstrig.h                         |    8 +-
 cextern/wcslib/C/wcsulex.l                         |   11 +-
 cextern/wcslib/C/wcsunits.c                        |    6 +-
 cextern/wcslib/C/wcsunits.h                        |    8 +-
 cextern/wcslib/C/wcsutil.c                         |    6 +-
 cextern/wcslib/C/wcsutil.h                         |    8 +-
 cextern/wcslib/C/wcsutrn.l                         |   10 +-
 cextern/wcslib/CHANGES                             |   52 +-
 cextern/wcslib/GNUmakefile                         |    4 +-
 cextern/wcslib/INSTALL                             |   12 +-
 cextern/wcslib/README                              |    8 +-
 cextern/wcslib/THANKS                              |    6 +-
 cextern/wcslib/VALIDATION                          |   43 +-
 cextern/wcslib/configure                           |   26 +-
 cextern/wcslib/configure.ac                        |    8 +-
 cextern/wcslib/flavours                            |    2 +-
 cextern/wcslib/makedefs.in                         |    8 +-
 cextern/wcslib/wcsconfig.h.in                      |    4 +-
 cextern/wcslib/wcsconfig_f77.h.in                  |    4 +-
 cextern/wcslib/wcsconfig_tests.h.in                |    4 +-
 cextern/wcslib/wcsconfig_utils.h.in                |    4 +-
 debian/changelog                                   |    6 +-
 debian/patches/fix_astropy_wcs_py.patch            |   15 -
 debian/patches/fix_for_cfitsio_3380.patch          |   35 +
 debian/patches/fix_for_wcslib5.13.patch            |   41 -
 debian/patches/mark_known_failures.patch           |    4 +-
 debian/patches/series                              |    3 +-
 docs/coordinates/observing-example.rst             |   38 +-
 docs/development/workflow/development_workflow.rst |    9 +-
 docs/install.rst                                   |   51 +-
 docs/io/ascii/index.rst                            |    6 +
 docs/known_issues.rst                              |   14 +-
 docs/modeling/index.rst                            |    3 +
 docs/units/quantity.rst                            |   38 +-
 docs/wcs/index.rst                                 |    1 -
 docs/wcs/references.txt                            |    2 +-
 docs/wcs/relax.rst                                 |   12 +
 setup.cfg                                          |    6 +
 setup.py                                           |   15 +-
 175 files changed, 4153 insertions(+), 5399 deletions(-)
 copy astropy/io/ascii/tests/t/{vizier => cds/description}/ReadMe (67%)
 create mode 100644 astropy/io/ascii/tests/t/cds/description/table.dat
 create mode 100644 astropy/io/ascii/tests/t/latex3.tex
 create mode 100644 astropy/io/fits/tests/data/memtest.fits
 create mode 100644 astropy/utils/compat/_weakset_py2/__init__.py
 create mode 100644 astropy/utils/compat/weakref.py
 copy astropy/wcs/tests/data/{validate.5.0.txt => validate.5.13.txt} (88%)
 delete mode 100644 astropy_helpers/.travis.yml
 delete mode 100644 astropy_helpers/CONTRIBUTING.md
 delete mode 100644 astropy_helpers/MANIFEST.in
 delete mode 100644 astropy_helpers/appveyor.yml
 delete mode 100644 astropy_helpers/astropy_helpers/tests/__init__.py
 delete mode 100644 astropy_helpers/astropy_helpers/tests/coveragerc
 delete mode 100644 astropy_helpers/astropy_helpers/tests/test_ah_bootstrap.py
 delete mode 100644 astropy_helpers/astropy_helpers/tests/test_git_helpers.py
 delete mode 100644 astropy_helpers/astropy_helpers/tests/test_setup_helpers.py
 delete mode 100644 astropy_helpers/astropy_helpers/tests/test_utils.py
 delete mode 100644 astropy_helpers/setup.cfg
 delete mode 100755 astropy_helpers/setup.py
 delete mode 100644 astropy_helpers/tox.ini
 delete mode 100644 debian/patches/fix_astropy_wcs_py.patch
 create mode 100644 debian/patches/fix_for_cfitsio_3380.patch
 delete mode 100644 debian/patches/fix_for_wcslib5.13.patch

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