Fri Nov 10 18:54:09 2023 UTC ()
py-asdf: updated to 3.0.1

3.0.1 (2023-10-30)
------------------

The ASDF Standard is at v1.6.0

- Fix bug in ``asdftool diff`` for arrays within a list

3.0.0 (2023-10-16)
------------------

The ASDF Standard is at v1.6.0

- Drop support for ASDF-in-FITS.
- Add ``all_array_storage``, ``all_array_compression`` and
  ``all_array_compression_kwargs`` to ``asdf.config.AsdfConfig``
- Move built-in tags to converters (except ndarray and integer).
- Add block storage support to Converter
- Remove deprecated legacy extension API
- Fix issue opening files that don't support ``fileno``
- Allow Converters to defer conversion to other Converters
  by returning ``None`` in ``Converter.select_tag``
- Remove deprecated tests.helpers
- Remove deprecated load_custom_schema
- Remove deprecated TagDefinition.schema_uri
- Removed deprecated AsdfFile.open and deprecated asdf.open
  AsdfFile.write_to and AsdfFile.update kwargs
- Fix ``AsdfFile.info`` loading all array data
- Blank out AsdfFile.tree on close
- Move ndarray to a converter, add ``convert_unknown_ndarray_subclasses``
  to ``asdf.config.AsdfConfig``, move ``asdf.Stream`` to
  ``asdf.tags.core.Stream``, update block storage support for
  Converter and update internal block API
- Remove deprecated resolve_local_refs argument to load_schema
- Move IntegerType to converter and drop cache of converted values.
- Remove legacy extension API
- Fix bug that left out the name of the arrays that differed
  for ``asdftool diff`` comparisons


(adam)
diff -r1.15 -r1.16 pkgsrc/math/py-asdf/Makefile
diff -r1.6 -r1.7 pkgsrc/math/py-asdf/PLIST
diff -r1.8 -r1.9 pkgsrc/math/py-asdf/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/math/py-asdf/Makefile (switch to unified diff)

--- pkgsrc/math/py-asdf/Makefile 2023/10/28 19:57:11 1.15
+++ pkgsrc/math/py-asdf/Makefile 2023/11/10 18:54:09 1.16
@@ -1,42 +1,45 @@ @@ -1,42 +1,45 @@
1# $NetBSD: Makefile,v 1.15 2023/10/28 19:57:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2023/11/10 18:54:09 adam Exp $
2 2
3DISTNAME= asdf-2.15.2 3DISTNAME= asdf-3.0.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= math python 5CATEGORIES= math python
7MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/asdf-format/asdf 9HOMEPAGE= https://github.com/asdf-format/asdf
11COMMENT= Advanced Scientific Data Format 10COMMENT= Advanced Scientific Data Format
12LICENSE= modified-bsd 11LICENSE= modified-bsd
13 12
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
15TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
16TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
17DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.0.1:../../math/py-asdf-standard 16DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.0.1:../../math/py-asdf-standard
18DEPENDS+= ${PYPKGPREFIX}-asdf-transform-schemas>=0.3:../../math/py-asdf-transform-schemas 17DEPENDS+= ${PYPKGPREFIX}-asdf-transform-schemas>=0.3:../../math/py-asdf-transform-schemas
19DEPENDS+= ${PYPKGPREFIX}-asdf-unit-schemas>=0.1:../../math/py-asdf-unit-schemas 18DEPENDS+= ${PYPKGPREFIX}-asdf-unit-schemas>=0.1:../../math/py-asdf-unit-schemas
20DEPENDS+= ${PYPKGPREFIX}-attrs>=20.1.0":../../devel/py-attrs 19DEPENDS+= ${PYPKGPREFIX}-attrs>=20.1.0":../../devel/py-attrs
21DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.11.4:../../devel/py-importlib-metadata 20DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.11.4:../../devel/py-importlib-metadata
22DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.6.2:../../textproc/py-jmespath 21DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.6.2:../../textproc/py-jmespath
23DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.8:../../textproc/py-jsonschema 
24DEPENDS+= ${PYPKGPREFIX}-numpy>=1.22:../../math/py-numpy 22DEPENDS+= ${PYPKGPREFIX}-numpy>=1.22:../../math/py-numpy
25DEPENDS+= ${PYPKGPREFIX}-packaging>=19:../../devel/py-packaging 23DEPENDS+= ${PYPKGPREFIX}-packaging>=19:../../devel/py-packaging
26DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version 24DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version
27DEPENDS+= ${PYPKGPREFIX}-yaml>=5.4.1:../../textproc/py-yaml 25DEPENDS+= ${PYPKGPREFIX}-yaml>=5.4.1:../../textproc/py-yaml
 26TEST_DEPENDS+= ${PYPKGPREFIX}-fsspec>=2022.8.2:../../sysutils/py-fsspec
 27TEST_DEPENDS+= ${PYPKGPREFIX}-lz4>=0.10:../../archivers/py-lz4
 28TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 29TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus-[0-9]*:../../devel/py-test-doctestplus
 30TEST_DEPENDS+= ${PYPKGPREFIX}-test-remotedata-[0-9]*:../../net/py-test-remotedata
28 31
29USE_LANGUAGES= # none 32USE_LANGUAGES= # none
30 33
31PYTHON_VERSIONS_INCOMPATIBLE= 27 38 34PYTHON_VERSIONS_INCOMPATIBLE= 27 38
32 35
33REPLACE_PYTHON+= asdf/_jsonschema/json/bin/jsonschema_suite 36REPLACE_PYTHON+= asdf/_jsonschema/json/bin/jsonschema_suite
34REPLACE_PYTHON+= asdf/extern/RangeHTTPServer.py 37REPLACE_PYTHON+= asdf/extern/RangeHTTPServer.py
35 38
36post-install: 39post-install:
37 cd ${DESTDIR}${PREFIX}/bin && \ 40 cd ${DESTDIR}${PREFIX}/bin && \
38 ${MV} asdftool asdftool-${PYVERSSUFFIX} || ${TRUE} 41 ${MV} asdftool asdftool-${PYVERSSUFFIX} || ${TRUE}
39 42
40.include "../../lang/python/application.mk" 43.include "../../lang/python/application.mk"
41.include "../../lang/python/wheel.mk" 44.include "../../lang/python/wheel.mk"
42.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/math/py-asdf/PLIST (switch to unified diff)

--- pkgsrc/math/py-asdf/PLIST 2023/10/28 19:57:11 1.6
+++ pkgsrc/math/py-asdf/PLIST 2023/11/10 18:54:09 1.7
@@ -1,1108 +1,1180 @@ @@ -1,1108 +1,1180 @@
1@comment $NetBSD: PLIST,v 1.6 2023/10/28 19:57:11 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.7 2023/11/10 18:54:09 adam Exp $
2bin/asdftool-${PYVERSSUFFIX} 2bin/asdftool-${PYVERSSUFFIX}
3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
4${PYSITELIB}/${WHEEL_INFODIR}/METADATA 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${WHEEL_INFODIR}/RECORD 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL 6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
7${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt 7${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
8${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt 8${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
9${PYSITELIB}/asdf/__init__.py 9${PYSITELIB}/asdf/__init__.py
10${PYSITELIB}/asdf/__init__.pyc 10${PYSITELIB}/asdf/__init__.pyc
11${PYSITELIB}/asdf/__init__.pyo 11${PYSITELIB}/asdf/__init__.pyo
 12${PYSITELIB}/asdf/_block/__init__.py
 13${PYSITELIB}/asdf/_block/__init__.pyc
 14${PYSITELIB}/asdf/_block/__init__.pyo
 15${PYSITELIB}/asdf/_block/callback.py
 16${PYSITELIB}/asdf/_block/callback.pyc
 17${PYSITELIB}/asdf/_block/callback.pyo
 18${PYSITELIB}/asdf/_block/exceptions.py
 19${PYSITELIB}/asdf/_block/exceptions.pyc
 20${PYSITELIB}/asdf/_block/exceptions.pyo
 21${PYSITELIB}/asdf/_block/external.py
 22${PYSITELIB}/asdf/_block/external.pyc
 23${PYSITELIB}/asdf/_block/external.pyo
 24${PYSITELIB}/asdf/_block/io.py
 25${PYSITELIB}/asdf/_block/io.pyc
 26${PYSITELIB}/asdf/_block/io.pyo
 27${PYSITELIB}/asdf/_block/key.py
 28${PYSITELIB}/asdf/_block/key.pyc
 29${PYSITELIB}/asdf/_block/key.pyo
 30${PYSITELIB}/asdf/_block/manager.py
 31${PYSITELIB}/asdf/_block/manager.pyc
 32${PYSITELIB}/asdf/_block/manager.pyo
 33${PYSITELIB}/asdf/_block/options.py
 34${PYSITELIB}/asdf/_block/options.pyc
 35${PYSITELIB}/asdf/_block/options.pyo
 36${PYSITELIB}/asdf/_block/reader.py
 37${PYSITELIB}/asdf/_block/reader.pyc
 38${PYSITELIB}/asdf/_block/reader.pyo
 39${PYSITELIB}/asdf/_block/store.py
 40${PYSITELIB}/asdf/_block/store.pyc
 41${PYSITELIB}/asdf/_block/store.pyo
 42${PYSITELIB}/asdf/_block/writer.py
 43${PYSITELIB}/asdf/_block/writer.pyc
 44${PYSITELIB}/asdf/_block/writer.pyo
12${PYSITELIB}/asdf/_convenience.py 45${PYSITELIB}/asdf/_convenience.py
13${PYSITELIB}/asdf/_convenience.pyc 46${PYSITELIB}/asdf/_convenience.pyc
14${PYSITELIB}/asdf/_convenience.pyo 47${PYSITELIB}/asdf/_convenience.pyo
15${PYSITELIB}/asdf/_display.py 48${PYSITELIB}/asdf/_display.py
16${PYSITELIB}/asdf/_display.pyc 49${PYSITELIB}/asdf/_display.pyc
17${PYSITELIB}/asdf/_display.pyo 50${PYSITELIB}/asdf/_display.pyo
18${PYSITELIB}/asdf/_helpers.py 51${PYSITELIB}/asdf/_helpers.py
19${PYSITELIB}/asdf/_helpers.pyc 52${PYSITELIB}/asdf/_helpers.pyc
20${PYSITELIB}/asdf/_helpers.pyo 53${PYSITELIB}/asdf/_helpers.pyo
21${PYSITELIB}/asdf/_jsonschema/COPYING 54${PYSITELIB}/asdf/_jsonschema/COPYING
22${PYSITELIB}/asdf/_jsonschema/README.md 55${PYSITELIB}/asdf/_jsonschema/README.md
23${PYSITELIB}/asdf/_jsonschema/__init__.py 56${PYSITELIB}/asdf/_jsonschema/__init__.py
24${PYSITELIB}/asdf/_jsonschema/__init__.pyc 57${PYSITELIB}/asdf/_jsonschema/__init__.pyc
25${PYSITELIB}/asdf/_jsonschema/__init__.pyo 58${PYSITELIB}/asdf/_jsonschema/__init__.pyo
26${PYSITELIB}/asdf/_jsonschema/_format.py 59${PYSITELIB}/asdf/_jsonschema/_format.py
27${PYSITELIB}/asdf/_jsonschema/_format.pyc 60${PYSITELIB}/asdf/_jsonschema/_format.pyc
28${PYSITELIB}/asdf/_jsonschema/_format.pyo 61${PYSITELIB}/asdf/_jsonschema/_format.pyo
29${PYSITELIB}/asdf/_jsonschema/_legacy_validators.py 62${PYSITELIB}/asdf/_jsonschema/_legacy_validators.py
30${PYSITELIB}/asdf/_jsonschema/_legacy_validators.pyc 63${PYSITELIB}/asdf/_jsonschema/_legacy_validators.pyc
31${PYSITELIB}/asdf/_jsonschema/_legacy_validators.pyo 64${PYSITELIB}/asdf/_jsonschema/_legacy_validators.pyo
32${PYSITELIB}/asdf/_jsonschema/_types.py 65${PYSITELIB}/asdf/_jsonschema/_types.py
33${PYSITELIB}/asdf/_jsonschema/_types.pyc 66${PYSITELIB}/asdf/_jsonschema/_types.pyc
34${PYSITELIB}/asdf/_jsonschema/_types.pyo 67${PYSITELIB}/asdf/_jsonschema/_types.pyo
35${PYSITELIB}/asdf/_jsonschema/_utils.py 68${PYSITELIB}/asdf/_jsonschema/_utils.py
36${PYSITELIB}/asdf/_jsonschema/_utils.pyc 69${PYSITELIB}/asdf/_jsonschema/_utils.pyc
37${PYSITELIB}/asdf/_jsonschema/_utils.pyo 70${PYSITELIB}/asdf/_jsonschema/_utils.pyo
38${PYSITELIB}/asdf/_jsonschema/_validators.py 71${PYSITELIB}/asdf/_jsonschema/_validators.py
39${PYSITELIB}/asdf/_jsonschema/_validators.pyc 72${PYSITELIB}/asdf/_jsonschema/_validators.pyc
40${PYSITELIB}/asdf/_jsonschema/_validators.pyo 73${PYSITELIB}/asdf/_jsonschema/_validators.pyo
41${PYSITELIB}/asdf/_jsonschema/conftest.py 74${PYSITELIB}/asdf/_jsonschema/conftest.py
42${PYSITELIB}/asdf/_jsonschema/conftest.pyc 75${PYSITELIB}/asdf/_jsonschema/conftest.pyc
43${PYSITELIB}/asdf/_jsonschema/conftest.pyo 76${PYSITELIB}/asdf/_jsonschema/conftest.pyo
44${PYSITELIB}/asdf/_jsonschema/exceptions.py 77${PYSITELIB}/asdf/_jsonschema/exceptions.py
45${PYSITELIB}/asdf/_jsonschema/exceptions.pyc 78${PYSITELIB}/asdf/_jsonschema/exceptions.pyc
46${PYSITELIB}/asdf/_jsonschema/exceptions.pyo 79${PYSITELIB}/asdf/_jsonschema/exceptions.pyo
47${PYSITELIB}/asdf/_jsonschema/json/.gitignore 80${PYSITELIB}/asdf/_jsonschema/json/.gitignore
48${PYSITELIB}/asdf/_jsonschema/json/CONTRIBUTING.md 81${PYSITELIB}/asdf/_jsonschema/json/CONTRIBUTING.md
49${PYSITELIB}/asdf/_jsonschema/json/LICENSE 82${PYSITELIB}/asdf/_jsonschema/json/LICENSE
50${PYSITELIB}/asdf/_jsonschema/json/README.md 83${PYSITELIB}/asdf/_jsonschema/json/README.md
51${PYSITELIB}/asdf/_jsonschema/json/bin/jsonschema_suite 84${PYSITELIB}/asdf/_jsonschema/json/bin/jsonschema_suite
52${PYSITELIB}/asdf/_jsonschema/json/package.json 85${PYSITELIB}/asdf/_jsonschema/json/package.json
53${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChange/folderInteger.json 86${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChange/folderInteger.json
54${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChangeFolder/folderInteger.json 87${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChangeFolder/folderInteger.json
55${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChangeFolderInSubschema/folderInteger.json 88${PYSITELIB}/asdf/_jsonschema/json/remotes/baseUriChangeFolderInSubschema/folderInteger.json
56${PYSITELIB}/asdf/_jsonschema/json/remotes/different-id-ref-string.json 89${PYSITELIB}/asdf/_jsonschema/json/remotes/different-id-ref-string.json
57${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChange/folderInteger.json 90${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChange/folderInteger.json
58${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChangeFolder/folderInteger.json 91${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChangeFolder/folderInteger.json
59${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChangeFolderInSubschema/folderInteger.json 92${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/baseUriChangeFolderInSubschema/folderInteger.json
60${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/extendible-dynamic-ref.json 93${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/extendible-dynamic-ref.json
61${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/format-assertion-false.json 94${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/format-assertion-false.json
62${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/format-assertion-true.json 95${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/format-assertion-true.json
63${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/integer.json 96${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/integer.json
64${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/locationIndependentIdentifier.json 97${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/locationIndependentIdentifier.json
65${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/metaschema-no-validation.json 98${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/metaschema-no-validation.json
66${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/name-defs.json 99${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/name-defs.json
67${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/nested/foo-ref-string.json 100${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/nested/foo-ref-string.json
68${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/nested/string.json 101${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/nested/string.json
69${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/ref-and-defs.json 102${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/ref-and-defs.json
70${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/subSchemas-defs.json 103${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/subSchemas-defs.json
71${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/subSchemas.json 104${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/subSchemas.json
72${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/tree.json 105${PYSITELIB}/asdf/_jsonschema/json/remotes/draft-next/tree.json
73${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChange/folderInteger.json 106${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChange/folderInteger.json
74${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChangeFolder/folderInteger.json 107${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChangeFolder/folderInteger.json
75${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChangeFolderInSubschema/folderInteger.json 108${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/baseUriChangeFolderInSubschema/folderInteger.json
76${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/dependentRequired.json 109${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/dependentRequired.json
77${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/extendible-dynamic-ref.json 110${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/extendible-dynamic-ref.json
78${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/ignore-prefixItems.json 111${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/ignore-prefixItems.json
79${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/integer.json 112${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/integer.json
80${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/locationIndependentIdentifier.json 113${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/locationIndependentIdentifier.json
81${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/metaschema-no-validation.json 114${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/metaschema-no-validation.json
82${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/name-defs.json 115${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/name-defs.json
83${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/nested/foo-ref-string.json 116${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/nested/foo-ref-string.json
84${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/nested/string.json 117${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/nested/string.json
85${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/ref-and-defs.json 118${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/ref-and-defs.json
86${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/subSchemas-defs.json 119${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/subSchemas-defs.json
87${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/subSchemas.json 120${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/subSchemas.json
88${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/tree.json 121${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2019-09/tree.json
89${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChange/folderInteger.json 122${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChange/folderInteger.json
90${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChangeFolder/folderInteger.json 123${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChangeFolder/folderInteger.json
91${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChangeFolderInSubschema/folderInteger.json 124${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/baseUriChangeFolderInSubschema/folderInteger.json
92${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/extendible-dynamic-ref.json 125${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/extendible-dynamic-ref.json
93${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/format-assertion-false.json 126${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/format-assertion-false.json
94${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/format-assertion-true.json 127${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/format-assertion-true.json
95${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/integer.json 128${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/integer.json
96${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/locationIndependentIdentifier.json 129${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/locationIndependentIdentifier.json
97${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/metaschema-no-validation.json 130${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/metaschema-no-validation.json
98${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/name-defs.json 131${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/name-defs.json
99${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/nested/foo-ref-string.json 132${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/nested/foo-ref-string.json
100${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/nested/string.json 133${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/nested/string.json
101${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/prefixItems.json 134${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/prefixItems.json
102${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/ref-and-defs.json 135${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/ref-and-defs.json
103${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/subSchemas-defs.json 136${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/subSchemas-defs.json
104${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/subSchemas.json 137${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/subSchemas.json
105${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/tree.json 138${PYSITELIB}/asdf/_jsonschema/json/remotes/draft2020-12/tree.json
106${PYSITELIB}/asdf/_jsonschema/json/remotes/draft7/ignore-dependentRequired.json 139${PYSITELIB}/asdf/_jsonschema/json/remotes/draft7/ignore-dependentRequired.json
107${PYSITELIB}/asdf/_jsonschema/json/remotes/extendible-dynamic-ref.json 140${PYSITELIB}/asdf/_jsonschema/json/remotes/extendible-dynamic-ref.json
108${PYSITELIB}/asdf/_jsonschema/json/remotes/integer.json 141${PYSITELIB}/asdf/_jsonschema/json/remotes/integer.json
109${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifier.json 142${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifier.json
110${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifierDraft4.json 143${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifierDraft4.json
111${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifierPre2019.json 144${PYSITELIB}/asdf/_jsonschema/json/remotes/locationIndependentIdentifierPre2019.json
112${PYSITELIB}/asdf/_jsonschema/json/remotes/name-defs.json 145${PYSITELIB}/asdf/_jsonschema/json/remotes/name-defs.json
113${PYSITELIB}/asdf/_jsonschema/json/remotes/name.json 146${PYSITELIB}/asdf/_jsonschema/json/remotes/name.json
114${PYSITELIB}/asdf/_jsonschema/json/remotes/nested-absolute-ref-to-string.json 147${PYSITELIB}/asdf/_jsonschema/json/remotes/nested-absolute-ref-to-string.json
115${PYSITELIB}/asdf/_jsonschema/json/remotes/nested/foo-ref-string.json 148${PYSITELIB}/asdf/_jsonschema/json/remotes/nested/foo-ref-string.json
116${PYSITELIB}/asdf/_jsonschema/json/remotes/nested/string.json 149${PYSITELIB}/asdf/_jsonschema/json/remotes/nested/string.json
117${PYSITELIB}/asdf/_jsonschema/json/remotes/ref-and-definitions.json 150${PYSITELIB}/asdf/_jsonschema/json/remotes/ref-and-definitions.json
118${PYSITELIB}/asdf/_jsonschema/json/remotes/ref-and-defs.json 151${PYSITELIB}/asdf/_jsonschema/json/remotes/ref-and-defs.json
119${PYSITELIB}/asdf/_jsonschema/json/remotes/subSchemas-defs.json 152${PYSITELIB}/asdf/_jsonschema/json/remotes/subSchemas-defs.json
120${PYSITELIB}/asdf/_jsonschema/json/remotes/subSchemas.json 153${PYSITELIB}/asdf/_jsonschema/json/remotes/subSchemas.json
121${PYSITELIB}/asdf/_jsonschema/json/remotes/tree.json 154${PYSITELIB}/asdf/_jsonschema/json/remotes/tree.json
122${PYSITELIB}/asdf/_jsonschema/json/remotes/urn-ref-string.json 155${PYSITELIB}/asdf/_jsonschema/json/remotes/urn-ref-string.json
123${PYSITELIB}/asdf/_jsonschema/json/test-schema.json 156${PYSITELIB}/asdf/_jsonschema/json/test-schema.json
124${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/additionalProperties.json 157${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/additionalProperties.json
125${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/allOf.json 158${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/allOf.json
126${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/anchor.json 159${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/anchor.json
127${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/anyOf.json 160${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/anyOf.json
128${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/boolean_schema.json 161${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/boolean_schema.json
129${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/const.json 162${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/const.json
130${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/contains.json 163${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/contains.json
131${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/content.json 164${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/content.json
132${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/default.json 165${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/default.json
133${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/defs.json 166${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/defs.json
134${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dependentRequired.json 167${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dependentRequired.json
135${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dependentSchemas.json 168${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dependentSchemas.json
136${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dynamicRef.json 169${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/dynamicRef.json
137${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/enum.json 170${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/enum.json
138${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/exclusiveMaximum.json 171${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/exclusiveMaximum.json
139${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/exclusiveMinimum.json 172${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/exclusiveMinimum.json
140${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/format.json 173${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/format.json
141${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/id.json 174${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/id.json
142${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/if-then-else.json 175${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/if-then-else.json
143${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/infinite-loop-detection.json 176${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/infinite-loop-detection.json
144${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/items.json 177${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/items.json
145${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxContains.json 178${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxContains.json
146${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxItems.json 179${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxItems.json
147${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxLength.json 180${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxLength.json
148${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxProperties.json 181${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maxProperties.json
149${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maximum.json 182${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/maximum.json
150${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minContains.json 183${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minContains.json
151${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minItems.json 184${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minItems.json
152${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minLength.json 185${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minLength.json
153${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minProperties.json 186${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minProperties.json
154${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minimum.json 187${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/minimum.json
155${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/multipleOf.json 188${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/multipleOf.json
156${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/not.json 189${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/not.json
157${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/oneOf.json 190${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/oneOf.json
158${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/bignum.json 191${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/bignum.json
159${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/dependencies-compatibility.json 192${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/dependencies-compatibility.json
160${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/ecmascript-regex.json 193${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/ecmascript-regex.json
161${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/float-overflow.json 194${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/float-overflow.json
162${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format-assertion.json 195${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format-assertion.json
163${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/date-time.json 196${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/date-time.json
164${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/date.json 197${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/date.json
165${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/duration.json 198${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/duration.json
166${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/email.json 199${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/email.json
167${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/hostname.json 200${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/hostname.json
168${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/idn-email.json 201${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/idn-email.json
169${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/idn-hostname.json 202${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/idn-hostname.json
170${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/ipv4.json 203${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/ipv4.json
171${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/ipv6.json 204${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/ipv6.json
172${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/iri-reference.json 205${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/iri-reference.json
173${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/iri.json 206${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/iri.json
174${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/json-pointer.json 207${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/json-pointer.json
175${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/regex.json 208${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/regex.json
176${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/relative-json-pointer.json 209${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/relative-json-pointer.json
177${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/time.json 210${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/time.json
178${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri-reference.json 211${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri-reference.json
179${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri-template.json 212${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri-template.json
180${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri.json 213${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uri.json
181${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uuid.json 214${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/format/uuid.json
182${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/non-bmp-regex.json 215${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/non-bmp-regex.json
183${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/refOfUnknownKeyword.json 216${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/optional/refOfUnknownKeyword.json
184${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/pattern.json 217${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/pattern.json
185${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/patternProperties.json 218${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/patternProperties.json
186${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/prefixItems.json 219${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/prefixItems.json
187${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/properties.json 220${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/properties.json
188${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/propertyDependencies.json 221${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/propertyDependencies.json
189${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/propertyNames.json 222${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/propertyNames.json
190${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/ref.json 223${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/ref.json
191${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/refRemote.json 224${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/refRemote.json
192${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/required.json 225${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/required.json
193${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/type.json 226${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/type.json
194${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unevaluatedItems.json 227${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unevaluatedItems.json
195${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unevaluatedProperties.json 228${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unevaluatedProperties.json
196${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/uniqueItems.json 229${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/uniqueItems.json
197${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unknownKeyword.json 230${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/unknownKeyword.json
198${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/vocabulary.json 231${PYSITELIB}/asdf/_jsonschema/json/tests/draft-next/vocabulary.json
199${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/additionalItems.json 232${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/additionalItems.json
200${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/additionalProperties.json 233${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/additionalProperties.json
201${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/allOf.json 234${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/allOf.json
202${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/anchor.json 235${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/anchor.json
203${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/anyOf.json 236${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/anyOf.json
204${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/boolean_schema.json 237${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/boolean_schema.json
205${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/const.json 238${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/const.json
206${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/contains.json 239${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/contains.json
207${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/content.json 240${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/content.json
208${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/default.json 241${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/default.json
209${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/defs.json 242${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/defs.json
210${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/dependentRequired.json 243${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/dependentRequired.json
211${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/dependentSchemas.json 244${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/dependentSchemas.json
212${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/enum.json 245${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/enum.json
213${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/exclusiveMaximum.json 246${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/exclusiveMaximum.json
214${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/exclusiveMinimum.json 247${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/exclusiveMinimum.json
215${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/format.json 248${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/format.json
216${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/id.json 249${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/id.json
217${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/if-then-else.json 250${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/if-then-else.json
218${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/infinite-loop-detection.json 251${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/infinite-loop-detection.json
219${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/items.json 252${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/items.json
220${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxContains.json 253${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxContains.json
221${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxItems.json 254${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxItems.json
222${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxLength.json 255${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxLength.json
223${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxProperties.json 256${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maxProperties.json
224${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maximum.json 257${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/maximum.json
225${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minContains.json 258${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minContains.json
226${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minItems.json 259${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minItems.json
227${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minLength.json 260${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minLength.json
228${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minProperties.json 261${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minProperties.json
229${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minimum.json 262${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/minimum.json
230${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/multipleOf.json 263${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/multipleOf.json
231${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/not.json 264${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/not.json
232${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/oneOf.json 265${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/oneOf.json
233${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/bignum.json 266${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/bignum.json
234${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/cross-draft.json 267${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/cross-draft.json
235${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/dependencies-compatibility.json 268${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/dependencies-compatibility.json
236${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/ecmascript-regex.json 269${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/ecmascript-regex.json
237${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/float-overflow.json 270${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/float-overflow.json
238${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/date-time.json 271${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/date-time.json
239${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/date.json 272${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/date.json
240${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/duration.json 273${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/duration.json
241${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/email.json 274${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/email.json
242${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/hostname.json 275${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/hostname.json
243${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/idn-email.json 276${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/idn-email.json
244${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/idn-hostname.json 277${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/idn-hostname.json
245${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/ipv4.json 278${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/ipv4.json
246${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/ipv6.json 279${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/ipv6.json
247${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/iri-reference.json 280${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/iri-reference.json
248${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/iri.json 281${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/iri.json
249${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/json-pointer.json 282${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/json-pointer.json
250${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/regex.json 283${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/regex.json
251${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/relative-json-pointer.json 284${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/relative-json-pointer.json
252${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/time.json 285${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/time.json
253${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/unknown.json 286${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/unknown.json
254${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri-reference.json 287${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri-reference.json
255${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri-template.json 288${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri-template.json
256${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri.json 289${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uri.json
257${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uuid.json 290${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/format/uuid.json
258${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/no-schema.json 291${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/no-schema.json
259${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/non-bmp-regex.json 292${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/non-bmp-regex.json
260${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/refOfUnknownKeyword.json 293${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/optional/refOfUnknownKeyword.json
261${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/pattern.json 294${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/pattern.json
262${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/patternProperties.json 295${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/patternProperties.json
263${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/properties.json 296${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/properties.json
264${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/propertyNames.json 297${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/propertyNames.json
265${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/recursiveRef.json 298${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/recursiveRef.json
266${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/ref.json 299${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/ref.json
267${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/refRemote.json 300${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/refRemote.json
268${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/required.json 301${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/required.json
269${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/type.json 302${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/type.json
270${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unevaluatedItems.json 303${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unevaluatedItems.json
271${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unevaluatedProperties.json 304${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unevaluatedProperties.json
272${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/uniqueItems.json 305${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/uniqueItems.json
273${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unknownKeyword.json 306${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/unknownKeyword.json
274${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/vocabulary.json 307${PYSITELIB}/asdf/_jsonschema/json/tests/draft2019-09/vocabulary.json
275${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/additionalProperties.json 308${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/additionalProperties.json
276${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/allOf.json 309${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/allOf.json
277${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/anchor.json 310${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/anchor.json
278${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/anyOf.json 311${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/anyOf.json
279${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/boolean_schema.json 312${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/boolean_schema.json
280${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/const.json 313${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/const.json
281${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/contains.json 314${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/contains.json
282${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/content.json 315${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/content.json
283${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/default.json 316${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/default.json
284${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/defs.json 317${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/defs.json
285${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dependentRequired.json 318${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dependentRequired.json
286${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dependentSchemas.json 319${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dependentSchemas.json
287${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dynamicRef.json 320${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/dynamicRef.json
288${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/enum.json 321${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/enum.json
289${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/exclusiveMaximum.json 322${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/exclusiveMaximum.json
290${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/exclusiveMinimum.json 323${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/exclusiveMinimum.json
291${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/format.json 324${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/format.json
292${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/id.json 325${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/id.json
293${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/if-then-else.json 326${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/if-then-else.json
294${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/infinite-loop-detection.json 327${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/infinite-loop-detection.json
295${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/items.json 328${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/items.json
296${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxContains.json 329${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxContains.json
297${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxItems.json 330${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxItems.json
298${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxLength.json 331${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxLength.json
299${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxProperties.json 332${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maxProperties.json
300${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maximum.json 333${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/maximum.json
301${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minContains.json 334${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minContains.json
302${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minItems.json 335${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minItems.json
303${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minLength.json 336${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minLength.json
304${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minProperties.json 337${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minProperties.json
305${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minimum.json 338${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/minimum.json
306${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/multipleOf.json 339${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/multipleOf.json
307${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/not.json 340${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/not.json
308${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/oneOf.json 341${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/oneOf.json
309${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/bignum.json 342${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/bignum.json
310${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/cross-draft.json 343${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/cross-draft.json
311${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/dependencies-compatibility.json 344${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/dependencies-compatibility.json
312${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/ecmascript-regex.json 345${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/ecmascript-regex.json
313${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/float-overflow.json 346${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/float-overflow.json
314${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format-assertion.json 347${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format-assertion.json
315${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/date-time.json 348${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/date-time.json
316${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/date.json 349${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/date.json
317${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/duration.json 350${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/duration.json
318${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/email.json 351${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/email.json
319${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/hostname.json 352${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/hostname.json
320${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/idn-email.json 353${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/idn-email.json
321${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/idn-hostname.json 354${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/idn-hostname.json
322${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/ipv4.json 355${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/ipv4.json
323${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/ipv6.json 356${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/ipv6.json
324${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/iri-reference.json 357${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/iri-reference.json
325${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/iri.json 358${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/iri.json
326${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/json-pointer.json 359${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/json-pointer.json
327${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/regex.json 360${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/regex.json
328${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/relative-json-pointer.json 361${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/relative-json-pointer.json
329${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/time.json 362${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/time.json
330${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/unknown.json 363${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/unknown.json
331${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri-reference.json 364${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri-reference.json
332${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri-template.json 365${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri-template.json
333${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri.json 366${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uri.json
334${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uuid.json 367${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/format/uuid.json
335${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/no-schema.json 368${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/no-schema.json
336${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/non-bmp-regex.json 369${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/non-bmp-regex.json
337${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/refOfUnknownKeyword.json 370${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/optional/refOfUnknownKeyword.json
338${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/pattern.json 371${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/pattern.json
339${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/patternProperties.json 372${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/patternProperties.json
340${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/prefixItems.json 373${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/prefixItems.json
341${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/properties.json 374${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/properties.json
342${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/propertyNames.json 375${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/propertyNames.json
343${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/ref.json 376${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/ref.json
344${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/refRemote.json 377${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/refRemote.json
345${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/required.json 378${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/required.json
346${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/type.json 379${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/type.json
347${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unevaluatedItems.json 380${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unevaluatedItems.json
348${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unevaluatedProperties.json 381${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unevaluatedProperties.json
349${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/uniqueItems.json 382${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/uniqueItems.json
350${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unknownKeyword.json 383${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/unknownKeyword.json
351${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/vocabulary.json 384${PYSITELIB}/asdf/_jsonschema/json/tests/draft2020-12/vocabulary.json
352${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/additionalItems.json 385${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/additionalItems.json
353${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/additionalProperties.json 386${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/additionalProperties.json
354${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/default.json 387${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/default.json
355${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/dependencies.json 388${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/dependencies.json
356${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/disallow.json 389${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/disallow.json
357${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/divisibleBy.json 390${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/divisibleBy.json
358${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/enum.json 391${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/enum.json
359${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/extends.json 392${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/extends.json
360${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/format.json 393${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/format.json
361${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/infinite-loop-detection.json 394${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/infinite-loop-detection.json
362${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/items.json 395${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/items.json
363${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maxItems.json 396${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maxItems.json
364${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maxLength.json 397${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maxLength.json
365${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maximum.json 398${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/maximum.json
366${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minItems.json 399${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minItems.json
367${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minLength.json 400${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minLength.json
368${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minimum.json 401${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/minimum.json
369${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/bignum.json 402${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/bignum.json
370${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/ecmascript-regex.json 403${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/ecmascript-regex.json
371${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/color.json 404${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/color.json
372${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/date-time.json 405${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/date-time.json
373${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/date.json 406${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/date.json
374${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/email.json 407${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/email.json
375${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/host-name.json 408${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/host-name.json
376${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/ip-address.json 409${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/ip-address.json
377${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/ipv6.json 410${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/ipv6.json
378${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/regex.json 411${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/regex.json
379${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/time.json 412${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/time.json
380${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/uri.json 413${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/format/uri.json
381${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/non-bmp-regex.json 414${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/non-bmp-regex.json
382${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/zeroTerminatedFloats.json 415${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/optional/zeroTerminatedFloats.json
383${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/pattern.json 416${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/pattern.json
384${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/patternProperties.json 417${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/patternProperties.json
385${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/properties.json 418${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/properties.json
386${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/ref.json 419${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/ref.json
387${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/refRemote.json 420${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/refRemote.json
388${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/required.json 421${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/required.json
389${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/type.json 422${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/type.json
390${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/uniqueItems.json 423${PYSITELIB}/asdf/_jsonschema/json/tests/draft3/uniqueItems.json
391${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/additionalItems.json 424${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/additionalItems.json
392${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/additionalProperties.json 425${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/additionalProperties.json
393${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/allOf.json 426${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/allOf.json
394${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/anyOf.json 427${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/anyOf.json
395${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/default.json 428${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/default.json
396${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/definitions.json 429${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/definitions.json
397${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/dependencies.json 430${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/dependencies.json
398${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/enum.json 431${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/enum.json
399${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/format.json 432${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/format.json
400${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/id.json 433${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/id.json
401${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/infinite-loop-detection.json 434${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/infinite-loop-detection.json
402${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/items.json 435${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/items.json
403${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxItems.json 436${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxItems.json
404${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxLength.json 437${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxLength.json
405${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxProperties.json 438${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maxProperties.json
406${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maximum.json 439${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/maximum.json
407${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minItems.json 440${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minItems.json
408${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minLength.json 441${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minLength.json
409${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minProperties.json 442${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minProperties.json
410${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minimum.json 443${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/minimum.json
411${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/multipleOf.json 444${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/multipleOf.json
412${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/not.json 445${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/not.json
413${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/oneOf.json 446${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/oneOf.json
414${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/bignum.json 447${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/bignum.json
415${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/ecmascript-regex.json 448${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/ecmascript-regex.json
416${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/float-overflow.json 449${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/float-overflow.json
417${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/date-time.json 450${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/date-time.json
418${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/email.json 451${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/email.json
419${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/hostname.json 452${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/hostname.json
420${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/ipv4.json 453${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/ipv4.json
421${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/ipv6.json 454${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/ipv6.json
422${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/unknown.json 455${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/unknown.json
423${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/uri.json 456${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/format/uri.json
424${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/non-bmp-regex.json 457${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/non-bmp-regex.json
425${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/zeroTerminatedFloats.json 458${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/optional/zeroTerminatedFloats.json
426${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/pattern.json 459${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/pattern.json
427${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/patternProperties.json 460${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/patternProperties.json
428${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/properties.json 461${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/properties.json
429${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/ref.json 462${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/ref.json
430${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/refRemote.json 463${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/refRemote.json
431${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/required.json 464${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/required.json
432${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/type.json 465${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/type.json
433${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/uniqueItems.json 466${PYSITELIB}/asdf/_jsonschema/json/tests/draft4/uniqueItems.json
434${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/additionalItems.json 467${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/additionalItems.json
435${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/additionalProperties.json 468${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/additionalProperties.json
436${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/allOf.json 469${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/allOf.json
437${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/anyOf.json 470${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/anyOf.json
438${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/boolean_schema.json 471${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/boolean_schema.json
439${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/const.json 472${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/const.json
440${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/contains.json 473${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/contains.json
441${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/default.json 474${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/default.json
442${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/definitions.json 475${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/definitions.json
443${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/dependencies.json 476${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/dependencies.json
444${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/enum.json 477${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/enum.json
445${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/exclusiveMaximum.json 478${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/exclusiveMaximum.json
446${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/exclusiveMinimum.json 479${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/exclusiveMinimum.json
447${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/format.json 480${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/format.json
448${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/id.json 481${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/id.json
449${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/infinite-loop-detection.json 482${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/infinite-loop-detection.json
450${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/items.json 483${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/items.json
451${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxItems.json 484${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxItems.json
452${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxLength.json 485${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxLength.json
453${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxProperties.json 486${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maxProperties.json
454${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maximum.json 487${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/maximum.json
455${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minItems.json 488${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minItems.json
456${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minLength.json 489${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minLength.json
457${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minProperties.json 490${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minProperties.json
458${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minimum.json 491${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/minimum.json
459${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/multipleOf.json 492${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/multipleOf.json
460${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/not.json 493${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/not.json
461${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/oneOf.json 494${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/oneOf.json
462${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/bignum.json 495${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/bignum.json
463${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/ecmascript-regex.json 496${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/ecmascript-regex.json
464${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/float-overflow.json 497${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/float-overflow.json
465${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/date-time.json 498${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/date-time.json
466${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/email.json 499${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/email.json
467${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/hostname.json 500${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/hostname.json
468${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/ipv4.json 501${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/ipv4.json
469${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/ipv6.json 502${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/ipv6.json
470${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/json-pointer.json 503${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/json-pointer.json
471${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/unknown.json 504${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/unknown.json
472${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri-reference.json 505${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri-reference.json
473${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri-template.json 506${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri-template.json
474${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri.json 507${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/format/uri.json
475${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/non-bmp-regex.json 508${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/optional/non-bmp-regex.json
476${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/pattern.json 509${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/pattern.json
477${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/patternProperties.json 510${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/patternProperties.json
478${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/properties.json 511${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/properties.json
479${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/propertyNames.json 512${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/propertyNames.json
480${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/ref.json 513${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/ref.json
481${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/refRemote.json 514${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/refRemote.json
482${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/required.json 515${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/required.json
483${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/type.json 516${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/type.json
484${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/uniqueItems.json 517${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/uniqueItems.json
485${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/unknownKeyword.json 518${PYSITELIB}/asdf/_jsonschema/json/tests/draft6/unknownKeyword.json
486${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/additionalItems.json 519${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/additionalItems.json
487${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/additionalProperties.json 520${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/additionalProperties.json
488${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/allOf.json 521${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/allOf.json
489${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/anyOf.json 522${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/anyOf.json
490${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/boolean_schema.json 523${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/boolean_schema.json
491${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/const.json 524${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/const.json
492${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/contains.json 525${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/contains.json
493${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/default.json 526${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/default.json
494${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/definitions.json 527${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/definitions.json
495${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/dependencies.json 528${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/dependencies.json
496${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/enum.json 529${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/enum.json
497${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/exclusiveMaximum.json 530${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/exclusiveMaximum.json
498${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/exclusiveMinimum.json 531${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/exclusiveMinimum.json
499${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/format.json 532${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/format.json
500${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/id.json 533${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/id.json
501${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/if-then-else.json 534${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/if-then-else.json
502${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/infinite-loop-detection.json 535${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/infinite-loop-detection.json
503${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/items.json 536${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/items.json
504${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxItems.json 537${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxItems.json
505${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxLength.json 538${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxLength.json
506${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxProperties.json 539${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maxProperties.json
507${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maximum.json 540${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/maximum.json
508${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minItems.json 541${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minItems.json
509${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minLength.json 542${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minLength.json
510${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minProperties.json 543${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minProperties.json
511${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minimum.json 544${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/minimum.json
512${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/multipleOf.json 545${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/multipleOf.json
513${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/not.json 546${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/not.json
514${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/oneOf.json 547${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/oneOf.json
515${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/bignum.json 548${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/bignum.json
516${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/content.json 549${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/content.json
517${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/cross-draft.json 550${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/cross-draft.json
518${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/ecmascript-regex.json 551${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/ecmascript-regex.json
519${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/float-overflow.json 552${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/float-overflow.json
520${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/date-time.json 553${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/date-time.json
521${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/date.json 554${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/date.json
522${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/email.json 555${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/email.json
523${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/hostname.json 556${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/hostname.json
524${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/idn-email.json 557${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/idn-email.json
525${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/idn-hostname.json 558${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/idn-hostname.json
526${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/ipv4.json 559${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/ipv4.json
527${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/ipv6.json 560${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/ipv6.json
528${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/iri-reference.json 561${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/iri-reference.json
529${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/iri.json 562${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/iri.json
530${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/json-pointer.json 563${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/json-pointer.json
531${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/regex.json 564${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/regex.json
532${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/relative-json-pointer.json 565${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/relative-json-pointer.json
533${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/time.json 566${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/time.json
534${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/unknown.json 567${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/unknown.json
535${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri-reference.json 568${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri-reference.json
536${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri-template.json 569${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri-template.json
537${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri.json 570${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/format/uri.json
538${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/non-bmp-regex.json 571${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/optional/non-bmp-regex.json
539${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/pattern.json 572${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/pattern.json
540${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/patternProperties.json 573${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/patternProperties.json
541${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/properties.json 574${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/properties.json
542${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/propertyNames.json 575${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/propertyNames.json
543${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/ref.json 576${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/ref.json
544${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/refRemote.json 577${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/refRemote.json
545${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/required.json 578${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/required.json
546${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/type.json 579${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/type.json
547${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/uniqueItems.json 580${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/uniqueItems.json
548${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/unknownKeyword.json 581${PYSITELIB}/asdf/_jsonschema/json/tests/draft7/unknownKeyword.json
549${PYSITELIB}/asdf/_jsonschema/json/tests/latest/additionalProperties.json 582${PYSITELIB}/asdf/_jsonschema/json/tests/latest/additionalProperties.json
550${PYSITELIB}/asdf/_jsonschema/json/tests/latest/allOf.json 583${PYSITELIB}/asdf/_jsonschema/json/tests/latest/allOf.json
551${PYSITELIB}/asdf/_jsonschema/json/tests/latest/anchor.json 584${PYSITELIB}/asdf/_jsonschema/json/tests/latest/anchor.json
552${PYSITELIB}/asdf/_jsonschema/json/tests/latest/anyOf.json 585${PYSITELIB}/asdf/_jsonschema/json/tests/latest/anyOf.json
553${PYSITELIB}/asdf/_jsonschema/json/tests/latest/boolean_schema.json 586${PYSITELIB}/asdf/_jsonschema/json/tests/latest/boolean_schema.json
554${PYSITELIB}/asdf/_jsonschema/json/tests/latest/const.json 587${PYSITELIB}/asdf/_jsonschema/json/tests/latest/const.json
555${PYSITELIB}/asdf/_jsonschema/json/tests/latest/contains.json 588${PYSITELIB}/asdf/_jsonschema/json/tests/latest/contains.json
556${PYSITELIB}/asdf/_jsonschema/json/tests/latest/content.json 589${PYSITELIB}/asdf/_jsonschema/json/tests/latest/content.json
557${PYSITELIB}/asdf/_jsonschema/json/tests/latest/default.json 590${PYSITELIB}/asdf/_jsonschema/json/tests/latest/default.json
558${PYSITELIB}/asdf/_jsonschema/json/tests/latest/defs.json 591${PYSITELIB}/asdf/_jsonschema/json/tests/latest/defs.json
559${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dependentRequired.json 592${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dependentRequired.json
560${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dependentSchemas.json 593${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dependentSchemas.json
561${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dynamicRef.json 594${PYSITELIB}/asdf/_jsonschema/json/tests/latest/dynamicRef.json
562${PYSITELIB}/asdf/_jsonschema/json/tests/latest/enum.json 595${PYSITELIB}/asdf/_jsonschema/json/tests/latest/enum.json
563${PYSITELIB}/asdf/_jsonschema/json/tests/latest/exclusiveMaximum.json 596${PYSITELIB}/asdf/_jsonschema/json/tests/latest/exclusiveMaximum.json
564${PYSITELIB}/asdf/_jsonschema/json/tests/latest/exclusiveMinimum.json 597${PYSITELIB}/asdf/_jsonschema/json/tests/latest/exclusiveMinimum.json
565${PYSITELIB}/asdf/_jsonschema/json/tests/latest/format.json 598${PYSITELIB}/asdf/_jsonschema/json/tests/latest/format.json
566${PYSITELIB}/asdf/_jsonschema/json/tests/latest/id.json 599${PYSITELIB}/asdf/_jsonschema/json/tests/latest/id.json
567${PYSITELIB}/asdf/_jsonschema/json/tests/latest/if-then-else.json 600${PYSITELIB}/asdf/_jsonschema/json/tests/latest/if-then-else.json
568${PYSITELIB}/asdf/_jsonschema/json/tests/latest/infinite-loop-detection.json 601${PYSITELIB}/asdf/_jsonschema/json/tests/latest/infinite-loop-detection.json
569${PYSITELIB}/asdf/_jsonschema/json/tests/latest/items.json 602${PYSITELIB}/asdf/_jsonschema/json/tests/latest/items.json
570${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxContains.json 603${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxContains.json
571${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxItems.json 604${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxItems.json
572${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxLength.json 605${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxLength.json
573${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxProperties.json 606${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maxProperties.json
574${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maximum.json 607${PYSITELIB}/asdf/_jsonschema/json/tests/latest/maximum.json
575${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minContains.json 608${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minContains.json
576${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minItems.json 609${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minItems.json
577${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minLength.json 610${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minLength.json
578${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minProperties.json 611${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minProperties.json
579${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minimum.json 612${PYSITELIB}/asdf/_jsonschema/json/tests/latest/minimum.json
580${PYSITELIB}/asdf/_jsonschema/json/tests/latest/multipleOf.json 613${PYSITELIB}/asdf/_jsonschema/json/tests/latest/multipleOf.json
581${PYSITELIB}/asdf/_jsonschema/json/tests/latest/not.json 614${PYSITELIB}/asdf/_jsonschema/json/tests/latest/not.json
582${PYSITELIB}/asdf/_jsonschema/json/tests/latest/oneOf.json 615${PYSITELIB}/asdf/_jsonschema/json/tests/latest/oneOf.json
583${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/bignum.json 616${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/bignum.json
584${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/cross-draft.json 617${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/cross-draft.json
585${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/dependencies-compatibility.json 618${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/dependencies-compatibility.json
586${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/ecmascript-regex.json 619${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/ecmascript-regex.json
587${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/float-overflow.json 620${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/float-overflow.json
588${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format-assertion.json 621${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format-assertion.json
589${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/date-time.json 622${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/date-time.json
590${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/date.json 623${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/date.json
591${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/duration.json 624${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/duration.json
592${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/email.json 625${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/email.json
593${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/hostname.json 626${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/hostname.json
594${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/idn-email.json 627${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/idn-email.json
595${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/idn-hostname.json 628${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/idn-hostname.json
596${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/ipv4.json 629${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/ipv4.json
597${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/ipv6.json 630${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/ipv6.json
598${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/iri-reference.json 631${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/iri-reference.json
599${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/iri.json 632${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/iri.json
600${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/json-pointer.json 633${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/json-pointer.json
601${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/regex.json 634${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/regex.json
602${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/relative-json-pointer.json 635${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/relative-json-pointer.json
603${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/time.json 636${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/time.json
604${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/unknown.json 637${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/unknown.json
605${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri-reference.json 638${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri-reference.json
606${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri-template.json 639${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri-template.json
607${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri.json 640${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uri.json
608${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uuid.json 641${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/format/uuid.json
609${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/no-schema.json 642${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/no-schema.json
610${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/non-bmp-regex.json 643${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/non-bmp-regex.json
611${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/refOfUnknownKeyword.json 644${PYSITELIB}/asdf/_jsonschema/json/tests/latest/optional/refOfUnknownKeyword.json
612${PYSITELIB}/asdf/_jsonschema/json/tests/latest/pattern.json 645${PYSITELIB}/asdf/_jsonschema/json/tests/latest/pattern.json
613${PYSITELIB}/asdf/_jsonschema/json/tests/latest/patternProperties.json 646${PYSITELIB}/asdf/_jsonschema/json/tests/latest/patternProperties.json
614${PYSITELIB}/asdf/_jsonschema/json/tests/latest/prefixItems.json 647${PYSITELIB}/asdf/_jsonschema/json/tests/latest/prefixItems.json
615${PYSITELIB}/asdf/_jsonschema/json/tests/latest/properties.json 648${PYSITELIB}/asdf/_jsonschema/json/tests/latest/properties.json
616${PYSITELIB}/asdf/_jsonschema/json/tests/latest/propertyNames.json 649${PYSITELIB}/asdf/_jsonschema/json/tests/latest/propertyNames.json
617${PYSITELIB}/asdf/_jsonschema/json/tests/latest/ref.json 650${PYSITELIB}/asdf/_jsonschema/json/tests/latest/ref.json
618${PYSITELIB}/asdf/_jsonschema/json/tests/latest/refRemote.json 651${PYSITELIB}/asdf/_jsonschema/json/tests/latest/refRemote.json
619${PYSITELIB}/asdf/_jsonschema/json/tests/latest/required.json 652${PYSITELIB}/asdf/_jsonschema/json/tests/latest/required.json
620${PYSITELIB}/asdf/_jsonschema/json/tests/latest/type.json 653${PYSITELIB}/asdf/_jsonschema/json/tests/latest/type.json
621${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unevaluatedItems.json 654${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unevaluatedItems.json
622${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unevaluatedProperties.json 655${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unevaluatedProperties.json
623${PYSITELIB}/asdf/_jsonschema/json/tests/latest/uniqueItems.json 656${PYSITELIB}/asdf/_jsonschema/json/tests/latest/uniqueItems.json
624${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unknownKeyword.json 657${PYSITELIB}/asdf/_jsonschema/json/tests/latest/unknownKeyword.json
625${PYSITELIB}/asdf/_jsonschema/json/tests/latest/vocabulary.json 658${PYSITELIB}/asdf/_jsonschema/json/tests/latest/vocabulary.json
626${PYSITELIB}/asdf/_jsonschema/json/tox.ini 659${PYSITELIB}/asdf/_jsonschema/json/tox.ini
627${PYSITELIB}/asdf/_jsonschema/protocols.py 660${PYSITELIB}/asdf/_jsonschema/protocols.py
628${PYSITELIB}/asdf/_jsonschema/protocols.pyc 661${PYSITELIB}/asdf/_jsonschema/protocols.pyc
629${PYSITELIB}/asdf/_jsonschema/protocols.pyo 662${PYSITELIB}/asdf/_jsonschema/protocols.pyo
630${PYSITELIB}/asdf/_jsonschema/schemas/draft2019-09.json 663${PYSITELIB}/asdf/_jsonschema/schemas/draft2019-09.json
631${PYSITELIB}/asdf/_jsonschema/schemas/draft2020-12.json 664${PYSITELIB}/asdf/_jsonschema/schemas/draft2020-12.json
632${PYSITELIB}/asdf/_jsonschema/schemas/draft3.json 665${PYSITELIB}/asdf/_jsonschema/schemas/draft3.json
633${PYSITELIB}/asdf/_jsonschema/schemas/draft4.json 666${PYSITELIB}/asdf/_jsonschema/schemas/draft4.json
634${PYSITELIB}/asdf/_jsonschema/schemas/draft6.json 667${PYSITELIB}/asdf/_jsonschema/schemas/draft6.json
635${PYSITELIB}/asdf/_jsonschema/schemas/draft7.json 668${PYSITELIB}/asdf/_jsonschema/schemas/draft7.json
636${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/applicator 669${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/applicator
637${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/content 670${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/content
638${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/core 671${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/core
639${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/meta-data 672${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/meta-data
640${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/validation 673${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2019-09/validation
641${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/applicator 674${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/applicator
642${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/content 675${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/content
643${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/core 676${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/core
644${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format 677${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format
645${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format-annotation 678${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format-annotation
646${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format-assertion 679${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/format-assertion
647${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/meta-data 680${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/meta-data
648${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/unevaluated 681${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/unevaluated
649${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/validation 682${PYSITELIB}/asdf/_jsonschema/schemas/vocabularies/draft2020-12/validation
650${PYSITELIB}/asdf/_jsonschema/tests/__init__.py 683${PYSITELIB}/asdf/_jsonschema/tests/__init__.py
651${PYSITELIB}/asdf/_jsonschema/tests/__init__.pyc 684${PYSITELIB}/asdf/_jsonschema/tests/__init__.pyc
652${PYSITELIB}/asdf/_jsonschema/tests/__init__.pyo 685${PYSITELIB}/asdf/_jsonschema/tests/__init__.pyo
653${PYSITELIB}/asdf/_jsonschema/tests/_helpers.py 686${PYSITELIB}/asdf/_jsonschema/tests/_helpers.py
654${PYSITELIB}/asdf/_jsonschema/tests/_helpers.pyc 687${PYSITELIB}/asdf/_jsonschema/tests/_helpers.pyc
655${PYSITELIB}/asdf/_jsonschema/tests/_helpers.pyo 688${PYSITELIB}/asdf/_jsonschema/tests/_helpers.pyo
656${PYSITELIB}/asdf/_jsonschema/tests/_suite.py 689${PYSITELIB}/asdf/_jsonschema/tests/_suite.py
657${PYSITELIB}/asdf/_jsonschema/tests/_suite.pyc 690${PYSITELIB}/asdf/_jsonschema/tests/_suite.pyc
658${PYSITELIB}/asdf/_jsonschema/tests/_suite.pyo 691${PYSITELIB}/asdf/_jsonschema/tests/_suite.pyo
659${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.py 692${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.py
660${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.pyc 693${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.pyc
661${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.pyo 694${PYSITELIB}/asdf/_jsonschema/tests/test_deprecations.pyo
662${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.py 695${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.py
663${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.pyc 696${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.pyc
664${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.pyo 697${PYSITELIB}/asdf/_jsonschema/tests/test_exceptions.pyo
665${PYSITELIB}/asdf/_jsonschema/tests/test_format.py 698${PYSITELIB}/asdf/_jsonschema/tests/test_format.py
666${PYSITELIB}/asdf/_jsonschema/tests/test_format.pyc 699${PYSITELIB}/asdf/_jsonschema/tests/test_format.pyc
667${PYSITELIB}/asdf/_jsonschema/tests/test_format.pyo 700${PYSITELIB}/asdf/_jsonschema/tests/test_format.pyo
668${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.py 701${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.py
669${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.pyc 702${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.pyc
670${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.pyo 703${PYSITELIB}/asdf/_jsonschema/tests/test_jsonschema_test_suite.pyo
671${PYSITELIB}/asdf/_jsonschema/tests/test_types.py 704${PYSITELIB}/asdf/_jsonschema/tests/test_types.py
672${PYSITELIB}/asdf/_jsonschema/tests/test_types.pyc 705${PYSITELIB}/asdf/_jsonschema/tests/test_types.pyc
673${PYSITELIB}/asdf/_jsonschema/tests/test_types.pyo 706${PYSITELIB}/asdf/_jsonschema/tests/test_types.pyo
674${PYSITELIB}/asdf/_jsonschema/tests/test_utils.py 707${PYSITELIB}/asdf/_jsonschema/tests/test_utils.py
675${PYSITELIB}/asdf/_jsonschema/tests/test_utils.pyc 708${PYSITELIB}/asdf/_jsonschema/tests/test_utils.pyc
676${PYSITELIB}/asdf/_jsonschema/tests/test_utils.pyo 709${PYSITELIB}/asdf/_jsonschema/tests/test_utils.pyo
677${PYSITELIB}/asdf/_jsonschema/tests/test_validators.py 710${PYSITELIB}/asdf/_jsonschema/tests/test_validators.py
678${PYSITELIB}/asdf/_jsonschema/tests/test_validators.pyc 711${PYSITELIB}/asdf/_jsonschema/tests/test_validators.pyc
679${PYSITELIB}/asdf/_jsonschema/tests/test_validators.pyo 712${PYSITELIB}/asdf/_jsonschema/tests/test_validators.pyo
680${PYSITELIB}/asdf/_jsonschema/validators.py 713${PYSITELIB}/asdf/_jsonschema/validators.py
681${PYSITELIB}/asdf/_jsonschema/validators.pyc 714${PYSITELIB}/asdf/_jsonschema/validators.pyc
682${PYSITELIB}/asdf/_jsonschema/validators.pyo 715${PYSITELIB}/asdf/_jsonschema/validators.pyo
683${PYSITELIB}/asdf/_node_info.py 716${PYSITELIB}/asdf/_node_info.py
684${PYSITELIB}/asdf/_node_info.pyc 717${PYSITELIB}/asdf/_node_info.pyc
685${PYSITELIB}/asdf/_node_info.pyo 718${PYSITELIB}/asdf/_node_info.pyo
686${PYSITELIB}/asdf/_resolver.py 
687${PYSITELIB}/asdf/_resolver.pyc 
688${PYSITELIB}/asdf/_resolver.pyo 
689${PYSITELIB}/asdf/_tests/__init__.py 719${PYSITELIB}/asdf/_tests/__init__.py
690${PYSITELIB}/asdf/_tests/__init__.pyc 720${PYSITELIB}/asdf/_tests/__init__.pyc
691${PYSITELIB}/asdf/_tests/__init__.pyo 721${PYSITELIB}/asdf/_tests/__init__.pyo
 722${PYSITELIB}/asdf/_tests/_block/__init__.py
 723${PYSITELIB}/asdf/_tests/_block/__init__.pyc
 724${PYSITELIB}/asdf/_tests/_block/__init__.pyo
 725${PYSITELIB}/asdf/_tests/_block/test_callback.py
 726${PYSITELIB}/asdf/_tests/_block/test_callback.pyc
 727${PYSITELIB}/asdf/_tests/_block/test_callback.pyo
 728${PYSITELIB}/asdf/_tests/_block/test_external.py
 729${PYSITELIB}/asdf/_tests/_block/test_external.pyc
 730${PYSITELIB}/asdf/_tests/_block/test_external.pyo
 731${PYSITELIB}/asdf/_tests/_block/test_io.py
 732${PYSITELIB}/asdf/_tests/_block/test_io.pyc
 733${PYSITELIB}/asdf/_tests/_block/test_io.pyo
 734${PYSITELIB}/asdf/_tests/_block/test_key.py
 735${PYSITELIB}/asdf/_tests/_block/test_key.pyc
 736${PYSITELIB}/asdf/_tests/_block/test_key.pyo
 737${PYSITELIB}/asdf/_tests/_block/test_manager.py
 738${PYSITELIB}/asdf/_tests/_block/test_manager.pyc
 739${PYSITELIB}/asdf/_tests/_block/test_manager.pyo
 740${PYSITELIB}/asdf/_tests/_block/test_options.py
 741${PYSITELIB}/asdf/_tests/_block/test_options.pyc
 742${PYSITELIB}/asdf/_tests/_block/test_options.pyo
 743${PYSITELIB}/asdf/_tests/_block/test_reader.py
 744${PYSITELIB}/asdf/_tests/_block/test_reader.pyc
 745${PYSITELIB}/asdf/_tests/_block/test_reader.pyo
 746${PYSITELIB}/asdf/_tests/_block/test_store.py
 747${PYSITELIB}/asdf/_tests/_block/test_store.pyc
 748${PYSITELIB}/asdf/_tests/_block/test_store.pyo
 749${PYSITELIB}/asdf/_tests/_block/test_writer.py
 750${PYSITELIB}/asdf/_tests/_block/test_writer.pyc
 751${PYSITELIB}/asdf/_tests/_block/test_writer.pyo
692${PYSITELIB}/asdf/_tests/_helpers.py 752${PYSITELIB}/asdf/_tests/_helpers.py
693${PYSITELIB}/asdf/_tests/_helpers.pyc 753${PYSITELIB}/asdf/_tests/_helpers.pyc
694${PYSITELIB}/asdf/_tests/_helpers.pyo 754${PYSITELIB}/asdf/_tests/_helpers.pyo
 755${PYSITELIB}/asdf/_tests/_regtests/test_1013.py
 756${PYSITELIB}/asdf/_tests/_regtests/test_1013.pyc
 757${PYSITELIB}/asdf/_tests/_regtests/test_1013.pyo
 758${PYSITELIB}/asdf/_tests/_regtests/test_1505.py
 759${PYSITELIB}/asdf/_tests/_regtests/test_1505.pyc
 760${PYSITELIB}/asdf/_tests/_regtests/test_1505.pyo
 761${PYSITELIB}/asdf/_tests/_regtests/test_1523.py
 762${PYSITELIB}/asdf/_tests/_regtests/test_1523.pyc
 763${PYSITELIB}/asdf/_tests/_regtests/test_1523.pyo
 764${PYSITELIB}/asdf/_tests/_regtests/test_1525.py
 765${PYSITELIB}/asdf/_tests/_regtests/test_1525.pyc
 766${PYSITELIB}/asdf/_tests/_regtests/test_1525.pyo
 767${PYSITELIB}/asdf/_tests/_regtests/test_1526.py
 768${PYSITELIB}/asdf/_tests/_regtests/test_1526.pyc
 769${PYSITELIB}/asdf/_tests/_regtests/test_1526.pyo
 770${PYSITELIB}/asdf/_tests/_regtests/test_1530.py
 771${PYSITELIB}/asdf/_tests/_regtests/test_1530.pyc
 772${PYSITELIB}/asdf/_tests/_regtests/test_1530.pyo
 773${PYSITELIB}/asdf/_tests/_regtests/test_1538.py
 774${PYSITELIB}/asdf/_tests/_regtests/test_1538.pyc
 775${PYSITELIB}/asdf/_tests/_regtests/test_1538.pyo
 776${PYSITELIB}/asdf/_tests/_regtests/test_1539.py
 777${PYSITELIB}/asdf/_tests/_regtests/test_1539.pyc
 778${PYSITELIB}/asdf/_tests/_regtests/test_1539.pyo
 779${PYSITELIB}/asdf/_tests/_regtests/test_1540.py
 780${PYSITELIB}/asdf/_tests/_regtests/test_1540.pyc
 781${PYSITELIB}/asdf/_tests/_regtests/test_1540.pyo
 782${PYSITELIB}/asdf/_tests/_regtests/test_1541.py
 783${PYSITELIB}/asdf/_tests/_regtests/test_1541.pyc
 784${PYSITELIB}/asdf/_tests/_regtests/test_1541.pyo
 785${PYSITELIB}/asdf/_tests/_regtests/test_1542.py
 786${PYSITELIB}/asdf/_tests/_regtests/test_1542.pyc
 787${PYSITELIB}/asdf/_tests/_regtests/test_1542.pyo
 788${PYSITELIB}/asdf/_tests/_regtests/test_1553.py
 789${PYSITELIB}/asdf/_tests/_regtests/test_1553.pyc
 790${PYSITELIB}/asdf/_tests/_regtests/test_1553.pyo
 791${PYSITELIB}/asdf/_tests/_regtests/test_1558.py
 792${PYSITELIB}/asdf/_tests/_regtests/test_1558.pyc
 793${PYSITELIB}/asdf/_tests/_regtests/test_1558.pyo
695${PYSITELIB}/asdf/_tests/commands/tests/__init__.py 794${PYSITELIB}/asdf/_tests/commands/tests/__init__.py
696${PYSITELIB}/asdf/_tests/commands/tests/__init__.pyc 795${PYSITELIB}/asdf/_tests/commands/tests/__init__.pyc
697${PYSITELIB}/asdf/_tests/commands/tests/__init__.pyo 796${PYSITELIB}/asdf/_tests/commands/tests/__init__.pyo
698${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.py 797${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.py
699${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.pyc 798${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.pyc
700${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.pyo 799${PYSITELIB}/asdf/_tests/commands/tests/data/__init__.pyo
701${PYSITELIB}/asdf/_tests/commands/tests/data/block0.asdf 800${PYSITELIB}/asdf/_tests/commands/tests/data/block0.asdf
702${PYSITELIB}/asdf/_tests/commands/tests/data/block1.asdf 801${PYSITELIB}/asdf/_tests/commands/tests/data/block1.asdf
703${PYSITELIB}/asdf/_tests/commands/tests/data/blocks.diff 802${PYSITELIB}/asdf/_tests/commands/tests/data/blocks.diff
704${PYSITELIB}/asdf/_tests/commands/tests/data/frames.diff 803${PYSITELIB}/asdf/_tests/commands/tests/data/frames.diff
705${PYSITELIB}/asdf/_tests/commands/tests/data/frames0.asdf 804${PYSITELIB}/asdf/_tests/commands/tests/data/frames0.asdf
706${PYSITELIB}/asdf/_tests/commands/tests/data/frames1.asdf 805${PYSITELIB}/asdf/_tests/commands/tests/data/frames1.asdf
707${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_asdf_library.diff 806${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_asdf_library.diff
708${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_both.diff 807${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_both.diff
709${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_reference_frame.diff 808${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_reference_frame.diff
710${PYSITELIB}/asdf/_tests/commands/tests/data/frames_minimal.diff 809${PYSITELIB}/asdf/_tests/commands/tests/data/frames_minimal.diff
 810${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray0.asdf
 811${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray1.asdf
 812${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray_in_list.diff
 813${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray_in_list0.asdf
 814${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray_in_list1.asdf
 815${PYSITELIB}/asdf/_tests/commands/tests/data/ndarrays.diff
711${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array.diff 816${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array.diff
712${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array0.asdf 817${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array0.asdf
713${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array1.asdf 818${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array1.asdf
714${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.py 819${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.py
715${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.pyc 820${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.pyc
716${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.pyo 821${PYSITELIB}/asdf/_tests/commands/tests/test_defragment.pyo
717${PYSITELIB}/asdf/_tests/commands/tests/test_diff.py 822${PYSITELIB}/asdf/_tests/commands/tests/test_diff.py
718${PYSITELIB}/asdf/_tests/commands/tests/test_diff.pyc 823${PYSITELIB}/asdf/_tests/commands/tests/test_diff.pyc
719${PYSITELIB}/asdf/_tests/commands/tests/test_diff.pyo 824${PYSITELIB}/asdf/_tests/commands/tests/test_diff.pyo
720${PYSITELIB}/asdf/_tests/commands/tests/test_edit.py 825${PYSITELIB}/asdf/_tests/commands/tests/test_edit.py
721${PYSITELIB}/asdf/_tests/commands/tests/test_edit.pyc 826${PYSITELIB}/asdf/_tests/commands/tests/test_edit.pyc
722${PYSITELIB}/asdf/_tests/commands/tests/test_edit.pyo 827${PYSITELIB}/asdf/_tests/commands/tests/test_edit.pyo
723${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.py 828${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.py
724${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.pyc 829${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.pyc
725${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.pyo 830${PYSITELIB}/asdf/_tests/commands/tests/test_exploded.pyo
726${PYSITELIB}/asdf/_tests/commands/tests/test_extension.py 831${PYSITELIB}/asdf/_tests/commands/tests/test_extension.py
727${PYSITELIB}/asdf/_tests/commands/tests/test_extension.pyc 832${PYSITELIB}/asdf/_tests/commands/tests/test_extension.pyc
728${PYSITELIB}/asdf/_tests/commands/tests/test_extension.pyo 833${PYSITELIB}/asdf/_tests/commands/tests/test_extension.pyo
729${PYSITELIB}/asdf/_tests/commands/tests/test_extract.py 
730${PYSITELIB}/asdf/_tests/commands/tests/test_extract.pyc 
731${PYSITELIB}/asdf/_tests/commands/tests/test_extract.pyo 
732${PYSITELIB}/asdf/_tests/commands/tests/test_info.py 834${PYSITELIB}/asdf/_tests/commands/tests/test_info.py
733${PYSITELIB}/asdf/_tests/commands/tests/test_info.pyc 835${PYSITELIB}/asdf/_tests/commands/tests/test_info.pyc
734${PYSITELIB}/asdf/_tests/commands/tests/test_info.pyo 836${PYSITELIB}/asdf/_tests/commands/tests/test_info.pyo
735${PYSITELIB}/asdf/_tests/commands/tests/test_main.py 837${PYSITELIB}/asdf/_tests/commands/tests/test_main.py
736${PYSITELIB}/asdf/_tests/commands/tests/test_main.pyc 838${PYSITELIB}/asdf/_tests/commands/tests/test_main.pyc
737${PYSITELIB}/asdf/_tests/commands/tests/test_main.pyo 839${PYSITELIB}/asdf/_tests/commands/tests/test_main.pyo
738${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.py 
739${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.pyc 
740${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.pyo 
741${PYSITELIB}/asdf/_tests/commands/tests/test_tags.py 840${PYSITELIB}/asdf/_tests/commands/tests/test_tags.py
742${PYSITELIB}/asdf/_tests/commands/tests/test_tags.pyc 841${PYSITELIB}/asdf/_tests/commands/tests/test_tags.pyc
743${PYSITELIB}/asdf/_tests/commands/tests/test_tags.pyo 842${PYSITELIB}/asdf/_tests/commands/tests/test_tags.pyo
744${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.py 843${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.py
745${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.pyc 844${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.pyc
746${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.pyo 845${PYSITELIB}/asdf/_tests/commands/tests/test_to_yaml.pyo
747${PYSITELIB}/asdf/_tests/conftest.py 846${PYSITELIB}/asdf/_tests/conftest.py
748${PYSITELIB}/asdf/_tests/conftest.pyc 847${PYSITELIB}/asdf/_tests/conftest.pyc
749${PYSITELIB}/asdf/_tests/conftest.pyo 848${PYSITELIB}/asdf/_tests/conftest.pyo
750${PYSITELIB}/asdf/_tests/core/__init__.py 849${PYSITELIB}/asdf/_tests/core/__init__.py
751${PYSITELIB}/asdf/_tests/core/__init__.pyc 850${PYSITELIB}/asdf/_tests/core/__init__.pyc
752${PYSITELIB}/asdf/_tests/core/__init__.pyo 851${PYSITELIB}/asdf/_tests/core/__init__.pyo
 852${PYSITELIB}/asdf/_tests/core/_converters/__init__.py
 853${PYSITELIB}/asdf/_tests/core/_converters/__init__.pyc
 854${PYSITELIB}/asdf/_tests/core/_converters/__init__.pyo
 855${PYSITELIB}/asdf/_tests/core/_converters/test_complex.py
 856${PYSITELIB}/asdf/_tests/core/_converters/test_complex.pyc
 857${PYSITELIB}/asdf/_tests/core/_converters/test_complex.pyo
 858${PYSITELIB}/asdf/_tests/core/_converters/test_constant.py
 859${PYSITELIB}/asdf/_tests/core/_converters/test_constant.pyc
 860${PYSITELIB}/asdf/_tests/core/_converters/test_constant.pyo
 861${PYSITELIB}/asdf/_tests/core/_converters/test_external_reference.py
 862${PYSITELIB}/asdf/_tests/core/_converters/test_external_reference.pyc
 863${PYSITELIB}/asdf/_tests/core/_converters/test_external_reference.pyo
 864${PYSITELIB}/asdf/_tests/core/_converters/test_tree.py
 865${PYSITELIB}/asdf/_tests/core/_converters/test_tree.pyc
 866${PYSITELIB}/asdf/_tests/core/_converters/test_tree.pyo
753${PYSITELIB}/asdf/_tests/core/tests/__init__.py 867${PYSITELIB}/asdf/_tests/core/tests/__init__.py
754${PYSITELIB}/asdf/_tests/core/tests/__init__.pyc 868${PYSITELIB}/asdf/_tests/core/tests/__init__.pyc
755${PYSITELIB}/asdf/_tests/core/tests/__init__.pyo 869${PYSITELIB}/asdf/_tests/core/tests/__init__.pyo
756${PYSITELIB}/asdf/_tests/core/tests/test_integration.py 870${PYSITELIB}/asdf/_tests/core/tests/test_integration.py
757${PYSITELIB}/asdf/_tests/core/tests/test_integration.pyc 871${PYSITELIB}/asdf/_tests/core/tests/test_integration.pyc
758${PYSITELIB}/asdf/_tests/core/tests/test_integration.pyo 872${PYSITELIB}/asdf/_tests/core/tests/test_integration.pyo
759${PYSITELIB}/asdf/_tests/data/__init__.py 873${PYSITELIB}/asdf/_tests/data/__init__.py
760${PYSITELIB}/asdf/_tests/data/__init__.pyc 874${PYSITELIB}/asdf/_tests/data/__init__.pyc
761${PYSITELIB}/asdf/_tests/data/__init__.pyo 875${PYSITELIB}/asdf/_tests/data/__init__.pyo
762${PYSITELIB}/asdf/_tests/data/asdf.fits.gz 
763${PYSITELIB}/asdf/_tests/data/complex-42.0.0.yaml 876${PYSITELIB}/asdf/_tests/data/complex-42.0.0.yaml
764${PYSITELIB}/asdf/_tests/data/custom-1.0.0.yaml 877${PYSITELIB}/asdf/_tests/data/custom-1.0.0.yaml
765${PYSITELIB}/asdf/_tests/data/custom_flow-1.0.0.yaml 
766${PYSITELIB}/asdf/_tests/data/custom_flow-1.1.0.yaml 
767${PYSITELIB}/asdf/_tests/data/custom_schema.yaml 878${PYSITELIB}/asdf/_tests/data/custom_schema.yaml
768${PYSITELIB}/asdf/_tests/data/custom_schema_definitions.yaml 879${PYSITELIB}/asdf/_tests/data/custom_schema_definitions.yaml
769${PYSITELIB}/asdf/_tests/data/custom_schema_external_ref.yaml 880${PYSITELIB}/asdf/_tests/data/custom_schema_external_ref.yaml
770${PYSITELIB}/asdf/_tests/data/custom_style-1.0.0.yaml 
771${PYSITELIB}/asdf/_tests/data/default-1.0.0.yaml 
772${PYSITELIB}/asdf/_tests/data/example_schema.json 881${PYSITELIB}/asdf/_tests/data/example_schema.json
773${PYSITELIB}/asdf/_tests/data/extension_check.fits 
774${PYSITELIB}/asdf/_tests/data/foreign_tag_reference-1.0.0.yaml 
775${PYSITELIB}/asdf/_tests/data/fraction-1.0.0.yaml 882${PYSITELIB}/asdf/_tests/data/fraction-1.0.0.yaml
776${PYSITELIB}/asdf/_tests/data/fraction_with_inverse-1.0.0.yaml 883${PYSITELIB}/asdf/_tests/data/fraction_with_inverse-1.0.0.yaml
777${PYSITELIB}/asdf/_tests/data/fractional_2d_coord-1.0.0.yaml 884${PYSITELIB}/asdf/_tests/data/fractional_2d_coord-1.0.0.yaml
778${PYSITELIB}/asdf/_tests/data/missing-1.1.0.yaml 885${PYSITELIB}/asdf/_tests/data/missing-1.1.0.yaml
779${PYSITELIB}/asdf/_tests/data/one_of-1.0.0.yaml 
780${PYSITELIB}/asdf/_tests/data/self_referencing-1.0.0.yaml 886${PYSITELIB}/asdf/_tests/data/self_referencing-1.0.0.yaml
781${PYSITELIB}/asdf/_tests/data/tag_reference-1.0.0.yaml 
782${PYSITELIB}/asdf/_tests/data/version_mismatch.fits 
783${PYSITELIB}/asdf/_tests/httpserver.py 887${PYSITELIB}/asdf/_tests/httpserver.py
784${PYSITELIB}/asdf/_tests/httpserver.pyc 888${PYSITELIB}/asdf/_tests/httpserver.pyc
785${PYSITELIB}/asdf/_tests/httpserver.pyo 889${PYSITELIB}/asdf/_tests/httpserver.pyo
786${PYSITELIB}/asdf/_tests/objects.py 
787${PYSITELIB}/asdf/_tests/objects.pyc 
788${PYSITELIB}/asdf/_tests/objects.pyo 
789${PYSITELIB}/asdf/_tests/tags/__init__.py 890${PYSITELIB}/asdf/_tests/tags/__init__.py
790${PYSITELIB}/asdf/_tests/tags/__init__.pyc 891${PYSITELIB}/asdf/_tests/tags/__init__.pyc
791${PYSITELIB}/asdf/_tests/tags/__init__.pyo 892${PYSITELIB}/asdf/_tests/tags/__init__.pyo
792${PYSITELIB}/asdf/_tests/tags/core/__init__.py 893${PYSITELIB}/asdf/_tests/tags/core/__init__.py
793${PYSITELIB}/asdf/_tests/tags/core/__init__.pyc 894${PYSITELIB}/asdf/_tests/tags/core/__init__.pyc
794${PYSITELIB}/asdf/_tests/tags/core/__init__.pyo 895${PYSITELIB}/asdf/_tests/tags/core/__init__.pyo
795${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.py 896${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.py
796${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.pyc 897${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.pyc
797${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.pyo 898${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.pyo
798${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.py 
799${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.pyc 
800${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.pyo 
801${PYSITELIB}/asdf/_tests/tags/core/tests/data/datatype-1.0.0.yaml 
802${PYSITELIB}/asdf/_tests/tags/core/tests/data/ndim-1.0.0.yaml 
803${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.py 
804${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.pyc 
805${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.pyo 
806${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.py 
807${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.pyc 
808${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.pyo 
809${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.py 
810${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.pyc 
811${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.pyo 
812${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.py 
813${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.pyc 
814${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.pyo 
815${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.py 899${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.py
816${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.pyc 900${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.pyc
817${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.pyo 901${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.pyo
818${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.py 902${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.py
819${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.pyc 903${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.pyc
820${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.pyo 904${PYSITELIB}/asdf/_tests/tags/core/tests/test_ndarray.pyo
821${PYSITELIB}/asdf/_tests/test_api.py 905${PYSITELIB}/asdf/_tests/test_api.py
822${PYSITELIB}/asdf/_tests/test_api.pyc 906${PYSITELIB}/asdf/_tests/test_api.pyc
823${PYSITELIB}/asdf/_tests/test_api.pyo 907${PYSITELIB}/asdf/_tests/test_api.pyo
824${PYSITELIB}/asdf/_tests/test_array_blocks.py 908${PYSITELIB}/asdf/_tests/test_array_blocks.py
825${PYSITELIB}/asdf/_tests/test_array_blocks.pyc 909${PYSITELIB}/asdf/_tests/test_array_blocks.pyc
826${PYSITELIB}/asdf/_tests/test_array_blocks.pyo 910${PYSITELIB}/asdf/_tests/test_array_blocks.pyo
827${PYSITELIB}/asdf/_tests/test_asdf.py 911${PYSITELIB}/asdf/_tests/test_asdf.py
828${PYSITELIB}/asdf/_tests/test_asdf.pyc 912${PYSITELIB}/asdf/_tests/test_asdf.pyc
829${PYSITELIB}/asdf/_tests/test_asdf.pyo 913${PYSITELIB}/asdf/_tests/test_asdf.pyo
 914${PYSITELIB}/asdf/_tests/test_block_converter.py
 915${PYSITELIB}/asdf/_tests/test_block_converter.pyc
 916${PYSITELIB}/asdf/_tests/test_block_converter.pyo
830${PYSITELIB}/asdf/_tests/test_compression.py 917${PYSITELIB}/asdf/_tests/test_compression.py
831${PYSITELIB}/asdf/_tests/test_compression.pyc 918${PYSITELIB}/asdf/_tests/test_compression.pyc
832${PYSITELIB}/asdf/_tests/test_compression.pyo 919${PYSITELIB}/asdf/_tests/test_compression.pyo
833${PYSITELIB}/asdf/_tests/test_config.py 920${PYSITELIB}/asdf/_tests/test_config.py
834${PYSITELIB}/asdf/_tests/test_config.pyc 921${PYSITELIB}/asdf/_tests/test_config.pyc
835${PYSITELIB}/asdf/_tests/test_config.pyo 922${PYSITELIB}/asdf/_tests/test_config.pyo
836${PYSITELIB}/asdf/_tests/test_deprecated.py 923${PYSITELIB}/asdf/_tests/test_deprecated.py
837${PYSITELIB}/asdf/_tests/test_deprecated.pyc 924${PYSITELIB}/asdf/_tests/test_deprecated.pyc
838${PYSITELIB}/asdf/_tests/test_deprecated.pyo 925${PYSITELIB}/asdf/_tests/test_deprecated.pyo
839${PYSITELIB}/asdf/_tests/test_entry_points.py 926${PYSITELIB}/asdf/_tests/test_entry_points.py
840${PYSITELIB}/asdf/_tests/test_entry_points.pyc 927${PYSITELIB}/asdf/_tests/test_entry_points.pyc
841${PYSITELIB}/asdf/_tests/test_entry_points.pyo 928${PYSITELIB}/asdf/_tests/test_entry_points.pyo
842${PYSITELIB}/asdf/_tests/test_extension.py 929${PYSITELIB}/asdf/_tests/test_extension.py
843${PYSITELIB}/asdf/_tests/test_extension.pyc 930${PYSITELIB}/asdf/_tests/test_extension.pyc
844${PYSITELIB}/asdf/_tests/test_extension.pyo 931${PYSITELIB}/asdf/_tests/test_extension.pyo
845${PYSITELIB}/asdf/_tests/test_file_format.py 932${PYSITELIB}/asdf/_tests/test_file_format.py
846${PYSITELIB}/asdf/_tests/test_file_format.pyc 933${PYSITELIB}/asdf/_tests/test_file_format.pyc
847${PYSITELIB}/asdf/_tests/test_file_format.pyo 934${PYSITELIB}/asdf/_tests/test_file_format.pyo
848${PYSITELIB}/asdf/_tests/test_fits_embed.py 
849${PYSITELIB}/asdf/_tests/test_fits_embed.pyc 
850${PYSITELIB}/asdf/_tests/test_fits_embed.pyo 
851${PYSITELIB}/asdf/_tests/test_generic_io.py 935${PYSITELIB}/asdf/_tests/test_generic_io.py
852${PYSITELIB}/asdf/_tests/test_generic_io.pyc 936${PYSITELIB}/asdf/_tests/test_generic_io.pyc
853${PYSITELIB}/asdf/_tests/test_generic_io.pyo 937${PYSITELIB}/asdf/_tests/test_generic_io.pyo
854${PYSITELIB}/asdf/_tests/test_helpers.py 938${PYSITELIB}/asdf/_tests/test_history.py
855${PYSITELIB}/asdf/_tests/test_helpers.pyc 939${PYSITELIB}/asdf/_tests/test_history.pyc
856${PYSITELIB}/asdf/_tests/test_helpers.pyo 940${PYSITELIB}/asdf/_tests/test_history.pyo
857${PYSITELIB}/asdf/_tests/test_info.py 941${PYSITELIB}/asdf/_tests/test_info.py
858${PYSITELIB}/asdf/_tests/test_info.pyc 942${PYSITELIB}/asdf/_tests/test_info.pyc
859${PYSITELIB}/asdf/_tests/test_info.pyo 943${PYSITELIB}/asdf/_tests/test_info.pyo
860${PYSITELIB}/asdf/_tests/test_integration.py 944${PYSITELIB}/asdf/_tests/test_integration.py
861${PYSITELIB}/asdf/_tests/test_integration.pyc 945${PYSITELIB}/asdf/_tests/test_integration.pyc
862${PYSITELIB}/asdf/_tests/test_integration.pyo 946${PYSITELIB}/asdf/_tests/test_integration.pyo
863${PYSITELIB}/asdf/_tests/test_reference.py 947${PYSITELIB}/asdf/_tests/test_reference.py
864${PYSITELIB}/asdf/_tests/test_reference.pyc 948${PYSITELIB}/asdf/_tests/test_reference.pyc
865${PYSITELIB}/asdf/_tests/test_reference.pyo 949${PYSITELIB}/asdf/_tests/test_reference.pyo
866${PYSITELIB}/asdf/_tests/test_reference_files.py 950${PYSITELIB}/asdf/_tests/test_reference_files.py
867${PYSITELIB}/asdf/_tests/test_reference_files.pyc 951${PYSITELIB}/asdf/_tests/test_reference_files.pyc
868${PYSITELIB}/asdf/_tests/test_reference_files.pyo 952${PYSITELIB}/asdf/_tests/test_reference_files.pyo
869${PYSITELIB}/asdf/_tests/test_resolver.py 
870${PYSITELIB}/asdf/_tests/test_resolver.pyc 
871${PYSITELIB}/asdf/_tests/test_resolver.pyo 
872${PYSITELIB}/asdf/_tests/test_resource.py 953${PYSITELIB}/asdf/_tests/test_resource.py
873${PYSITELIB}/asdf/_tests/test_resource.pyc 954${PYSITELIB}/asdf/_tests/test_resource.pyc
874${PYSITELIB}/asdf/_tests/test_resource.pyo 955${PYSITELIB}/asdf/_tests/test_resource.pyo
875${PYSITELIB}/asdf/_tests/test_schema.py 956${PYSITELIB}/asdf/_tests/test_schema.py
876${PYSITELIB}/asdf/_tests/test_schema.pyc 957${PYSITELIB}/asdf/_tests/test_schema.pyc
877${PYSITELIB}/asdf/_tests/test_schema.pyo 958${PYSITELIB}/asdf/_tests/test_schema.pyo
878${PYSITELIB}/asdf/_tests/test_search.py 959${PYSITELIB}/asdf/_tests/test_search.py
879${PYSITELIB}/asdf/_tests/test_search.pyc 960${PYSITELIB}/asdf/_tests/test_search.pyc
880${PYSITELIB}/asdf/_tests/test_search.pyo 961${PYSITELIB}/asdf/_tests/test_search.pyo
 962${PYSITELIB}/asdf/_tests/test_serialization_context.py
 963${PYSITELIB}/asdf/_tests/test_serialization_context.pyc
 964${PYSITELIB}/asdf/_tests/test_serialization_context.pyo
881${PYSITELIB}/asdf/_tests/test_stream.py 965${PYSITELIB}/asdf/_tests/test_stream.py
882${PYSITELIB}/asdf/_tests/test_stream.pyc 966${PYSITELIB}/asdf/_tests/test_stream.pyc
883${PYSITELIB}/asdf/_tests/test_stream.pyo 967${PYSITELIB}/asdf/_tests/test_stream.pyo
884${PYSITELIB}/asdf/_tests/test_tagged.py 968${PYSITELIB}/asdf/_tests/test_tagged.py
885${PYSITELIB}/asdf/_tests/test_tagged.pyc 969${PYSITELIB}/asdf/_tests/test_tagged.pyc
886${PYSITELIB}/asdf/_tests/test_tagged.pyo 970${PYSITELIB}/asdf/_tests/test_tagged.pyo
887${PYSITELIB}/asdf/_tests/test_treeutil.py 971${PYSITELIB}/asdf/_tests/test_treeutil.py
888${PYSITELIB}/asdf/_tests/test_treeutil.pyc 972${PYSITELIB}/asdf/_tests/test_treeutil.pyc
889${PYSITELIB}/asdf/_tests/test_treeutil.pyo 973${PYSITELIB}/asdf/_tests/test_treeutil.pyo
890${PYSITELIB}/asdf/_tests/test_types.py 974${PYSITELIB}/asdf/_tests/test_types.py
891${PYSITELIB}/asdf/_tests/test_types.pyc 975${PYSITELIB}/asdf/_tests/test_types.pyc
892${PYSITELIB}/asdf/_tests/test_types.pyo 976${PYSITELIB}/asdf/_tests/test_types.pyo
893${PYSITELIB}/asdf/_tests/test_util.py 977${PYSITELIB}/asdf/_tests/test_util.py
894${PYSITELIB}/asdf/_tests/test_util.pyc 978${PYSITELIB}/asdf/_tests/test_util.pyc
895${PYSITELIB}/asdf/_tests/test_util.pyo 979${PYSITELIB}/asdf/_tests/test_util.pyo
896${PYSITELIB}/asdf/_tests/test_versioning.py 980${PYSITELIB}/asdf/_tests/test_versioning.py
897${PYSITELIB}/asdf/_tests/test_versioning.pyc 981${PYSITELIB}/asdf/_tests/test_versioning.pyc
898${PYSITELIB}/asdf/_tests/test_versioning.pyo 982${PYSITELIB}/asdf/_tests/test_versioning.pyo
899${PYSITELIB}/asdf/_tests/test_yaml.py 983${PYSITELIB}/asdf/_tests/test_yaml.py
900${PYSITELIB}/asdf/_tests/test_yaml.pyc 984${PYSITELIB}/asdf/_tests/test_yaml.pyc
901${PYSITELIB}/asdf/_tests/test_yaml.pyo 985${PYSITELIB}/asdf/_tests/test_yaml.pyo
902${PYSITELIB}/asdf/_type_index.py 
903${PYSITELIB}/asdf/_type_index.pyc 
904${PYSITELIB}/asdf/_type_index.pyo 
905${PYSITELIB}/asdf/_types.py 
906${PYSITELIB}/asdf/_types.pyc 
907${PYSITELIB}/asdf/_types.pyo 
908${PYSITELIB}/asdf/_version.py 986${PYSITELIB}/asdf/_version.py
909${PYSITELIB}/asdf/_version.pyc 987${PYSITELIB}/asdf/_version.pyc
910${PYSITELIB}/asdf/_version.pyo 988${PYSITELIB}/asdf/_version.pyo
911${PYSITELIB}/asdf/asdf.py 989${PYSITELIB}/asdf/asdf.py
912${PYSITELIB}/asdf/asdf.pyc 990${PYSITELIB}/asdf/asdf.pyc
913${PYSITELIB}/asdf/asdf.pyo 991${PYSITELIB}/asdf/asdf.pyo
914${PYSITELIB}/asdf/asdftypes.py 
915${PYSITELIB}/asdf/asdftypes.pyc 
916${PYSITELIB}/asdf/asdftypes.pyo 
917${PYSITELIB}/asdf/block.py 
918${PYSITELIB}/asdf/block.pyc 
919${PYSITELIB}/asdf/block.pyo 
920${PYSITELIB}/asdf/commands/__init__.py 992${PYSITELIB}/asdf/commands/__init__.py
921${PYSITELIB}/asdf/commands/__init__.pyc 993${PYSITELIB}/asdf/commands/__init__.pyc
922${PYSITELIB}/asdf/commands/__init__.pyo 994${PYSITELIB}/asdf/commands/__init__.pyo
923${PYSITELIB}/asdf/commands/defragment.py 995${PYSITELIB}/asdf/commands/defragment.py
924${PYSITELIB}/asdf/commands/defragment.pyc 996${PYSITELIB}/asdf/commands/defragment.pyc
925${PYSITELIB}/asdf/commands/defragment.pyo 997${PYSITELIB}/asdf/commands/defragment.pyo
926${PYSITELIB}/asdf/commands/diff.py 998${PYSITELIB}/asdf/commands/diff.py
927${PYSITELIB}/asdf/commands/diff.pyc 999${PYSITELIB}/asdf/commands/diff.pyc
928${PYSITELIB}/asdf/commands/diff.pyo 1000${PYSITELIB}/asdf/commands/diff.pyo
929${PYSITELIB}/asdf/commands/edit.py 1001${PYSITELIB}/asdf/commands/edit.py
930${PYSITELIB}/asdf/commands/edit.pyc 1002${PYSITELIB}/asdf/commands/edit.pyc
931${PYSITELIB}/asdf/commands/edit.pyo 1003${PYSITELIB}/asdf/commands/edit.pyo
932${PYSITELIB}/asdf/commands/exploded.py 1004${PYSITELIB}/asdf/commands/exploded.py
933${PYSITELIB}/asdf/commands/exploded.pyc 1005${PYSITELIB}/asdf/commands/exploded.pyc
934${PYSITELIB}/asdf/commands/exploded.pyo 1006${PYSITELIB}/asdf/commands/exploded.pyo
935${PYSITELIB}/asdf/commands/extension.py 1007${PYSITELIB}/asdf/commands/extension.py
936${PYSITELIB}/asdf/commands/extension.pyc 1008${PYSITELIB}/asdf/commands/extension.pyc
937${PYSITELIB}/asdf/commands/extension.pyo 1009${PYSITELIB}/asdf/commands/extension.pyo
938${PYSITELIB}/asdf/commands/extract.py 
939${PYSITELIB}/asdf/commands/extract.pyc 
940${PYSITELIB}/asdf/commands/extract.pyo 
941${PYSITELIB}/asdf/commands/info.py 1010${PYSITELIB}/asdf/commands/info.py
942${PYSITELIB}/asdf/commands/info.pyc 1011${PYSITELIB}/asdf/commands/info.pyc
943${PYSITELIB}/asdf/commands/info.pyo 1012${PYSITELIB}/asdf/commands/info.pyo
944${PYSITELIB}/asdf/commands/main.py 1013${PYSITELIB}/asdf/commands/main.py
945${PYSITELIB}/asdf/commands/main.pyc 1014${PYSITELIB}/asdf/commands/main.pyc
946${PYSITELIB}/asdf/commands/main.pyo 1015${PYSITELIB}/asdf/commands/main.pyo
947${PYSITELIB}/asdf/commands/remove_hdu.py 
948${PYSITELIB}/asdf/commands/remove_hdu.pyc 
949${PYSITELIB}/asdf/commands/remove_hdu.pyo 
950${PYSITELIB}/asdf/commands/tags.py 1016${PYSITELIB}/asdf/commands/tags.py
951${PYSITELIB}/asdf/commands/tags.pyc 1017${PYSITELIB}/asdf/commands/tags.pyc
952${PYSITELIB}/asdf/commands/tags.pyo 1018${PYSITELIB}/asdf/commands/tags.pyo
953${PYSITELIB}/asdf/commands/to_yaml.py 1019${PYSITELIB}/asdf/commands/to_yaml.py
954${PYSITELIB}/asdf/commands/to_yaml.pyc 1020${PYSITELIB}/asdf/commands/to_yaml.pyc
955${PYSITELIB}/asdf/commands/to_yaml.pyo 1021${PYSITELIB}/asdf/commands/to_yaml.pyo
956${PYSITELIB}/asdf/compression.py 1022${PYSITELIB}/asdf/compression.py
957${PYSITELIB}/asdf/compression.pyc 1023${PYSITELIB}/asdf/compression.pyc
958${PYSITELIB}/asdf/compression.pyo 1024${PYSITELIB}/asdf/compression.pyo
959${PYSITELIB}/asdf/config.py 1025${PYSITELIB}/asdf/config.py
960${PYSITELIB}/asdf/config.pyc 1026${PYSITELIB}/asdf/config.pyc
961${PYSITELIB}/asdf/config.pyo 1027${PYSITELIB}/asdf/config.pyo
962${PYSITELIB}/asdf/conftest.py 1028${PYSITELIB}/asdf/conftest.py
963${PYSITELIB}/asdf/conftest.pyc 1029${PYSITELIB}/asdf/conftest.pyc
964${PYSITELIB}/asdf/conftest.pyo 1030${PYSITELIB}/asdf/conftest.pyo
965${PYSITELIB}/asdf/constants.py 1031${PYSITELIB}/asdf/constants.py
966${PYSITELIB}/asdf/constants.pyc 1032${PYSITELIB}/asdf/constants.pyc
967${PYSITELIB}/asdf/constants.pyo 1033${PYSITELIB}/asdf/constants.pyo
968${PYSITELIB}/asdf/core/__init__.py 1034${PYSITELIB}/asdf/core/__init__.py
969${PYSITELIB}/asdf/core/__init__.pyc 1035${PYSITELIB}/asdf/core/__init__.pyc
970${PYSITELIB}/asdf/core/__init__.pyo 1036${PYSITELIB}/asdf/core/__init__.pyo
 1037${PYSITELIB}/asdf/core/_converters/__init__.py
 1038${PYSITELIB}/asdf/core/_converters/__init__.pyc
 1039${PYSITELIB}/asdf/core/_converters/__init__.pyo
 1040${PYSITELIB}/asdf/core/_converters/complex.py
 1041${PYSITELIB}/asdf/core/_converters/complex.pyc
 1042${PYSITELIB}/asdf/core/_converters/complex.pyo
 1043${PYSITELIB}/asdf/core/_converters/constant.py
 1044${PYSITELIB}/asdf/core/_converters/constant.pyc
 1045${PYSITELIB}/asdf/core/_converters/constant.pyo
 1046${PYSITELIB}/asdf/core/_converters/external_reference.py
 1047${PYSITELIB}/asdf/core/_converters/external_reference.pyc
 1048${PYSITELIB}/asdf/core/_converters/external_reference.pyo
 1049${PYSITELIB}/asdf/core/_converters/integer.py
 1050${PYSITELIB}/asdf/core/_converters/integer.pyc
 1051${PYSITELIB}/asdf/core/_converters/integer.pyo
 1052${PYSITELIB}/asdf/core/_converters/ndarray.py
 1053${PYSITELIB}/asdf/core/_converters/ndarray.pyc
 1054${PYSITELIB}/asdf/core/_converters/ndarray.pyo
 1055${PYSITELIB}/asdf/core/_converters/reference.py
 1056${PYSITELIB}/asdf/core/_converters/reference.pyc
 1057${PYSITELIB}/asdf/core/_converters/reference.pyo
 1058${PYSITELIB}/asdf/core/_converters/tree.py
 1059${PYSITELIB}/asdf/core/_converters/tree.pyc
 1060${PYSITELIB}/asdf/core/_converters/tree.pyo
971${PYSITELIB}/asdf/core/_extensions.py 1061${PYSITELIB}/asdf/core/_extensions.py
972${PYSITELIB}/asdf/core/_extensions.pyc 1062${PYSITELIB}/asdf/core/_extensions.pyc
973${PYSITELIB}/asdf/core/_extensions.pyo 1063${PYSITELIB}/asdf/core/_extensions.pyo
974${PYSITELIB}/asdf/core/_integration.py 1064${PYSITELIB}/asdf/core/_integration.py
975${PYSITELIB}/asdf/core/_integration.pyc 1065${PYSITELIB}/asdf/core/_integration.pyc
976${PYSITELIB}/asdf/core/_integration.pyo 1066${PYSITELIB}/asdf/core/_integration.pyo
977${PYSITELIB}/asdf/core/_validators/__init__.py 1067${PYSITELIB}/asdf/core/_validators/__init__.py
978${PYSITELIB}/asdf/core/_validators/__init__.pyc 1068${PYSITELIB}/asdf/core/_validators/__init__.pyc
979${PYSITELIB}/asdf/core/_validators/__init__.pyo 1069${PYSITELIB}/asdf/core/_validators/__init__.pyo
980${PYSITELIB}/asdf/core/_validators/ndarray.py 1070${PYSITELIB}/asdf/core/_validators/ndarray.py
981${PYSITELIB}/asdf/core/_validators/ndarray.pyc 1071${PYSITELIB}/asdf/core/_validators/ndarray.pyc
982${PYSITELIB}/asdf/core/_validators/ndarray.pyo 1072${PYSITELIB}/asdf/core/_validators/ndarray.pyo
983${PYSITELIB}/asdf/entry_points.py 1073${PYSITELIB}/asdf/entry_points.py
984${PYSITELIB}/asdf/entry_points.pyc 1074${PYSITELIB}/asdf/entry_points.pyc
985${PYSITELIB}/asdf/entry_points.pyo 1075${PYSITELIB}/asdf/entry_points.pyo
986${PYSITELIB}/asdf/exceptions.py 1076${PYSITELIB}/asdf/exceptions.py
987${PYSITELIB}/asdf/exceptions.pyc 1077${PYSITELIB}/asdf/exceptions.pyc
988${PYSITELIB}/asdf/exceptions.pyo 1078${PYSITELIB}/asdf/exceptions.pyo
989${PYSITELIB}/asdf/extension/__init__.py 1079${PYSITELIB}/asdf/extension/__init__.py
990${PYSITELIB}/asdf/extension/__init__.pyc 1080${PYSITELIB}/asdf/extension/__init__.pyc
991${PYSITELIB}/asdf/extension/__init__.pyo 1081${PYSITELIB}/asdf/extension/__init__.pyo
992${PYSITELIB}/asdf/extension/_compressor.py 1082${PYSITELIB}/asdf/extension/_compressor.py
993${PYSITELIB}/asdf/extension/_compressor.pyc 1083${PYSITELIB}/asdf/extension/_compressor.pyc
994${PYSITELIB}/asdf/extension/_compressor.pyo 1084${PYSITELIB}/asdf/extension/_compressor.pyo
995${PYSITELIB}/asdf/extension/_converter.py 1085${PYSITELIB}/asdf/extension/_converter.py
996${PYSITELIB}/asdf/extension/_converter.pyc 1086${PYSITELIB}/asdf/extension/_converter.pyc
997${PYSITELIB}/asdf/extension/_converter.pyo 1087${PYSITELIB}/asdf/extension/_converter.pyo
998${PYSITELIB}/asdf/extension/_extension.py 1088${PYSITELIB}/asdf/extension/_extension.py
999${PYSITELIB}/asdf/extension/_extension.pyc 1089${PYSITELIB}/asdf/extension/_extension.pyc
1000${PYSITELIB}/asdf/extension/_extension.pyo 1090${PYSITELIB}/asdf/extension/_extension.pyo
1001${PYSITELIB}/asdf/extension/_legacy.py 
1002${PYSITELIB}/asdf/extension/_legacy.pyc 
1003${PYSITELIB}/asdf/extension/_legacy.pyo 
1004${PYSITELIB}/asdf/extension/_manager.py 1091${PYSITELIB}/asdf/extension/_manager.py
1005${PYSITELIB}/asdf/extension/_manager.pyc 1092${PYSITELIB}/asdf/extension/_manager.pyc
1006${PYSITELIB}/asdf/extension/_manager.pyo 1093${PYSITELIB}/asdf/extension/_manager.pyo
1007${PYSITELIB}/asdf/extension/_manifest.py 1094${PYSITELIB}/asdf/extension/_manifest.py
1008${PYSITELIB}/asdf/extension/_manifest.pyc 1095${PYSITELIB}/asdf/extension/_manifest.pyc
1009${PYSITELIB}/asdf/extension/_manifest.pyo 1096${PYSITELIB}/asdf/extension/_manifest.pyo
 1097${PYSITELIB}/asdf/extension/_serialization_context.py
 1098${PYSITELIB}/asdf/extension/_serialization_context.pyc
 1099${PYSITELIB}/asdf/extension/_serialization_context.pyo
1010${PYSITELIB}/asdf/extension/_tag.py 1100${PYSITELIB}/asdf/extension/_tag.py
1011${PYSITELIB}/asdf/extension/_tag.pyc 1101${PYSITELIB}/asdf/extension/_tag.pyc
1012${PYSITELIB}/asdf/extension/_tag.pyo 1102${PYSITELIB}/asdf/extension/_tag.pyo
1013${PYSITELIB}/asdf/extension/_validator.py 1103${PYSITELIB}/asdf/extension/_validator.py
1014${PYSITELIB}/asdf/extension/_validator.pyc 1104${PYSITELIB}/asdf/extension/_validator.pyc
1015${PYSITELIB}/asdf/extension/_validator.pyo 1105${PYSITELIB}/asdf/extension/_validator.pyo
1016${PYSITELIB}/asdf/extern/RangeHTTPServer.py 1106${PYSITELIB}/asdf/extern/RangeHTTPServer.py
1017${PYSITELIB}/asdf/extern/RangeHTTPServer.pyc 1107${PYSITELIB}/asdf/extern/RangeHTTPServer.pyc
1018${PYSITELIB}/asdf/extern/RangeHTTPServer.pyo 1108${PYSITELIB}/asdf/extern/RangeHTTPServer.pyo
1019${PYSITELIB}/asdf/extern/__init__.py 1109${PYSITELIB}/asdf/extern/__init__.py
1020${PYSITELIB}/asdf/extern/__init__.pyc 1110${PYSITELIB}/asdf/extern/__init__.pyc
1021${PYSITELIB}/asdf/extern/__init__.pyo 1111${PYSITELIB}/asdf/extern/__init__.pyo
1022${PYSITELIB}/asdf/extern/atomicfile.py 1112${PYSITELIB}/asdf/extern/atomicfile.py
1023${PYSITELIB}/asdf/extern/atomicfile.pyc 1113${PYSITELIB}/asdf/extern/atomicfile.pyc
1024${PYSITELIB}/asdf/extern/atomicfile.pyo 1114${PYSITELIB}/asdf/extern/atomicfile.pyo
1025${PYSITELIB}/asdf/fits_embed.py 
1026${PYSITELIB}/asdf/fits_embed.pyc 
1027${PYSITELIB}/asdf/fits_embed.pyo 
1028${PYSITELIB}/asdf/generic_io.py 1115${PYSITELIB}/asdf/generic_io.py
1029${PYSITELIB}/asdf/generic_io.pyc 1116${PYSITELIB}/asdf/generic_io.pyc
1030${PYSITELIB}/asdf/generic_io.pyo 1117${PYSITELIB}/asdf/generic_io.pyo
1031${PYSITELIB}/asdf/reference.py 1118${PYSITELIB}/asdf/reference.py
1032${PYSITELIB}/asdf/reference.pyc 1119${PYSITELIB}/asdf/reference.pyc
1033${PYSITELIB}/asdf/reference.pyo 1120${PYSITELIB}/asdf/reference.pyo
1034${PYSITELIB}/asdf/resolver.py 
1035${PYSITELIB}/asdf/resolver.pyc 
1036${PYSITELIB}/asdf/resolver.pyo 
1037${PYSITELIB}/asdf/resource.py 1121${PYSITELIB}/asdf/resource.py
1038${PYSITELIB}/asdf/resource.pyc 1122${PYSITELIB}/asdf/resource.pyc
1039${PYSITELIB}/asdf/resource.pyo 1123${PYSITELIB}/asdf/resource.pyo
1040${PYSITELIB}/asdf/schema.py 1124${PYSITELIB}/asdf/schema.py
1041${PYSITELIB}/asdf/schema.pyc 1125${PYSITELIB}/asdf/schema.pyc
1042${PYSITELIB}/asdf/schema.pyo 1126${PYSITELIB}/asdf/schema.pyo
1043${PYSITELIB}/asdf/search.py 1127${PYSITELIB}/asdf/search.py
1044${PYSITELIB}/asdf/search.pyc 1128${PYSITELIB}/asdf/search.pyc
1045${PYSITELIB}/asdf/search.pyo 1129${PYSITELIB}/asdf/search.pyo
1046${PYSITELIB}/asdf/stream.py 1130${PYSITELIB}/asdf/stream.py
1047${PYSITELIB}/asdf/stream.pyc 1131${PYSITELIB}/asdf/stream.pyc
1048${PYSITELIB}/asdf/stream.pyo 1132${PYSITELIB}/asdf/stream.pyo
1049${PYSITELIB}/asdf/tagged.py 1133${PYSITELIB}/asdf/tagged.py
1050${PYSITELIB}/asdf/tagged.pyc 1134${PYSITELIB}/asdf/tagged.pyc
1051${PYSITELIB}/asdf/tagged.pyo 1135${PYSITELIB}/asdf/tagged.pyo
1052${PYSITELIB}/asdf/tags/__init__.py 1136${PYSITELIB}/asdf/tags/__init__.py
1053${PYSITELIB}/asdf/tags/__init__.pyc 1137${PYSITELIB}/asdf/tags/__init__.pyc
1054${PYSITELIB}/asdf/tags/__init__.pyo 1138${PYSITELIB}/asdf/tags/__init__.pyo
1055${PYSITELIB}/asdf/tags/core/__init__.py 1139${PYSITELIB}/asdf/tags/core/__init__.py
1056${PYSITELIB}/asdf/tags/core/__init__.pyc 1140${PYSITELIB}/asdf/tags/core/__init__.pyc
1057${PYSITELIB}/asdf/tags/core/__init__.pyo 1141${PYSITELIB}/asdf/tags/core/__init__.pyo
1058${PYSITELIB}/asdf/tags/core/complex.py 
1059${PYSITELIB}/asdf/tags/core/complex.pyc 
1060${PYSITELIB}/asdf/tags/core/complex.pyo 
1061${PYSITELIB}/asdf/tags/core/constant.py 1142${PYSITELIB}/asdf/tags/core/constant.py
1062${PYSITELIB}/asdf/tags/core/constant.pyc 1143${PYSITELIB}/asdf/tags/core/constant.pyc
1063${PYSITELIB}/asdf/tags/core/constant.pyo 1144${PYSITELIB}/asdf/tags/core/constant.pyo
1064${PYSITELIB}/asdf/tags/core/external_reference.py 1145${PYSITELIB}/asdf/tags/core/external_reference.py
1065${PYSITELIB}/asdf/tags/core/external_reference.pyc 1146${PYSITELIB}/asdf/tags/core/external_reference.pyc
1066${PYSITELIB}/asdf/tags/core/external_reference.pyo 1147${PYSITELIB}/asdf/tags/core/external_reference.pyo
1067${PYSITELIB}/asdf/tags/core/integer.py 1148${PYSITELIB}/asdf/tags/core/integer.py
1068${PYSITELIB}/asdf/tags/core/integer.pyc 1149${PYSITELIB}/asdf/tags/core/integer.pyc
1069${PYSITELIB}/asdf/tags/core/integer.pyo 1150${PYSITELIB}/asdf/tags/core/integer.pyo
1070${PYSITELIB}/asdf/tags/core/ndarray.py 1151${PYSITELIB}/asdf/tags/core/ndarray.py
1071${PYSITELIB}/asdf/tags/core/ndarray.pyc 1152${PYSITELIB}/asdf/tags/core/ndarray.pyc
1072${PYSITELIB}/asdf/tags/core/ndarray.pyo 1153${PYSITELIB}/asdf/tags/core/ndarray.pyo
 1154${PYSITELIB}/asdf/tags/core/stream.py
 1155${PYSITELIB}/asdf/tags/core/stream.pyc
 1156${PYSITELIB}/asdf/tags/core/stream.pyo
1073${PYSITELIB}/asdf/testing/__init__.py 1157${PYSITELIB}/asdf/testing/__init__.py
1074${PYSITELIB}/asdf/testing/__init__.pyc 1158${PYSITELIB}/asdf/testing/__init__.pyc
1075${PYSITELIB}/asdf/testing/__init__.pyo 1159${PYSITELIB}/asdf/testing/__init__.pyo
1076${PYSITELIB}/asdf/testing/helpers.py 1160${PYSITELIB}/asdf/testing/helpers.py
1077${PYSITELIB}/asdf/testing/helpers.pyc 1161${PYSITELIB}/asdf/testing/helpers.pyc
1078${PYSITELIB}/asdf/testing/helpers.pyo 1162${PYSITELIB}/asdf/testing/helpers.pyo
1079${PYSITELIB}/asdf/tests/__init__.py 
1080${PYSITELIB}/asdf/tests/__init__.pyc 
1081${PYSITELIB}/asdf/tests/__init__.pyo 
1082${PYSITELIB}/asdf/tests/helpers.py 
1083${PYSITELIB}/asdf/tests/helpers.pyc 
1084${PYSITELIB}/asdf/tests/helpers.pyo 
1085${PYSITELIB}/asdf/treeutil.py 1163${PYSITELIB}/asdf/treeutil.py
1086${PYSITELIB}/asdf/treeutil.pyc 1164${PYSITELIB}/asdf/treeutil.pyc
1087${PYSITELIB}/asdf/treeutil.pyo 1165${PYSITELIB}/asdf/treeutil.pyo
1088${PYSITELIB}/asdf/type_index.py 
1089${PYSITELIB}/asdf/type_index.pyc 
1090${PYSITELIB}/asdf/type_index.pyo 
1091${PYSITELIB}/asdf/types.py 
1092${PYSITELIB}/asdf/types.pyc 
1093${PYSITELIB}/asdf/types.pyo 
1094${PYSITELIB}/asdf/util.py 1166${PYSITELIB}/asdf/util.py
1095${PYSITELIB}/asdf/util.pyc 1167${PYSITELIB}/asdf/util.pyc
1096${PYSITELIB}/asdf/util.pyo 1168${PYSITELIB}/asdf/util.pyo
1097${PYSITELIB}/asdf/versioning.py 1169${PYSITELIB}/asdf/versioning.py
1098${PYSITELIB}/asdf/versioning.pyc 1170${PYSITELIB}/asdf/versioning.pyc
1099${PYSITELIB}/asdf/versioning.pyo 1171${PYSITELIB}/asdf/versioning.pyo
1100${PYSITELIB}/asdf/yamlutil.py 1172${PYSITELIB}/asdf/yamlutil.py
1101${PYSITELIB}/asdf/yamlutil.pyc 1173${PYSITELIB}/asdf/yamlutil.pyc
1102${PYSITELIB}/asdf/yamlutil.pyo 1174${PYSITELIB}/asdf/yamlutil.pyo
1103${PYSITELIB}/pytest_asdf/__init__.py 1175${PYSITELIB}/pytest_asdf/__init__.py
1104${PYSITELIB}/pytest_asdf/__init__.pyc 1176${PYSITELIB}/pytest_asdf/__init__.pyc
1105${PYSITELIB}/pytest_asdf/__init__.pyo 1177${PYSITELIB}/pytest_asdf/__init__.pyo
1106${PYSITELIB}/pytest_asdf/plugin.py 1178${PYSITELIB}/pytest_asdf/plugin.py
1107${PYSITELIB}/pytest_asdf/plugin.pyc 1179${PYSITELIB}/pytest_asdf/plugin.pyc
1108${PYSITELIB}/pytest_asdf/plugin.pyo 1180${PYSITELIB}/pytest_asdf/plugin.pyo

cvs diff -r1.8 -r1.9 pkgsrc/math/py-asdf/distinfo (switch to unified diff)

--- pkgsrc/math/py-asdf/distinfo 2023/10/04 20:16:17 1.8
+++ pkgsrc/math/py-asdf/distinfo 2023/11/10 18:54:09 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2023/10/04 20:16:17 adam Exp $ 1$NetBSD: distinfo,v 1.9 2023/11/10 18:54:09 adam Exp $
2 2
3BLAKE2s (asdf-2.15.2.tar.gz) = d5fc240787d1cea205c62d605f3fcc1dbacb216514a0cd3c90216a92070f60e9 3BLAKE2s (asdf-3.0.1.tar.gz) = b967bc8f0fc917eac1cb9776e6888803f08ce7be3320cf6818da13cead82fa12
4SHA512 (asdf-2.15.2.tar.gz) = 391eae3a933d09754e997e756731a39155116c4e61f8e046e0bcccdf2d439ef72bf68ea8c445691ed2d94d2c1f9d6b8297eb770f2b2a5779231ef92a12c3657d 4SHA512 (asdf-3.0.1.tar.gz) = 28b2726370ac47f741bba648bfae46da3f6ca380567dd40c5e75d4e5e06796d55a060e1bb817a656d71f949ec100073d86631c49646726a2e604dec4fa67fcd9
5Size (asdf-2.15.2.tar.gz) = 805454 bytes 5Size (asdf-3.0.1.tar.gz) = 789472 bytes