pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/py-astropy



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Aug  6 08:39:20 UTC 2024

Modified Files:
        pkgsrc/math/py-astropy: Makefile PLIST distinfo

Log Message:
py-astropy: updated to 6.1.2

Version 6.1.2 (2024-07-23)

Bug Fixes

astropy.io.ascii

- When reading CDS and MRT files, only interpret a line as a section delimiter if
  it contains exclusively dashes or equal signs. This enables rows starting with dashes.

astropy.io.fits

- Fix a spurious exception when reading integer compressed images with blanks.

- Fixed a crash that occurred for files opened via
  ``fits.open(..., mode='update')``, on Windows, and with numpy 2.0 installed.
  A warning is now emitted in cases most likely to escalate into
  undefined behavior (e.g., segfaults), i.e., when a closed memory map object is
  still referenced by external code. Please report any regression found.

astropy.modeling

- Fixed a bug that caused models returned by non-linear fitters to have
  ``sync_constraints`` set to `False`, which caused constraints accessed through, e.g.,
  ``Model.fixed`` to not be in sync with the ``fixed`` attribute of the parameters.

- Fixed a bug that caused ``CompoundModel.without_units_for_data`` to return an
  incorrectly constructed model when the compound model contained a * or /
  operation, and which also caused fitting to not work correctly with compound
  models that contained * or / operations.

astropy.units

- The OGIP parser is now less restrictive with strings that represent a unit that
  includes the ``sqrt`` function.
  For example, ``u.Unit("sqrt(m)**3", format="ogip")`` no longer causes a
  ``ValueError``.

astropy.utils

- Fixed an edge-case bug in ``overlap_slices`` where the function could
  return an empty slice for non-overlapping slices.

astropy.visualization

- Fixed a WCSAxes bug when overlaying a frame with default units that are not degrees.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-astropy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-astropy/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-astropy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-astropy/Makefile
diff -u pkgsrc/math/py-astropy/Makefile:1.14 pkgsrc/math/py-astropy/Makefile:1.15
--- pkgsrc/math/py-astropy/Makefile:1.14        Tue Jun 25 02:00:30 2024
+++ pkgsrc/math/py-astropy/Makefile     Tue Aug  6 08:39:20 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2024/06/25 02:00:30 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2024/08/06 08:39:20 adam Exp $
 
-DISTNAME=      astropy-5.3.4
+DISTNAME=      astropy-6.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astropy/}
 
@@ -11,19 +10,22 @@ HOMEPAGE=   https://www.astropy.org/
 COMMENT=       Python module for astronomical calculations and data analysis
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers-[0-9]*:../../devel/py-extension-helpers
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers-[0-9]*:../../devel/py-extension-helpers
-DEPENDS+=      ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml
+DEPENDS+=      ${PYPKGPREFIX}-astropy-iers-data>=0.2024.7.1.0.34.3:../../math/py-astropy-iers-data
 DEPENDS+=      ${PYPKGPREFIX}-pyerfa>=2.0.0.1:../../math/py-pyerfa
 DEPENDS+=      ${PYPKGPREFIX}-packaging>=19.0:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml
 # recommended
-DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.5:../../math/py-scipy
 DEPENDS+=      ${PYPKGPREFIX}-matplotlib>=3.5.3:../../graphics/py-matplotlib
+DEPENDS+=      ${PYPKGPREFIX}-scipy>=1.8:../../math/py-scipy
 
 USE_LANGUAGES= c c++
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_SELF_CONFLICT=  yes
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"

Index: pkgsrc/math/py-astropy/PLIST
diff -u pkgsrc/math/py-astropy/PLIST:1.4 pkgsrc/math/py-astropy/PLIST:1.5
--- pkgsrc/math/py-astropy/PLIST:1.4    Sat May 11 15:38:30 2024
+++ pkgsrc/math/py-astropy/PLIST        Tue Aug  6 08:39:20 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2024/05/11 15:38:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/08/06 08:39:20 adam Exp $
 bin/fits2bitmap
 bin/fitscheck
 bin/fitsdiff
@@ -8,9 +8,22 @@ bin/samp_hub
 bin/showtable
 bin/volint
 bin/wcslint
+${PYSITELIB}/${WHEEL_INFODIR}/AURA_LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/CONFIGOBJ_LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/DATATABLES_LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/ERFA.rst
+${PYSITELIB}/${WHEEL_INFODIR}/EXPAT_LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/GATSPY_LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/JQUERY_LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/NUMPY_LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/PLY_LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/PYFITS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/PYTHON.rst
+${PYSITELIB}/${WHEEL_INFODIR}/README.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WCSLIB_LICENSE.rst
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
@@ -18,6 +31,7 @@ ${PYSITELIB}/astropy/CITATION
 ${PYSITELIB}/astropy/__init__.py
 ${PYSITELIB}/astropy/__init__.pyc
 ${PYSITELIB}/astropy/__init__.pyo
+${PYSITELIB}/astropy/_compiler.c
 ${PYSITELIB}/astropy/_version.py
 ${PYSITELIB}/astropy/_version.pyc
 ${PYSITELIB}/astropy/_version.pyo
@@ -104,6 +118,7 @@ ${PYSITELIB}/astropy/constants/utils.pyo
 ${PYSITELIB}/astropy/convolution/__init__.py
 ${PYSITELIB}/astropy/convolution/__init__.pyc
 ${PYSITELIB}/astropy/convolution/__init__.pyo
+${PYSITELIB}/astropy/convolution/_convolve.pyx
 ${PYSITELIB}/astropy/convolution/_convolve.so
 ${PYSITELIB}/astropy/convolution/convolve.py
 ${PYSITELIB}/astropy/convolution/convolve.pyc
@@ -117,6 +132,8 @@ ${PYSITELIB}/astropy/convolution/kernels
 ${PYSITELIB}/astropy/convolution/setup_package.py
 ${PYSITELIB}/astropy/convolution/setup_package.pyc
 ${PYSITELIB}/astropy/convolution/setup_package.pyo
+${PYSITELIB}/astropy/convolution/src/convolve.c
+${PYSITELIB}/astropy/convolution/src/convolve.h
 ${PYSITELIB}/astropy/convolution/tests/__init__.py
 ${PYSITELIB}/astropy/convolution/tests/__init__.pyc
 ${PYSITELIB}/astropy/convolution/tests/__init__.pyo
@@ -153,21 +170,27 @@ ${PYSITELIB}/astropy/convolution/utils.p
 ${PYSITELIB}/astropy/coordinates/__init__.py
 ${PYSITELIB}/astropy/coordinates/__init__.pyc
 ${PYSITELIB}/astropy/coordinates/__init__.pyo
-${PYSITELIB}/astropy/coordinates/angle_formats.py
-${PYSITELIB}/astropy/coordinates/angle_formats.pyc
-${PYSITELIB}/astropy/coordinates/angle_formats.pyo
-${PYSITELIB}/astropy/coordinates/angle_lextab.py
-${PYSITELIB}/astropy/coordinates/angle_lextab.pyc
-${PYSITELIB}/astropy/coordinates/angle_lextab.pyo
-${PYSITELIB}/astropy/coordinates/angle_parsetab.py
-${PYSITELIB}/astropy/coordinates/angle_parsetab.pyc
-${PYSITELIB}/astropy/coordinates/angle_parsetab.pyo
-${PYSITELIB}/astropy/coordinates/angle_utilities.py
-${PYSITELIB}/astropy/coordinates/angle_utilities.pyc
-${PYSITELIB}/astropy/coordinates/angle_utilities.pyo
-${PYSITELIB}/astropy/coordinates/angles.py
-${PYSITELIB}/astropy/coordinates/angles.pyc
-${PYSITELIB}/astropy/coordinates/angles.pyo
+${PYSITELIB}/astropy/coordinates/angles/__init__.py
+${PYSITELIB}/astropy/coordinates/angles/__init__.pyc
+${PYSITELIB}/astropy/coordinates/angles/__init__.pyo
+${PYSITELIB}/astropy/coordinates/angles/angle_lextab.py
+${PYSITELIB}/astropy/coordinates/angles/angle_lextab.pyc
+${PYSITELIB}/astropy/coordinates/angles/angle_lextab.pyo
+${PYSITELIB}/astropy/coordinates/angles/angle_parsetab.py
+${PYSITELIB}/astropy/coordinates/angles/angle_parsetab.pyc
+${PYSITELIB}/astropy/coordinates/angles/angle_parsetab.pyo
+${PYSITELIB}/astropy/coordinates/angles/core.py
+${PYSITELIB}/astropy/coordinates/angles/core.pyc
+${PYSITELIB}/astropy/coordinates/angles/core.pyo
+${PYSITELIB}/astropy/coordinates/angles/errors.py
+${PYSITELIB}/astropy/coordinates/angles/errors.pyc
+${PYSITELIB}/astropy/coordinates/angles/errors.pyo
+${PYSITELIB}/astropy/coordinates/angles/formats.py
+${PYSITELIB}/astropy/coordinates/angles/formats.pyc
+${PYSITELIB}/astropy/coordinates/angles/formats.pyo
+${PYSITELIB}/astropy/coordinates/angles/utils.py
+${PYSITELIB}/astropy/coordinates/angles/utils.pyc
+${PYSITELIB}/astropy/coordinates/angles/utils.pyo
 ${PYSITELIB}/astropy/coordinates/attributes.py
 ${PYSITELIB}/astropy/coordinates/attributes.pyc
 ${PYSITELIB}/astropy/coordinates/attributes.pyo
@@ -297,15 +320,27 @@ ${PYSITELIB}/astropy/coordinates/matrix_
 ${PYSITELIB}/astropy/coordinates/name_resolve.py
 ${PYSITELIB}/astropy/coordinates/name_resolve.pyc
 ${PYSITELIB}/astropy/coordinates/name_resolve.pyo
-${PYSITELIB}/astropy/coordinates/orbital_elements.py
-${PYSITELIB}/astropy/coordinates/orbital_elements.pyc
-${PYSITELIB}/astropy/coordinates/orbital_elements.pyo
 ${PYSITELIB}/astropy/coordinates/polarization.py
 ${PYSITELIB}/astropy/coordinates/polarization.pyc
 ${PYSITELIB}/astropy/coordinates/polarization.pyo
-${PYSITELIB}/astropy/coordinates/representation.py
-${PYSITELIB}/astropy/coordinates/representation.pyc
-${PYSITELIB}/astropy/coordinates/representation.pyo
+${PYSITELIB}/astropy/coordinates/representation/__init__.py
+${PYSITELIB}/astropy/coordinates/representation/__init__.pyc
+${PYSITELIB}/astropy/coordinates/representation/__init__.pyo
+${PYSITELIB}/astropy/coordinates/representation/base.py
+${PYSITELIB}/astropy/coordinates/representation/base.pyc
+${PYSITELIB}/astropy/coordinates/representation/base.pyo
+${PYSITELIB}/astropy/coordinates/representation/cartesian.py
+${PYSITELIB}/astropy/coordinates/representation/cartesian.pyc
+${PYSITELIB}/astropy/coordinates/representation/cartesian.pyo
+${PYSITELIB}/astropy/coordinates/representation/cylindrical.py
+${PYSITELIB}/astropy/coordinates/representation/cylindrical.pyc
+${PYSITELIB}/astropy/coordinates/representation/cylindrical.pyo
+${PYSITELIB}/astropy/coordinates/representation/geodetic.py
+${PYSITELIB}/astropy/coordinates/representation/geodetic.pyc
+${PYSITELIB}/astropy/coordinates/representation/geodetic.pyo
+${PYSITELIB}/astropy/coordinates/representation/spherical.py
+${PYSITELIB}/astropy/coordinates/representation/spherical.pyc
+${PYSITELIB}/astropy/coordinates/representation/spherical.pyo
 ${PYSITELIB}/astropy/coordinates/sites.py
 ${PYSITELIB}/astropy/coordinates/sites.pyc
 ${PYSITELIB}/astropy/coordinates/sites.pyo
@@ -398,6 +433,9 @@ ${PYSITELIB}/astropy/coordinates/tests/t
 ${PYSITELIB}/astropy/coordinates/tests/test_erfa_astrom.py
 ${PYSITELIB}/astropy/coordinates/tests/test_erfa_astrom.pyc
 ${PYSITELIB}/astropy/coordinates/tests/test_erfa_astrom.pyo
+${PYSITELIB}/astropy/coordinates/tests/test_exceptions.py
+${PYSITELIB}/astropy/coordinates/tests/test_exceptions.pyc
+${PYSITELIB}/astropy/coordinates/tests/test_exceptions.pyo
 ${PYSITELIB}/astropy/coordinates/tests/test_finite_difference_velocities.py
 ${PYSITELIB}/astropy/coordinates/tests/test_finite_difference_velocities.pyc
 ${PYSITELIB}/astropy/coordinates/tests/test_finite_difference_velocities.pyo
@@ -452,6 +490,9 @@ ${PYSITELIB}/astropy/coordinates/tests/t
 ${PYSITELIB}/astropy/coordinates/tests/test_representation_methods.py
 ${PYSITELIB}/astropy/coordinates/tests/test_representation_methods.pyc
 ${PYSITELIB}/astropy/coordinates/tests/test_representation_methods.pyo
+${PYSITELIB}/astropy/coordinates/tests/test_separation.py
+${PYSITELIB}/astropy/coordinates/tests/test_separation.pyc
+${PYSITELIB}/astropy/coordinates/tests/test_separation.pyo
 ${PYSITELIB}/astropy/coordinates/tests/test_shape_manipulation.py
 ${PYSITELIB}/astropy/coordinates/tests/test_shape_manipulation.pyc
 ${PYSITELIB}/astropy/coordinates/tests/test_shape_manipulation.pyo
@@ -488,12 +529,102 @@ ${PYSITELIB}/astropy/coordinates/tests/t
 ${PYSITELIB}/astropy/coordinates/tests/test_velocity_corrs.py
 ${PYSITELIB}/astropy/coordinates/tests/test_velocity_corrs.pyc
 ${PYSITELIB}/astropy/coordinates/tests/test_velocity_corrs.pyo
-${PYSITELIB}/astropy/coordinates/transformations.py
-${PYSITELIB}/astropy/coordinates/transformations.pyc
-${PYSITELIB}/astropy/coordinates/transformations.pyo
+${PYSITELIB}/astropy/coordinates/transformations/__init__.py
+${PYSITELIB}/astropy/coordinates/transformations/__init__.pyc
+${PYSITELIB}/astropy/coordinates/transformations/__init__.pyo
+${PYSITELIB}/astropy/coordinates/transformations/affine.py
+${PYSITELIB}/astropy/coordinates/transformations/affine.pyc
+${PYSITELIB}/astropy/coordinates/transformations/affine.pyo
+${PYSITELIB}/astropy/coordinates/transformations/base.py
+${PYSITELIB}/astropy/coordinates/transformations/base.pyc
+${PYSITELIB}/astropy/coordinates/transformations/base.pyo
+${PYSITELIB}/astropy/coordinates/transformations/composite.py
+${PYSITELIB}/astropy/coordinates/transformations/composite.pyc
+${PYSITELIB}/astropy/coordinates/transformations/composite.pyo
+${PYSITELIB}/astropy/coordinates/transformations/function.py
+${PYSITELIB}/astropy/coordinates/transformations/function.pyc
+${PYSITELIB}/astropy/coordinates/transformations/function.pyo
+${PYSITELIB}/astropy/coordinates/transformations/graph.py
+${PYSITELIB}/astropy/coordinates/transformations/graph.pyc
+${PYSITELIB}/astropy/coordinates/transformations/graph.pyo
 ${PYSITELIB}/astropy/cosmology/__init__.py
 ${PYSITELIB}/astropy/cosmology/__init__.pyc
 ${PYSITELIB}/astropy/cosmology/__init__.pyo
+${PYSITELIB}/astropy/cosmology/_io/__init__.py
+${PYSITELIB}/astropy/cosmology/_io/__init__.pyc
+${PYSITELIB}/astropy/cosmology/_io/__init__.pyo
+${PYSITELIB}/astropy/cosmology/_io/cosmology.py
+${PYSITELIB}/astropy/cosmology/_io/cosmology.pyc
+${PYSITELIB}/astropy/cosmology/_io/cosmology.pyo
+${PYSITELIB}/astropy/cosmology/_io/ecsv.py
+${PYSITELIB}/astropy/cosmology/_io/ecsv.pyc
+${PYSITELIB}/astropy/cosmology/_io/ecsv.pyo
+${PYSITELIB}/astropy/cosmology/_io/html.py
+${PYSITELIB}/astropy/cosmology/_io/html.pyc
+${PYSITELIB}/astropy/cosmology/_io/html.pyo
+${PYSITELIB}/astropy/cosmology/_io/latex.py
+${PYSITELIB}/astropy/cosmology/_io/latex.pyc
+${PYSITELIB}/astropy/cosmology/_io/latex.pyo
+${PYSITELIB}/astropy/cosmology/_io/mapping.py
+${PYSITELIB}/astropy/cosmology/_io/mapping.pyc
+${PYSITELIB}/astropy/cosmology/_io/mapping.pyo
+${PYSITELIB}/astropy/cosmology/_io/model.py
+${PYSITELIB}/astropy/cosmology/_io/model.pyc
+${PYSITELIB}/astropy/cosmology/_io/model.pyo
+${PYSITELIB}/astropy/cosmology/_io/row.py
+${PYSITELIB}/astropy/cosmology/_io/row.pyc
+${PYSITELIB}/astropy/cosmology/_io/row.pyo
+${PYSITELIB}/astropy/cosmology/_io/table.py
+${PYSITELIB}/astropy/cosmology/_io/table.pyc
+${PYSITELIB}/astropy/cosmology/_io/table.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/__init__.py
+${PYSITELIB}/astropy/cosmology/_io/tests/__init__.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/__init__.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/base.py
+${PYSITELIB}/astropy/cosmology/_io/tests/base.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/base.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_cosmology.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_cosmology.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_cosmology.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_ecsv.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_ecsv.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_ecsv.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_html.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_html.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_html.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_json.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_json.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_json.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_latex.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_latex.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_latex.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_mapping.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_mapping.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_mapping.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_model.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_model.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_model.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_row.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_row.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_row.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_table.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_table.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_table.pyo
+${PYSITELIB}/astropy/cosmology/_io/tests/test_yaml.py
+${PYSITELIB}/astropy/cosmology/_io/tests/test_yaml.pyc
+${PYSITELIB}/astropy/cosmology/_io/tests/test_yaml.pyo
+${PYSITELIB}/astropy/cosmology/_io/utils.py
+${PYSITELIB}/astropy/cosmology/_io/utils.pyc
+${PYSITELIB}/astropy/cosmology/_io/utils.pyo
+${PYSITELIB}/astropy/cosmology/_io/yaml.py
+${PYSITELIB}/astropy/cosmology/_io/yaml.pyc
+${PYSITELIB}/astropy/cosmology/_io/yaml.pyo
+${PYSITELIB}/astropy/cosmology/_utils.py
+${PYSITELIB}/astropy/cosmology/_utils.pyc
+${PYSITELIB}/astropy/cosmology/_utils.pyo
 ${PYSITELIB}/astropy/cosmology/connect.py
 ${PYSITELIB}/astropy/cosmology/connect.pyc
 ${PYSITELIB}/astropy/cosmology/connect.pyo
@@ -517,6 +648,7 @@ ${PYSITELIB}/astropy/cosmology/flrw/base
 ${PYSITELIB}/astropy/cosmology/flrw/lambdacdm.py
 ${PYSITELIB}/astropy/cosmology/flrw/lambdacdm.pyc
 ${PYSITELIB}/astropy/cosmology/flrw/lambdacdm.pyo
+${PYSITELIB}/astropy/cosmology/flrw/scalar_inv_efuncs.pyx
 ${PYSITELIB}/astropy/cosmology/flrw/scalar_inv_efuncs.so
 ${PYSITELIB}/astropy/cosmology/flrw/tests/__init__.py
 ${PYSITELIB}/astropy/cosmology/flrw/tests/__init__.pyc
@@ -581,75 +713,30 @@ ${PYSITELIB}/astropy/cosmology/funcs/tes
 ${PYSITELIB}/astropy/cosmology/funcs/tests/test_funcs.py
 ${PYSITELIB}/astropy/cosmology/funcs/tests/test_funcs.pyc
 ${PYSITELIB}/astropy/cosmology/funcs/tests/test_funcs.pyo
-${PYSITELIB}/astropy/cosmology/io/__init__.py
-${PYSITELIB}/astropy/cosmology/io/__init__.pyc
-${PYSITELIB}/astropy/cosmology/io/__init__.pyo
-${PYSITELIB}/astropy/cosmology/io/cosmology.py
-${PYSITELIB}/astropy/cosmology/io/cosmology.pyc
-${PYSITELIB}/astropy/cosmology/io/cosmology.pyo
-${PYSITELIB}/astropy/cosmology/io/ecsv.py
-${PYSITELIB}/astropy/cosmology/io/ecsv.pyc
-${PYSITELIB}/astropy/cosmology/io/ecsv.pyo
-${PYSITELIB}/astropy/cosmology/io/html.py
-${PYSITELIB}/astropy/cosmology/io/html.pyc
-${PYSITELIB}/astropy/cosmology/io/html.pyo
-${PYSITELIB}/astropy/cosmology/io/mapping.py
-${PYSITELIB}/astropy/cosmology/io/mapping.pyc
-${PYSITELIB}/astropy/cosmology/io/mapping.pyo
-${PYSITELIB}/astropy/cosmology/io/model.py
-${PYSITELIB}/astropy/cosmology/io/model.pyc
-${PYSITELIB}/astropy/cosmology/io/model.pyo
-${PYSITELIB}/astropy/cosmology/io/row.py
-${PYSITELIB}/astropy/cosmology/io/row.pyc
-${PYSITELIB}/astropy/cosmology/io/row.pyo
-${PYSITELIB}/astropy/cosmology/io/table.py
-${PYSITELIB}/astropy/cosmology/io/table.pyc
-${PYSITELIB}/astropy/cosmology/io/table.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/__init__.py
-${PYSITELIB}/astropy/cosmology/io/tests/__init__.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/__init__.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/base.py
-${PYSITELIB}/astropy/cosmology/io/tests/base.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/base.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_cosmology.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_cosmology.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_cosmology.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_ecsv.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_ecsv.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_ecsv.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_html.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_html.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_html.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_json.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_json.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_json.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_mapping.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_mapping.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_mapping.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_model.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_model.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_model.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_row.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_row.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_row.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_table.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_table.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_table.pyo
-${PYSITELIB}/astropy/cosmology/io/tests/test_yaml.py
-${PYSITELIB}/astropy/cosmology/io/tests/test_yaml.pyc
-${PYSITELIB}/astropy/cosmology/io/tests/test_yaml.pyo
-${PYSITELIB}/astropy/cosmology/io/utils.py
-${PYSITELIB}/astropy/cosmology/io/utils.pyc
-${PYSITELIB}/astropy/cosmology/io/utils.pyo
-${PYSITELIB}/astropy/cosmology/io/yaml.py
-${PYSITELIB}/astropy/cosmology/io/yaml.pyc
-${PYSITELIB}/astropy/cosmology/io/yaml.pyo
-${PYSITELIB}/astropy/cosmology/parameter.py
-${PYSITELIB}/astropy/cosmology/parameter.pyc
-${PYSITELIB}/astropy/cosmology/parameter.pyo
+${PYSITELIB}/astropy/cosmology/parameter/__init__.py
+${PYSITELIB}/astropy/cosmology/parameter/__init__.pyc
+${PYSITELIB}/astropy/cosmology/parameter/__init__.pyo
+${PYSITELIB}/astropy/cosmology/parameter/_converter.py
+${PYSITELIB}/astropy/cosmology/parameter/_converter.pyc
+${PYSITELIB}/astropy/cosmology/parameter/_converter.pyo
+${PYSITELIB}/astropy/cosmology/parameter/_core.py
+${PYSITELIB}/astropy/cosmology/parameter/_core.pyc
+${PYSITELIB}/astropy/cosmology/parameter/_core.pyo
+${PYSITELIB}/astropy/cosmology/parameter/_descriptors.py
+${PYSITELIB}/astropy/cosmology/parameter/_descriptors.pyc
+${PYSITELIB}/astropy/cosmology/parameter/_descriptors.pyo
+${PYSITELIB}/astropy/cosmology/parameter/tests/__init__.py
+${PYSITELIB}/astropy/cosmology/parameter/tests/__init__.pyc
+${PYSITELIB}/astropy/cosmology/parameter/tests/__init__.pyo
+${PYSITELIB}/astropy/cosmology/parameter/tests/conftest.py
+${PYSITELIB}/astropy/cosmology/parameter/tests/conftest.pyc
+${PYSITELIB}/astropy/cosmology/parameter/tests/conftest.pyo
+${PYSITELIB}/astropy/cosmology/parameter/tests/test_descriptors.py
+${PYSITELIB}/astropy/cosmology/parameter/tests/test_descriptors.pyc
+${PYSITELIB}/astropy/cosmology/parameter/tests/test_descriptors.pyo
+${PYSITELIB}/astropy/cosmology/parameter/tests/test_parameter.py
+${PYSITELIB}/astropy/cosmology/parameter/tests/test_parameter.pyc
+${PYSITELIB}/astropy/cosmology/parameter/tests/test_parameter.pyo
 ${PYSITELIB}/astropy/cosmology/parameters.py
 ${PYSITELIB}/astropy/cosmology/parameters.pyc
 ${PYSITELIB}/astropy/cosmology/parameters.pyo
@@ -671,9 +758,6 @@ ${PYSITELIB}/astropy/cosmology/tests/tes
 ${PYSITELIB}/astropy/cosmology/tests/test_core.py
 ${PYSITELIB}/astropy/cosmology/tests/test_core.pyc
 ${PYSITELIB}/astropy/cosmology/tests/test_core.pyo
-${PYSITELIB}/astropy/cosmology/tests/test_parameter.py
-${PYSITELIB}/astropy/cosmology/tests/test_parameter.pyc
-${PYSITELIB}/astropy/cosmology/tests/test_parameter.pyo
 ${PYSITELIB}/astropy/cosmology/tests/test_parameters.py
 ${PYSITELIB}/astropy/cosmology/tests/test_parameters.pyc
 ${PYSITELIB}/astropy/cosmology/tests/test_parameters.pyo
@@ -692,6 +776,7 @@ ${PYSITELIB}/astropy/cosmology/units.pyo
 ${PYSITELIB}/astropy/cosmology/utils.py
 ${PYSITELIB}/astropy/cosmology/utils.pyc
 ${PYSITELIB}/astropy/cosmology/utils.pyo
+${PYSITELIB}/astropy/extern/README.rst
 ${PYSITELIB}/astropy/extern/__init__.py
 ${PYSITELIB}/astropy/extern/__init__.pyc
 ${PYSITELIB}/astropy/extern/__init__.pyo
@@ -756,6 +841,7 @@ ${PYSITELIB}/astropy/io/ascii/connect.py
 ${PYSITELIB}/astropy/io/ascii/core.py
 ${PYSITELIB}/astropy/io/ascii/core.pyc
 ${PYSITELIB}/astropy/io/ascii/core.pyo
+${PYSITELIB}/astropy/io/ascii/cparser.pyx
 ${PYSITELIB}/astropy/io/ascii/cparser.so
 ${PYSITELIB}/astropy/io/ascii/daophot.py
 ${PYSITELIB}/astropy/io/ascii/daophot.pyc
@@ -799,6 +885,8 @@ ${PYSITELIB}/astropy/io/ascii/setup_pack
 ${PYSITELIB}/astropy/io/ascii/sextractor.py
 ${PYSITELIB}/astropy/io/ascii/sextractor.pyc
 ${PYSITELIB}/astropy/io/ascii/sextractor.pyo
+${PYSITELIB}/astropy/io/ascii/src/tokenizer.c
+${PYSITELIB}/astropy/io/ascii/src/tokenizer.h
 ${PYSITELIB}/astropy/io/ascii/tests/__init__.py
 ${PYSITELIB}/astropy/io/ascii/tests/__init__.pyc
 ${PYSITELIB}/astropy/io/ascii/tests/__init__.pyo
@@ -824,6 +912,7 @@ ${PYSITELIB}/astropy/io/ascii/tests/data
 ${PYSITELIB}/astropy/io/ascii/tests/data/cdsFunctional.dat
 ${PYSITELIB}/astropy/io/ascii/tests/data/cdsFunctional2.dat
 ${PYSITELIB}/astropy/io/ascii/tests/data/cds_malformed.dat
+${PYSITELIB}/astropy/io/ascii/tests/data/cds_mrt_dashes.txt
 ${PYSITELIB}/astropy/io/ascii/tests/data/commented_header.dat
 ${PYSITELIB}/astropy/io/ascii/tests/data/commented_header2.dat
 ${PYSITELIB}/astropy/io/ascii/tests/data/conf_py.txt
@@ -925,43 +1014,7 @@ ${PYSITELIB}/astropy/io/ascii/ui.pyo
 ${PYSITELIB}/astropy/io/fits/__init__.py
 ${PYSITELIB}/astropy/io/fits/__init__.pyc
 ${PYSITELIB}/astropy/io/fits/__init__.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/__init__.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/__init__.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/__init__.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/_compression.so
-${PYSITELIB}/astropy/io/fits/_tiled_compression/codecs.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/codecs.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/codecs.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/quantization.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/quantization.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/quantization.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/setup_package.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/setup_package.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/setup_package.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/__init__.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/__init__.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/__init__.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/conftest.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/conftest.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/conftest.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/data/compressed_with_nan.fits
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/data/m13.fits
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/data/m13_gzip.fits
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/data/m13_hcomp.fits
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/data/m13_plio.fits
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/data/m13_rice.fits
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/test_fitsio.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/test_fitsio.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/test_fitsio.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/test_tiled_compression.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/test_tiled_compression.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tests/test_tiled_compression.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tiled_compression.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tiled_compression.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/tiled_compression.pyo
-${PYSITELIB}/astropy/io/fits/_tiled_compression/utils.py
-${PYSITELIB}/astropy/io/fits/_tiled_compression/utils.pyc
-${PYSITELIB}/astropy/io/fits/_tiled_compression/utils.pyo
+${PYSITELIB}/astropy/io/fits/_utils.pyx
 ${PYSITELIB}/astropy/io/fits/_utils.so
 ${PYSITELIB}/astropy/io/fits/card.py
 ${PYSITELIB}/astropy/io/fits/card.pyc
@@ -993,9 +1046,72 @@ ${PYSITELIB}/astropy/io/fits/hdu/__init_
 ${PYSITELIB}/astropy/io/fits/hdu/base.py
 ${PYSITELIB}/astropy/io/fits/hdu/base.pyc
 ${PYSITELIB}/astropy/io/fits/hdu/base.pyo
-${PYSITELIB}/astropy/io/fits/hdu/compressed.py
-${PYSITELIB}/astropy/io/fits/hdu/compressed.pyc
-${PYSITELIB}/astropy/io/fits/hdu/compressed.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/__init__.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/__init__.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/__init__.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_codecs.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_codecs.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_codecs.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_compression.so
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_quantization.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_quantization.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_quantization.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_tiled_compression.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_tiled_compression.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/_tiled_compression.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/compressed.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/compressed.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/compressed.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/header.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/header.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/header.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/section.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/section.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/section.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/settings.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/settings.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/settings.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/setup_package.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/setup_package.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/setup_package.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/compression.c
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/fits_hcompress.h
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/fits_hdecompress.h
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/pliocomp.h
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/quantize.h
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/ricecomp.h
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/unquantize.c
+${PYSITELIB}/astropy/io/fits/hdu/compressed/src/unquantize.h
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/__init__.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/__init__.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/__init__.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/conftest.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/conftest.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/conftest.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/data/compressed_with_nan.fits
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/data/m13.fits
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/data/m13_gzip.fits
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/data/m13_hcomp.fits
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/data/m13_plio.fits
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/data/m13_rice.fits
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_checksum.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_checksum.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_checksum.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_compressed.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_compressed.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_compressed.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_compression_failures.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_compression_failures.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_compression_failures.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_fitsio.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_fitsio.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_fitsio.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_tiled_compression.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_tiled_compression.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/tests/test_tiled_compression.pyo
+${PYSITELIB}/astropy/io/fits/hdu/compressed/utils.py
+${PYSITELIB}/astropy/io/fits/hdu/compressed/utils.pyc
+${PYSITELIB}/astropy/io/fits/hdu/compressed/utils.pyo
 ${PYSITELIB}/astropy/io/fits/hdu/groups.py
 ${PYSITELIB}/astropy/io/fits/hdu/groups.pyc
 ${PYSITELIB}/astropy/io/fits/hdu/groups.pyo
@@ -1035,6 +1151,7 @@ ${PYSITELIB}/astropy/io/fits/scripts/fit
 ${PYSITELIB}/astropy/io/fits/tests/__init__.py
 ${PYSITELIB}/astropy/io/fits/tests/__init__.pyc
 ${PYSITELIB}/astropy/io/fits/tests/__init__.pyo
+${PYSITELIB}/astropy/io/fits/tests/cfitsio_verify.c
 ${PYSITELIB}/astropy/io/fits/tests/conftest.py
 ${PYSITELIB}/astropy/io/fits/tests/conftest.pyc
 ${PYSITELIB}/astropy/io/fits/tests/conftest.pyo
@@ -1071,9 +1188,6 @@ ${PYSITELIB}/astropy/io/fits/tests/data/
 ${PYSITELIB}/astropy/io/fits/tests/test_checksum.py
 ${PYSITELIB}/astropy/io/fits/tests/test_checksum.pyc
 ${PYSITELIB}/astropy/io/fits/tests/test_checksum.pyo
-${PYSITELIB}/astropy/io/fits/tests/test_compression_failures.py
-${PYSITELIB}/astropy/io/fits/tests/test_compression_failures.pyc
-${PYSITELIB}/astropy/io/fits/tests/test_compression_failures.pyo
 ${PYSITELIB}/astropy/io/fits/tests/test_connect.py
 ${PYSITELIB}/astropy/io/fits/tests/test_connect.pyc
 ${PYSITELIB}/astropy/io/fits/tests/test_connect.pyo
@@ -1149,217 +1263,6 @@ ${PYSITELIB}/astropy/io/fits/verify.pyo
 ${PYSITELIB}/astropy/io/misc/__init__.py
 ${PYSITELIB}/astropy/io/misc/__init__.pyc
 ${PYSITELIB}/astropy/io/misc/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/conftest.py
-${PYSITELIB}/astropy/io/misc/asdf/conftest.pyc
-${PYSITELIB}/astropy/io/misc/asdf/conftest.pyo
-${PYSITELIB}/astropy/io/misc/asdf/connect.py
-${PYSITELIB}/astropy/io/misc/asdf/connect.pyc
-${PYSITELIB}/astropy/io/misc/asdf/connect.pyo
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/angle-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/earthlocation-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/baseframe-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/cirs-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/fk4-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/fk4noeterms-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/fk5-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/galactic-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/galactocentric-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/gcrs-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/icrs-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/icrs-1.1.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/itrs-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/frames/precessedgeocentric-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/latitude-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/longitude-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/representation-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/skycoord-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/spectralcoord-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/fits/fits-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/table/table-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/time/timedelta-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/transform/units_mapping-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/data/schemas/astropy.org/astropy/units/equivalency-1.0.0.yaml
-${PYSITELIB}/astropy/io/misc/asdf/deprecation.py
-${PYSITELIB}/astropy/io/misc/asdf/deprecation.pyc
-${PYSITELIB}/astropy/io/misc/asdf/deprecation.pyo
-${PYSITELIB}/astropy/io/misc/asdf/extension.py
-${PYSITELIB}/astropy/io/misc/asdf/extension.pyc
-${PYSITELIB}/astropy/io/misc/asdf/extension.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/angle.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/angle.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/angle.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/earthlocation.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/earthlocation.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/earthlocation.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/frames.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/frames.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/frames.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/representation.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/representation.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/representation.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/skycoord.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/skycoord.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/skycoord.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/spectralcoord.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/spectralcoord.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/spectralcoord.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_angle.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_angle.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_angle.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_earthlocation.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_earthlocation.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_earthlocation.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_frames.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_frames.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_frames.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_representation.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_representation.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_representation.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_skycoord.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_skycoord.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_skycoord.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_spectralcoord.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_spectralcoord.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/coordinates/tests/test_spectralcoord.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/fits.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/fits.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/fits.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/tests/data/complex.fits
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/tests/test_fits.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/tests/test_fits.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/fits/tests/test_fits.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/helpers.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/helpers.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/helpers.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/table.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/table.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/table.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/tests/test_table.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/tests/test_table.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/table/tests/test_table.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/tests/helpers.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/tests/helpers.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/tests/helpers.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/test_time.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/test_time.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/test_time.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/test_timedelta.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/test_timedelta.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/tests/test_timedelta.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/time.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/time.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/time.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/timedelta.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/timedelta.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/time/timedelta.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/basic.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/basic.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/basic.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/compound.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/compound.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/compound.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/functional_models.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/functional_models.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/functional_models.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/math.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/math.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/math.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/physical_models.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/physical_models.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/physical_models.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/polynomial.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/polynomial.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/polynomial.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/powerlaws.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/powerlaws.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/powerlaws.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/projections.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/projections.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/projections.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/spline.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/spline.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/spline.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tabular.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tabular.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tabular.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/test_transform.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/test_transform.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/test_transform.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/test_units_mapping.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/test_units_mapping.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/transform/tests/test_units_mapping.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/equivalency.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/equivalency.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/equivalency.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/quantity.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/quantity.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/quantity.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_equivalency.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_equivalency.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_equivalency.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_quantity.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_quantity.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_quantity.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_unit.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_unit.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/tests/test_unit.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/unit.py
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/unit.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tags/unit/unit.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tests/__init__.py
-${PYSITELIB}/astropy/io/misc/asdf/tests/__init__.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tests/__init__.pyo
-${PYSITELIB}/astropy/io/misc/asdf/tests/test_io.py
-${PYSITELIB}/astropy/io/misc/asdf/tests/test_io.pyc
-${PYSITELIB}/astropy/io/misc/asdf/tests/test_io.pyo
-${PYSITELIB}/astropy/io/misc/asdf/types.py
-${PYSITELIB}/astropy/io/misc/asdf/types.pyc
-${PYSITELIB}/astropy/io/misc/asdf/types.pyo
 ${PYSITELIB}/astropy/io/misc/connect.py
 ${PYSITELIB}/astropy/io/misc/connect.pyc
 ${PYSITELIB}/astropy/io/misc/connect.pyo
@@ -1433,6 +1336,9 @@ ${PYSITELIB}/astropy/io/tests/mixin_colu
 ${PYSITELIB}/astropy/io/tests/safeio.py
 ${PYSITELIB}/astropy/io/tests/safeio.pyc
 ${PYSITELIB}/astropy/io/tests/safeio.pyo
+${PYSITELIB}/astropy/io/typing.py
+${PYSITELIB}/astropy/io/typing.pyc
+${PYSITELIB}/astropy/io/typing.pyo
 ${PYSITELIB}/astropy/io/votable/__init__.py
 ${PYSITELIB}/astropy/io/votable/__init__.pyc
 ${PYSITELIB}/astropy/io/votable/__init__.pyo
@@ -1454,6 +1360,8 @@ ${PYSITELIB}/astropy/io/votable/exceptio
 ${PYSITELIB}/astropy/io/votable/setup_package.py
 ${PYSITELIB}/astropy/io/votable/setup_package.pyc
 ${PYSITELIB}/astropy/io/votable/setup_package.pyo
+${PYSITELIB}/astropy/io/votable/src/.gitignore
+${PYSITELIB}/astropy/io/votable/src/tablewriter.c
 ${PYSITELIB}/astropy/io/votable/table.py
 ${PYSITELIB}/astropy/io/votable/table.pyc
 ${PYSITELIB}/astropy/io/votable/table.pyo
@@ -1461,51 +1369,56 @@ ${PYSITELIB}/astropy/io/votable/tablewri
 ${PYSITELIB}/astropy/io/votable/tests/__init__.py
 ${PYSITELIB}/astropy/io/votable/tests/__init__.pyc
 ${PYSITELIB}/astropy/io/votable/tests/__init__.pyo
-${PYSITELIB}/astropy/io/votable/tests/converter_test.py
-${PYSITELIB}/astropy/io/votable/tests/converter_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/converter_test.pyo
 ${PYSITELIB}/astropy/io/votable/tests/data/binary2_masked_strings.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/custom_datatype.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/empty_table.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/gemini.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/irsa-nph-error.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/irsa-nph-m31.xml
+${PYSITELIB}/astropy/io/votable/tests/data/mivot_annotated_table.xml
+${PYSITELIB}/astropy/io/votable/tests/data/mivot_block_custom_datatype.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/names.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/no_field_not_empty_table.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/no_resource.txt
 ${PYSITELIB}/astropy/io/votable/tests/data/no_resource.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/nonstandard_units.xml
+${PYSITELIB}/astropy/io/votable/tests/data/parquet_binary.xml
+${PYSITELIB}/astropy/io/votable/tests/data/parquet_binary.xml.parquet
 ${PYSITELIB}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.1.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/regression.bin.tabledata.truth.1.3.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/regression.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/resource_groups.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/tb.fits
+${PYSITELIB}/astropy/io/votable/tests/data/test.order.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/timesys.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/timesys_errors.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/too_many_columns.xml.gz
 ${PYSITELIB}/astropy/io/votable/tests/data/valid_votable.xml
 ${PYSITELIB}/astropy/io/votable/tests/data/validation.txt
-${PYSITELIB}/astropy/io/votable/tests/exception_test.py
-${PYSITELIB}/astropy/io/votable/tests/exception_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/exception_test.pyo
-${PYSITELIB}/astropy/io/votable/tests/resource_test.py
-${PYSITELIB}/astropy/io/votable/tests/resource_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/resource_test.pyo
-${PYSITELIB}/astropy/io/votable/tests/table_test.py
-${PYSITELIB}/astropy/io/votable/tests/table_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/table_test.pyo
-${PYSITELIB}/astropy/io/votable/tests/tree_test.py
-${PYSITELIB}/astropy/io/votable/tests/tree_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/tree_test.pyo
-${PYSITELIB}/astropy/io/votable/tests/ucd_test.py
-${PYSITELIB}/astropy/io/votable/tests/ucd_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/ucd_test.pyo
-${PYSITELIB}/astropy/io/votable/tests/util_test.py
-${PYSITELIB}/astropy/io/votable/tests/util_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/util_test.pyo
-${PYSITELIB}/astropy/io/votable/tests/vo_test.py
-${PYSITELIB}/astropy/io/votable/tests/vo_test.pyc
-${PYSITELIB}/astropy/io/votable/tests/vo_test.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_converter.py
+${PYSITELIB}/astropy/io/votable/tests/test_converter.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_converter.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_exception.py
+${PYSITELIB}/astropy/io/votable/tests/test_exception.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_exception.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_resource.py
+${PYSITELIB}/astropy/io/votable/tests/test_resource.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_resource.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_table.py
+${PYSITELIB}/astropy/io/votable/tests/test_table.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_table.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_tree.py
+${PYSITELIB}/astropy/io/votable/tests/test_tree.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_tree.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_ucd.py
+${PYSITELIB}/astropy/io/votable/tests/test_ucd.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_ucd.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_util.py
+${PYSITELIB}/astropy/io/votable/tests/test_util.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_util.pyo
+${PYSITELIB}/astropy/io/votable/tests/test_vo.py
+${PYSITELIB}/astropy/io/votable/tests/test_vo.pyc
+${PYSITELIB}/astropy/io/votable/tests/test_vo.pyo
 ${PYSITELIB}/astropy/io/votable/tree.py
 ${PYSITELIB}/astropy/io/votable/tree.pyc
 ${PYSITELIB}/astropy/io/votable/tree.pyo
@@ -1564,9 +1477,9 @@ ${PYSITELIB}/astropy/modeling/mappings.p
 ${PYSITELIB}/astropy/modeling/math_functions.py
 ${PYSITELIB}/astropy/modeling/math_functions.pyc
 ${PYSITELIB}/astropy/modeling/math_functions.pyo
-${PYSITELIB}/astropy/modeling/models.py
-${PYSITELIB}/astropy/modeling/models.pyc
-${PYSITELIB}/astropy/modeling/models.pyo
+${PYSITELIB}/astropy/modeling/models/__init__.py
+${PYSITELIB}/astropy/modeling/models/__init__.pyc
+${PYSITELIB}/astropy/modeling/models/__init__.pyo
 ${PYSITELIB}/astropy/modeling/optimizers.py
 ${PYSITELIB}/astropy/modeling/optimizers.pyc
 ${PYSITELIB}/astropy/modeling/optimizers.pyo
@@ -1880,6 +1793,7 @@ ${PYSITELIB}/astropy/stats/__init__.py
 ${PYSITELIB}/astropy/stats/__init__.pyc
 ${PYSITELIB}/astropy/stats/__init__.pyo
 ${PYSITELIB}/astropy/stats/_fast_sigma_clip.so
+${PYSITELIB}/astropy/stats/_stats.pyx
 ${PYSITELIB}/astropy/stats/_stats.so
 ${PYSITELIB}/astropy/stats/bayesian_blocks.py
 ${PYSITELIB}/astropy/stats/bayesian_blocks.pyc
@@ -1887,9 +1801,6 @@ ${PYSITELIB}/astropy/stats/bayesian_bloc
 ${PYSITELIB}/astropy/stats/biweight.py
 ${PYSITELIB}/astropy/stats/biweight.pyc
 ${PYSITELIB}/astropy/stats/biweight.pyo
-${PYSITELIB}/astropy/stats/bls/__init__.py
-${PYSITELIB}/astropy/stats/bls/__init__.pyc
-${PYSITELIB}/astropy/stats/bls/__init__.pyo
 ${PYSITELIB}/astropy/stats/circstats.py
 ${PYSITELIB}/astropy/stats/circstats.pyc
 ${PYSITELIB}/astropy/stats/circstats.pyo
@@ -1905,9 +1816,6 @@ ${PYSITELIB}/astropy/stats/info_theory.p
 ${PYSITELIB}/astropy/stats/jackknife.py
 ${PYSITELIB}/astropy/stats/jackknife.pyc
 ${PYSITELIB}/astropy/stats/jackknife.pyo
-${PYSITELIB}/astropy/stats/lombscargle/__init__.py
-${PYSITELIB}/astropy/stats/lombscargle/__init__.pyc
-${PYSITELIB}/astropy/stats/lombscargle/__init__.pyo
 ${PYSITELIB}/astropy/stats/setup_package.py
 ${PYSITELIB}/astropy/stats/setup_package.pyc
 ${PYSITELIB}/astropy/stats/setup_package.pyo
@@ -1917,6 +1825,11 @@ ${PYSITELIB}/astropy/stats/sigma_clippin
 ${PYSITELIB}/astropy/stats/spatial.py
 ${PYSITELIB}/astropy/stats/spatial.pyc
 ${PYSITELIB}/astropy/stats/spatial.pyo
+${PYSITELIB}/astropy/stats/src/compute_bounds.c
+${PYSITELIB}/astropy/stats/src/compute_bounds.h
+${PYSITELIB}/astropy/stats/src/fast_sigma_clip.c
+${PYSITELIB}/astropy/stats/src/wirth_select.c
+${PYSITELIB}/astropy/stats/src/wirth_select.h
 ${PYSITELIB}/astropy/stats/tests/__init__.py
 ${PYSITELIB}/astropy/stats/tests/__init__.pyc
 ${PYSITELIB}/astropy/stats/tests/__init__.pyo
@@ -1950,7 +1863,9 @@ ${PYSITELIB}/astropy/stats/tests/test_sp
 ${PYSITELIB}/astropy/table/__init__.py
 ${PYSITELIB}/astropy/table/__init__.pyc
 ${PYSITELIB}/astropy/table/__init__.pyo
+${PYSITELIB}/astropy/table/_column_mixins.pyx
 ${PYSITELIB}/astropy/table/_column_mixins.so
+${PYSITELIB}/astropy/table/_np_utils.pyx
 ${PYSITELIB}/astropy/table/_np_utils.so
 ${PYSITELIB}/astropy/table/bst.py
 ${PYSITELIB}/astropy/table/bst.pyc
@@ -2111,8 +2026,8 @@ ${PYSITELIB}/astropy/tests/figures/__ini
 ${PYSITELIB}/astropy/tests/figures/helpers.py
 ${PYSITELIB}/astropy/tests/figures/helpers.pyc
 ${PYSITELIB}/astropy/tests/figures/helpers.pyo
-${PYSITELIB}/astropy/tests/figures/py39-test-image-mpl334-cov.json
-${PYSITELIB}/astropy/tests/figures/py39-test-image-mpldev-cov.json
+${PYSITELIB}/astropy/tests/figures/py310-test-image-mpl334-cov.json
+${PYSITELIB}/astropy/tests/figures/py310-test-image-mpldev-cov.json
 ${PYSITELIB}/astropy/tests/helper.py
 ${PYSITELIB}/astropy/tests/helper.pyc
 ${PYSITELIB}/astropy/tests/helper.pyo
@@ -2150,6 +2065,7 @@ ${PYSITELIB}/astropy/time/formats.pyo
 ${PYSITELIB}/astropy/time/setup_package.py
 ${PYSITELIB}/astropy/time/setup_package.pyc
 ${PYSITELIB}/astropy/time/setup_package.pyo
+${PYSITELIB}/astropy/time/src/parse_times.c
 ${PYSITELIB}/astropy/time/tests/__init__.py
 ${PYSITELIB}/astropy/time/tests/__init__.pyc
 ${PYSITELIB}/astropy/time/tests/__init__.pyo
@@ -2243,7 +2159,9 @@ ${PYSITELIB}/astropy/timeseries/periodog
 ${PYSITELIB}/astropy/timeseries/periodograms/bls/__init__.py
 ${PYSITELIB}/astropy/timeseries/periodograms/bls/__init__.pyc
 ${PYSITELIB}/astropy/timeseries/periodograms/bls/__init__.pyo
+${PYSITELIB}/astropy/timeseries/periodograms/bls/_impl.pyx
 ${PYSITELIB}/astropy/timeseries/periodograms/bls/_impl.so
+${PYSITELIB}/astropy/timeseries/periodograms/bls/bls.c
 ${PYSITELIB}/astropy/timeseries/periodograms/bls/core.py
 ${PYSITELIB}/astropy/timeseries/periodograms/bls/core.pyc
 ${PYSITELIB}/astropy/timeseries/periodograms/bls/core.pyo
@@ -2274,6 +2192,7 @@ ${PYSITELIB}/astropy/timeseries/periodog
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/chi2_impl.py
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/chi2_impl.pyc
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/chi2_impl.pyo
+${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/cython_impl.pyx
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/cython_impl.so
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/fast_impl.py
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/fast_impl.pyc
@@ -2305,6 +2224,9 @@ ${PYSITELIB}/astropy/timeseries/periodog
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/utils.py
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/utils.pyc
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/implementations/utils.pyo
+${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/setup_package.py
+${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/setup_package.pyc
+${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/setup_package.pyo
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/tests/__init__.py
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/tests/__init__.pyc
 ${PYSITELIB}/astropy/timeseries/periodograms/lombscargle/tests/__init__.pyo
@@ -2376,6 +2298,9 @@ ${PYSITELIB}/astropy/uncertainty/core.py
 ${PYSITELIB}/astropy/uncertainty/distributions.py
 ${PYSITELIB}/astropy/uncertainty/distributions.pyc
 ${PYSITELIB}/astropy/uncertainty/distributions.pyo
+${PYSITELIB}/astropy/uncertainty/function_helpers.py
+${PYSITELIB}/astropy/uncertainty/function_helpers.pyc
+${PYSITELIB}/astropy/uncertainty/function_helpers.pyo
 ${PYSITELIB}/astropy/uncertainty/tests/__init__.py
 ${PYSITELIB}/astropy/uncertainty/tests/__init__.pyc
 ${PYSITELIB}/astropy/uncertainty/tests/__init__.pyo
@@ -2385,6 +2310,9 @@ ${PYSITELIB}/astropy/uncertainty/tests/t
 ${PYSITELIB}/astropy/uncertainty/tests/test_distribution.py
 ${PYSITELIB}/astropy/uncertainty/tests/test_distribution.pyc
 ${PYSITELIB}/astropy/uncertainty/tests/test_distribution.pyo
+${PYSITELIB}/astropy/uncertainty/tests/test_functions.py
+${PYSITELIB}/astropy/uncertainty/tests/test_functions.pyc
+${PYSITELIB}/astropy/uncertainty/tests/test_functions.pyo
 ${PYSITELIB}/astropy/units/__init__.py
 ${PYSITELIB}/astropy/units/__init__.pyc
 ${PYSITELIB}/astropy/units/__init__.pyo
@@ -2553,6 +2481,9 @@ ${PYSITELIB}/astropy/units/tests/test_qu
 ${PYSITELIB}/astropy/units/tests/test_quantity_decorator.py
 ${PYSITELIB}/astropy/units/tests/test_quantity_decorator.pyc
 ${PYSITELIB}/astropy/units/tests/test_quantity_decorator.pyo
+${PYSITELIB}/astropy/units/tests/test_quantity_erfa_ufuncs.py
+${PYSITELIB}/astropy/units/tests/test_quantity_erfa_ufuncs.pyc
+${PYSITELIB}/astropy/units/tests/test_quantity_erfa_ufuncs.pyo
 ${PYSITELIB}/astropy/units/tests/test_quantity_helpers.py
 ${PYSITELIB}/astropy/units/tests/test_quantity_helpers.pyc
 ${PYSITELIB}/astropy/units/tests/test_quantity_helpers.pyo
@@ -2571,15 +2502,15 @@ ${PYSITELIB}/astropy/units/tests/test_qu
 ${PYSITELIB}/astropy/units/tests/test_structured.py
 ${PYSITELIB}/astropy/units/tests/test_structured.pyc
 ${PYSITELIB}/astropy/units/tests/test_structured.pyo
-${PYSITELIB}/astropy/units/tests/test_structured_erfa_ufuncs.py
-${PYSITELIB}/astropy/units/tests/test_structured_erfa_ufuncs.pyc
-${PYSITELIB}/astropy/units/tests/test_structured_erfa_ufuncs.pyo
 ${PYSITELIB}/astropy/units/tests/test_units.py
 ${PYSITELIB}/astropy/units/tests/test_units.pyc
 ${PYSITELIB}/astropy/units/tests/test_units.pyo
 ${PYSITELIB}/astropy/units/tests/test_utils.py
 ${PYSITELIB}/astropy/units/tests/test_utils.pyc
 ${PYSITELIB}/astropy/units/tests/test_utils.pyo
+${PYSITELIB}/astropy/units/typing.py
+${PYSITELIB}/astropy/units/typing.pyc
+${PYSITELIB}/astropy/units/typing.pyo
 ${PYSITELIB}/astropy/units/utils.py
 ${PYSITELIB}/astropy/units/utils.pyc
 ${PYSITELIB}/astropy/units/utils.pyo
@@ -2587,9 +2518,6 @@ ${PYSITELIB}/astropy/utils/__init__.py
 ${PYSITELIB}/astropy/utils/__init__.pyc
 ${PYSITELIB}/astropy/utils/__init__.pyo
 ${PYSITELIB}/astropy/utils/_compiler.so
-${PYSITELIB}/astropy/utils/argparse.py
-${PYSITELIB}/astropy/utils/argparse.pyc
-${PYSITELIB}/astropy/utils/argparse.pyo
 ${PYSITELIB}/astropy/utils/codegen.py
 ${PYSITELIB}/astropy/utils/codegen.pyc
 ${PYSITELIB}/astropy/utils/codegen.pyo
@@ -2629,12 +2557,7 @@ ${PYSITELIB}/astropy/utils/exceptions.py
 ${PYSITELIB}/astropy/utils/iers/__init__.py
 ${PYSITELIB}/astropy/utils/iers/__init__.pyc
 ${PYSITELIB}/astropy/utils/iers/__init__.pyo
-${PYSITELIB}/astropy/utils/iers/data/Leap_Second.dat
-${PYSITELIB}/astropy/utils/iers/data/ReadMe.eopc04
 ${PYSITELIB}/astropy/utils/iers/data/ReadMe.eopc04_IAU2000
-${PYSITELIB}/astropy/utils/iers/data/ReadMe.finals2000A
-${PYSITELIB}/astropy/utils/iers/data/eopc04.1962-now
-${PYSITELIB}/astropy/utils/iers/data/update_builtin_iers.sh
 ${PYSITELIB}/astropy/utils/iers/iers.py
 ${PYSITELIB}/astropy/utils/iers/iers.pyc
 ${PYSITELIB}/astropy/utils/iers/iers.pyo
@@ -2682,9 +2605,27 @@ ${PYSITELIB}/astropy/utils/masked/tests/
 ${PYSITELIB}/astropy/utils/masked/tests/test_table.py
 ${PYSITELIB}/astropy/utils/masked/tests/test_table.pyc
 ${PYSITELIB}/astropy/utils/masked/tests/test_table.pyo
-${PYSITELIB}/astropy/utils/metadata.py
-${PYSITELIB}/astropy/utils/metadata.pyc
-${PYSITELIB}/astropy/utils/metadata.pyo
+${PYSITELIB}/astropy/utils/metadata/__init__.py
+${PYSITELIB}/astropy/utils/metadata/__init__.pyc
+${PYSITELIB}/astropy/utils/metadata/__init__.pyo
+${PYSITELIB}/astropy/utils/metadata/core.py
+${PYSITELIB}/astropy/utils/metadata/core.pyc
+${PYSITELIB}/astropy/utils/metadata/core.pyo
+${PYSITELIB}/astropy/utils/metadata/exceptions.py
+${PYSITELIB}/astropy/utils/metadata/exceptions.pyc
+${PYSITELIB}/astropy/utils/metadata/exceptions.pyo
+${PYSITELIB}/astropy/utils/metadata/merge.py
+${PYSITELIB}/astropy/utils/metadata/merge.pyc
+${PYSITELIB}/astropy/utils/metadata/merge.pyo
+${PYSITELIB}/astropy/utils/metadata/tests/__init__.py
+${PYSITELIB}/astropy/utils/metadata/tests/__init__.pyc
+${PYSITELIB}/astropy/utils/metadata/tests/__init__.pyo
+${PYSITELIB}/astropy/utils/metadata/tests/test_metadata.py
+${PYSITELIB}/astropy/utils/metadata/tests/test_metadata.pyc
+${PYSITELIB}/astropy/utils/metadata/tests/test_metadata.pyo
+${PYSITELIB}/astropy/utils/metadata/utils.py
+${PYSITELIB}/astropy/utils/metadata/utils.pyc
+${PYSITELIB}/astropy/utils/metadata/utils.pyo
 ${PYSITELIB}/astropy/utils/misc.py
 ${PYSITELIB}/astropy/utils/misc.pyc
 ${PYSITELIB}/astropy/utils/misc.pyo
@@ -2697,6 +2638,7 @@ ${PYSITELIB}/astropy/utils/setup_package
 ${PYSITELIB}/astropy/utils/shapes.py
 ${PYSITELIB}/astropy/utils/shapes.pyc
 ${PYSITELIB}/astropy/utils/shapes.pyo
+${PYSITELIB}/astropy/utils/src/compiler.c
 ${PYSITELIB}/astropy/utils/state.py
 ${PYSITELIB}/astropy/utils/state.pyc
 ${PYSITELIB}/astropy/utils/state.pyo
@@ -2743,9 +2685,6 @@ ${PYSITELIB}/astropy/utils/tests/test_di
 ${PYSITELIB}/astropy/utils/tests/test_introspection.py
 ${PYSITELIB}/astropy/utils/tests/test_introspection.pyc
 ${PYSITELIB}/astropy/utils/tests/test_introspection.pyo
-${PYSITELIB}/astropy/utils/tests/test_metadata.py
-${PYSITELIB}/astropy/utils/tests/test_metadata.pyc
-${PYSITELIB}/astropy/utils/tests/test_metadata.pyo
 ${PYSITELIB}/astropy/utils/tests/test_misc.py
 ${PYSITELIB}/astropy/utils/tests/test_misc.pyc
 ${PYSITELIB}/astropy/utils/tests/test_misc.pyo
@@ -2777,6 +2716,10 @@ ${PYSITELIB}/astropy/utils/xml/iterparse
 ${PYSITELIB}/astropy/utils/xml/setup_package.py
 ${PYSITELIB}/astropy/utils/xml/setup_package.pyc
 ${PYSITELIB}/astropy/utils/xml/setup_package.pyo
+${PYSITELIB}/astropy/utils/xml/src/.gitignore
+${PYSITELIB}/astropy/utils/xml/src/expat_config.h
+${PYSITELIB}/astropy/utils/xml/src/iterparse.c
+${PYSITELIB}/astropy/utils/xml/src/iterparse.map
 ${PYSITELIB}/astropy/utils/xml/tests/__init__.py
 ${PYSITELIB}/astropy/utils/xml/tests/__init__.pyc
 ${PYSITELIB}/astropy/utils/xml/tests/__init__.pyo
@@ -2957,6 +2900,7 @@ ${PYSITELIB}/astropy/wcs/_wcs.so
 ${PYSITELIB}/astropy/wcs/docstrings.py
 ${PYSITELIB}/astropy/wcs/docstrings.pyc
 ${PYSITELIB}/astropy/wcs/docstrings.pyo
+${PYSITELIB}/astropy/wcs/include/.gitignore
 ${PYSITELIB}/astropy/wcs/include/astropy_wcs/astropy_wcs.h
 ${PYSITELIB}/astropy/wcs/include/astropy_wcs/astropy_wcs_api.h
 ${PYSITELIB}/astropy/wcs/include/astropy_wcs/distortion.h
@@ -2978,6 +2922,9 @@ ${PYSITELIB}/astropy/wcs/include/astropy
 ${PYSITELIB}/astropy/wcs/include/astropy_wcs/wcslib_units_wrap.h
 ${PYSITELIB}/astropy/wcs/include/astropy_wcs/wcslib_wrap.h
 ${PYSITELIB}/astropy/wcs/include/astropy_wcs/wcslib_wtbarr_wrap.h
+${PYSITELIB}/astropy/wcs/include/astropy_wcs_api.h
+${PYSITELIB}/astropy/wcs/include/wcslib/.empty
+${PYSITELIB}/astropy/wcs/include/wcslib/.gitignore
 ${PYSITELIB}/astropy/wcs/include/wcslib/cel.h
 ${PYSITELIB}/astropy/wcs/include/wcslib/lin.h
 ${PYSITELIB}/astropy/wcs/include/wcslib/prj.h
@@ -2991,6 +2938,25 @@ ${PYSITELIB}/astropy/wcs/include/wcslib/
 ${PYSITELIB}/astropy/wcs/setup_package.py
 ${PYSITELIB}/astropy/wcs/setup_package.pyc
 ${PYSITELIB}/astropy/wcs/setup_package.pyo
+${PYSITELIB}/astropy/wcs/src/.gitignore
+${PYSITELIB}/astropy/wcs/src/astropy_wcs.c
+${PYSITELIB}/astropy/wcs/src/astropy_wcs_api.c
+${PYSITELIB}/astropy/wcs/src/distortion.c
+${PYSITELIB}/astropy/wcs/src/distortion_wrap.c
+${PYSITELIB}/astropy/wcs/src/docstrings.c
+${PYSITELIB}/astropy/wcs/src/pipeline.c
+${PYSITELIB}/astropy/wcs/src/pyutil.c
+${PYSITELIB}/astropy/wcs/src/sip.c
+${PYSITELIB}/astropy/wcs/src/sip_wrap.c
+${PYSITELIB}/astropy/wcs/src/str_list_proxy.c
+${PYSITELIB}/astropy/wcs/src/unit_list_proxy.c
+${PYSITELIB}/astropy/wcs/src/util.c
+${PYSITELIB}/astropy/wcs/src/wcslib_auxprm_wrap.c
+${PYSITELIB}/astropy/wcs/src/wcslib_celprm_wrap.c
+${PYSITELIB}/astropy/wcs/src/wcslib_prjprm_wrap.c
+${PYSITELIB}/astropy/wcs/src/wcslib_tabprm_wrap.c
+${PYSITELIB}/astropy/wcs/src/wcslib_wrap.c
+${PYSITELIB}/astropy/wcs/src/wcslib_wtbarr_wrap.c
 ${PYSITELIB}/astropy/wcs/tests/__init__.py
 ${PYSITELIB}/astropy/wcs/tests/__init__.pyc
 ${PYSITELIB}/astropy/wcs/tests/__init__.pyo
@@ -3126,9 +3092,6 @@ ${PYSITELIB}/astropy/wcs/wcsapi/high_lev
 ${PYSITELIB}/astropy/wcs/wcsapi/low_level_api.py
 ${PYSITELIB}/astropy/wcs/wcsapi/low_level_api.pyc
 ${PYSITELIB}/astropy/wcs/wcsapi/low_level_api.pyo
-${PYSITELIB}/astropy/wcs/wcsapi/sliced_low_level_wcs.py
-${PYSITELIB}/astropy/wcs/wcsapi/sliced_low_level_wcs.pyc
-${PYSITELIB}/astropy/wcs/wcsapi/sliced_low_level_wcs.pyo
 ${PYSITELIB}/astropy/wcs/wcsapi/tests/__init__.py
 ${PYSITELIB}/astropy/wcs/wcsapi/tests/__init__.pyc
 ${PYSITELIB}/astropy/wcs/wcsapi/tests/__init__.pyo

Index: pkgsrc/math/py-astropy/distinfo
diff -u pkgsrc/math/py-astropy/distinfo:1.8 pkgsrc/math/py-astropy/distinfo:1.9
--- pkgsrc/math/py-astropy/distinfo:1.8 Tue Jun 25 15:13:07 2024
+++ pkgsrc/math/py-astropy/distinfo     Tue Aug  6 08:39:20 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/06/25 15:13:07 gutteridge Exp $
+$NetBSD: distinfo,v 1.9 2024/08/06 08:39:20 adam Exp $
 
-BLAKE2s (astropy-5.3.4.tar.gz) = 2cac6c3496848cafb28408cad365d174463783a782bd334b447e9f303f96b307
-SHA512 (astropy-5.3.4.tar.gz) = eede24edeb04603ef92c48e040223fe05e12c510873022a2683bb08793b406d95ccbf284f3a46479658144b3f8cbfc6a32ac1bcb6ac5870449630069cfe67842
-Size (astropy-5.3.4.tar.gz) = 7811582 bytes
-SHA1 (patch-astropy_wcs_setup__package.py) = c9f00d41cb8a27845ba0aa6c7964ece9c485f325
+BLAKE2s (astropy-6.1.2.tar.gz) = 2b880b4d2a542f75096bd523899bc67b2a44719da3203e72b8435b46d3e9ee53
+SHA512 (astropy-6.1.2.tar.gz) = 83521230cc737e9c40bad37d8d28dc946e513b05d326dec944095198f3bd1ba79d9cf5dbdc6e47082941a55f5f7487a0c09d9940789e1e228ed0707e01956593
+Size (astropy-6.1.2.tar.gz) = 7055575 bytes



Home | Main Index | Thread Index | Old Index