pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-asdf
Module Name: pkgsrc
Committed By: adam
Date: Fri Nov 10 18:54:09 UTC 2023
Modified Files:
pkgsrc/math/py-asdf: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-asdf/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-asdf/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-asdf/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/py-asdf/Makefile
diff -u pkgsrc/math/py-asdf/Makefile:1.15 pkgsrc/math/py-asdf/Makefile:1.16
--- pkgsrc/math/py-asdf/Makefile:1.15 Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-asdf/Makefile Fri Nov 10 18:54:09 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2023/10/28 19:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/11/10 18:54:09 adam Exp $
-DISTNAME= asdf-2.15.2
+DISTNAME= asdf-3.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf/}
@@ -20,11 +19,15 @@ DEPENDS+= ${PYPKGPREFIX}-asdf-unit-schem
DEPENDS+= ${PYPKGPREFIX}-attrs>=20.1.0":../../devel/py-attrs
DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4.11.4:../../devel/py-importlib-metadata
DEPENDS+= ${PYPKGPREFIX}-jmespath>=0.6.2:../../textproc/py-jmespath
-DEPENDS+= ${PYPKGPREFIX}-jsonschema>=4.8:../../textproc/py-jsonschema
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.22:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-packaging>=19:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-semantic_version>=2.8:../../devel/py-semantic_version
DEPENDS+= ${PYPKGPREFIX}-yaml>=5.4.1:../../textproc/py-yaml
+TEST_DEPENDS+= ${PYPKGPREFIX}-fsspec>=2022.8.2:../../sysutils/py-fsspec
+TEST_DEPENDS+= ${PYPKGPREFIX}-lz4>=0.10:../../archivers/py-lz4
+TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-doctestplus-[0-9]*:../../devel/py-test-doctestplus
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-remotedata-[0-9]*:../../net/py-test-remotedata
USE_LANGUAGES= # none
Index: pkgsrc/math/py-asdf/PLIST
diff -u pkgsrc/math/py-asdf/PLIST:1.6 pkgsrc/math/py-asdf/PLIST:1.7
--- pkgsrc/math/py-asdf/PLIST:1.6 Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-asdf/PLIST Fri Nov 10 18:54:09 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2023/10/28 19:57:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.7 2023/11/10 18:54:09 adam Exp $
bin/asdftool-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -9,6 +9,39 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
${PYSITELIB}/asdf/__init__.py
${PYSITELIB}/asdf/__init__.pyc
${PYSITELIB}/asdf/__init__.pyo
+${PYSITELIB}/asdf/_block/__init__.py
+${PYSITELIB}/asdf/_block/__init__.pyc
+${PYSITELIB}/asdf/_block/__init__.pyo
+${PYSITELIB}/asdf/_block/callback.py
+${PYSITELIB}/asdf/_block/callback.pyc
+${PYSITELIB}/asdf/_block/callback.pyo
+${PYSITELIB}/asdf/_block/exceptions.py
+${PYSITELIB}/asdf/_block/exceptions.pyc
+${PYSITELIB}/asdf/_block/exceptions.pyo
+${PYSITELIB}/asdf/_block/external.py
+${PYSITELIB}/asdf/_block/external.pyc
+${PYSITELIB}/asdf/_block/external.pyo
+${PYSITELIB}/asdf/_block/io.py
+${PYSITELIB}/asdf/_block/io.pyc
+${PYSITELIB}/asdf/_block/io.pyo
+${PYSITELIB}/asdf/_block/key.py
+${PYSITELIB}/asdf/_block/key.pyc
+${PYSITELIB}/asdf/_block/key.pyo
+${PYSITELIB}/asdf/_block/manager.py
+${PYSITELIB}/asdf/_block/manager.pyc
+${PYSITELIB}/asdf/_block/manager.pyo
+${PYSITELIB}/asdf/_block/options.py
+${PYSITELIB}/asdf/_block/options.pyc
+${PYSITELIB}/asdf/_block/options.pyo
+${PYSITELIB}/asdf/_block/reader.py
+${PYSITELIB}/asdf/_block/reader.pyc
+${PYSITELIB}/asdf/_block/reader.pyo
+${PYSITELIB}/asdf/_block/store.py
+${PYSITELIB}/asdf/_block/store.pyc
+${PYSITELIB}/asdf/_block/store.pyo
+${PYSITELIB}/asdf/_block/writer.py
+${PYSITELIB}/asdf/_block/writer.pyc
+${PYSITELIB}/asdf/_block/writer.pyo
${PYSITELIB}/asdf/_convenience.py
${PYSITELIB}/asdf/_convenience.pyc
${PYSITELIB}/asdf/_convenience.pyo
@@ -683,15 +716,81 @@ ${PYSITELIB}/asdf/_jsonschema/validators
${PYSITELIB}/asdf/_node_info.py
${PYSITELIB}/asdf/_node_info.pyc
${PYSITELIB}/asdf/_node_info.pyo
-${PYSITELIB}/asdf/_resolver.py
-${PYSITELIB}/asdf/_resolver.pyc
-${PYSITELIB}/asdf/_resolver.pyo
${PYSITELIB}/asdf/_tests/__init__.py
${PYSITELIB}/asdf/_tests/__init__.pyc
${PYSITELIB}/asdf/_tests/__init__.pyo
+${PYSITELIB}/asdf/_tests/_block/__init__.py
+${PYSITELIB}/asdf/_tests/_block/__init__.pyc
+${PYSITELIB}/asdf/_tests/_block/__init__.pyo
+${PYSITELIB}/asdf/_tests/_block/test_callback.py
+${PYSITELIB}/asdf/_tests/_block/test_callback.pyc
+${PYSITELIB}/asdf/_tests/_block/test_callback.pyo
+${PYSITELIB}/asdf/_tests/_block/test_external.py
+${PYSITELIB}/asdf/_tests/_block/test_external.pyc
+${PYSITELIB}/asdf/_tests/_block/test_external.pyo
+${PYSITELIB}/asdf/_tests/_block/test_io.py
+${PYSITELIB}/asdf/_tests/_block/test_io.pyc
+${PYSITELIB}/asdf/_tests/_block/test_io.pyo
+${PYSITELIB}/asdf/_tests/_block/test_key.py
+${PYSITELIB}/asdf/_tests/_block/test_key.pyc
+${PYSITELIB}/asdf/_tests/_block/test_key.pyo
+${PYSITELIB}/asdf/_tests/_block/test_manager.py
+${PYSITELIB}/asdf/_tests/_block/test_manager.pyc
+${PYSITELIB}/asdf/_tests/_block/test_manager.pyo
+${PYSITELIB}/asdf/_tests/_block/test_options.py
+${PYSITELIB}/asdf/_tests/_block/test_options.pyc
+${PYSITELIB}/asdf/_tests/_block/test_options.pyo
+${PYSITELIB}/asdf/_tests/_block/test_reader.py
+${PYSITELIB}/asdf/_tests/_block/test_reader.pyc
+${PYSITELIB}/asdf/_tests/_block/test_reader.pyo
+${PYSITELIB}/asdf/_tests/_block/test_store.py
+${PYSITELIB}/asdf/_tests/_block/test_store.pyc
+${PYSITELIB}/asdf/_tests/_block/test_store.pyo
+${PYSITELIB}/asdf/_tests/_block/test_writer.py
+${PYSITELIB}/asdf/_tests/_block/test_writer.pyc
+${PYSITELIB}/asdf/_tests/_block/test_writer.pyo
${PYSITELIB}/asdf/_tests/_helpers.py
${PYSITELIB}/asdf/_tests/_helpers.pyc
${PYSITELIB}/asdf/_tests/_helpers.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1013.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1013.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1013.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1505.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1505.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1505.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1523.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1523.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1523.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1525.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1525.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1525.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1526.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1526.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1526.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1530.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1530.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1530.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1538.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1538.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1538.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1539.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1539.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1539.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1540.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1540.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1540.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1541.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1541.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1541.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1542.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1542.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1542.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1553.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1553.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1553.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1558.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1558.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1558.pyo
${PYSITELIB}/asdf/_tests/commands/tests/__init__.py
${PYSITELIB}/asdf/_tests/commands/tests/__init__.pyc
${PYSITELIB}/asdf/_tests/commands/tests/__init__.pyo
@@ -708,6 +807,12 @@ ${PYSITELIB}/asdf/_tests/commands/tests/
${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_both.diff
${PYSITELIB}/asdf/_tests/commands/tests/data/frames_ignore_reference_frame.diff
${PYSITELIB}/asdf/_tests/commands/tests/data/frames_minimal.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray0.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray1.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray_in_list.diff
+${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray_in_list0.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/ndarray_in_list1.asdf
+${PYSITELIB}/asdf/_tests/commands/tests/data/ndarrays.diff
${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array.diff
${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array0.asdf
${PYSITELIB}/asdf/_tests/commands/tests/data/simple_inline_array1.asdf
@@ -726,18 +831,12 @@ ${PYSITELIB}/asdf/_tests/commands/tests/
${PYSITELIB}/asdf/_tests/commands/tests/test_extension.py
${PYSITELIB}/asdf/_tests/commands/tests/test_extension.pyc
${PYSITELIB}/asdf/_tests/commands/tests/test_extension.pyo
-${PYSITELIB}/asdf/_tests/commands/tests/test_extract.py
-${PYSITELIB}/asdf/_tests/commands/tests/test_extract.pyc
-${PYSITELIB}/asdf/_tests/commands/tests/test_extract.pyo
${PYSITELIB}/asdf/_tests/commands/tests/test_info.py
${PYSITELIB}/asdf/_tests/commands/tests/test_info.pyc
${PYSITELIB}/asdf/_tests/commands/tests/test_info.pyo
${PYSITELIB}/asdf/_tests/commands/tests/test_main.py
${PYSITELIB}/asdf/_tests/commands/tests/test_main.pyc
${PYSITELIB}/asdf/_tests/commands/tests/test_main.pyo
-${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.py
-${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.pyc
-${PYSITELIB}/asdf/_tests/commands/tests/test_remove_hdu.pyo
${PYSITELIB}/asdf/_tests/commands/tests/test_tags.py
${PYSITELIB}/asdf/_tests/commands/tests/test_tags.pyc
${PYSITELIB}/asdf/_tests/commands/tests/test_tags.pyo
@@ -750,6 +849,21 @@ ${PYSITELIB}/asdf/_tests/conftest.pyo
${PYSITELIB}/asdf/_tests/core/__init__.py
${PYSITELIB}/asdf/_tests/core/__init__.pyc
${PYSITELIB}/asdf/_tests/core/__init__.pyo
+${PYSITELIB}/asdf/_tests/core/_converters/__init__.py
+${PYSITELIB}/asdf/_tests/core/_converters/__init__.pyc
+${PYSITELIB}/asdf/_tests/core/_converters/__init__.pyo
+${PYSITELIB}/asdf/_tests/core/_converters/test_complex.py
+${PYSITELIB}/asdf/_tests/core/_converters/test_complex.pyc
+${PYSITELIB}/asdf/_tests/core/_converters/test_complex.pyo
+${PYSITELIB}/asdf/_tests/core/_converters/test_constant.py
+${PYSITELIB}/asdf/_tests/core/_converters/test_constant.pyc
+${PYSITELIB}/asdf/_tests/core/_converters/test_constant.pyo
+${PYSITELIB}/asdf/_tests/core/_converters/test_external_reference.py
+${PYSITELIB}/asdf/_tests/core/_converters/test_external_reference.pyc
+${PYSITELIB}/asdf/_tests/core/_converters/test_external_reference.pyo
+${PYSITELIB}/asdf/_tests/core/_converters/test_tree.py
+${PYSITELIB}/asdf/_tests/core/_converters/test_tree.pyc
+${PYSITELIB}/asdf/_tests/core/_converters/test_tree.pyo
${PYSITELIB}/asdf/_tests/core/tests/__init__.py
${PYSITELIB}/asdf/_tests/core/tests/__init__.pyc
${PYSITELIB}/asdf/_tests/core/tests/__init__.pyo
@@ -759,33 +873,20 @@ ${PYSITELIB}/asdf/_tests/core/tests/test
${PYSITELIB}/asdf/_tests/data/__init__.py
${PYSITELIB}/asdf/_tests/data/__init__.pyc
${PYSITELIB}/asdf/_tests/data/__init__.pyo
-${PYSITELIB}/asdf/_tests/data/asdf.fits.gz
${PYSITELIB}/asdf/_tests/data/complex-42.0.0.yaml
${PYSITELIB}/asdf/_tests/data/custom-1.0.0.yaml
-${PYSITELIB}/asdf/_tests/data/custom_flow-1.0.0.yaml
-${PYSITELIB}/asdf/_tests/data/custom_flow-1.1.0.yaml
${PYSITELIB}/asdf/_tests/data/custom_schema.yaml
${PYSITELIB}/asdf/_tests/data/custom_schema_definitions.yaml
${PYSITELIB}/asdf/_tests/data/custom_schema_external_ref.yaml
-${PYSITELIB}/asdf/_tests/data/custom_style-1.0.0.yaml
-${PYSITELIB}/asdf/_tests/data/default-1.0.0.yaml
${PYSITELIB}/asdf/_tests/data/example_schema.json
-${PYSITELIB}/asdf/_tests/data/extension_check.fits
-${PYSITELIB}/asdf/_tests/data/foreign_tag_reference-1.0.0.yaml
${PYSITELIB}/asdf/_tests/data/fraction-1.0.0.yaml
${PYSITELIB}/asdf/_tests/data/fraction_with_inverse-1.0.0.yaml
${PYSITELIB}/asdf/_tests/data/fractional_2d_coord-1.0.0.yaml
${PYSITELIB}/asdf/_tests/data/missing-1.1.0.yaml
-${PYSITELIB}/asdf/_tests/data/one_of-1.0.0.yaml
${PYSITELIB}/asdf/_tests/data/self_referencing-1.0.0.yaml
-${PYSITELIB}/asdf/_tests/data/tag_reference-1.0.0.yaml
-${PYSITELIB}/asdf/_tests/data/version_mismatch.fits
${PYSITELIB}/asdf/_tests/httpserver.py
${PYSITELIB}/asdf/_tests/httpserver.pyc
${PYSITELIB}/asdf/_tests/httpserver.pyo
-${PYSITELIB}/asdf/_tests/objects.py
-${PYSITELIB}/asdf/_tests/objects.pyc
-${PYSITELIB}/asdf/_tests/objects.pyo
${PYSITELIB}/asdf/_tests/tags/__init__.py
${PYSITELIB}/asdf/_tests/tags/__init__.pyc
${PYSITELIB}/asdf/_tests/tags/__init__.pyo
@@ -795,23 +896,6 @@ ${PYSITELIB}/asdf/_tests/tags/core/__ini
${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.py
${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.pyc
${PYSITELIB}/asdf/_tests/tags/core/tests/__init__.pyo
-${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.py
-${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.pyc
-${PYSITELIB}/asdf/_tests/tags/core/tests/data/__init__.pyo
-${PYSITELIB}/asdf/_tests/tags/core/tests/data/datatype-1.0.0.yaml
-${PYSITELIB}/asdf/_tests/tags/core/tests/data/ndim-1.0.0.yaml
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.py
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.pyc
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_complex.pyo
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.py
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.pyc
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_extension_metadata.pyo
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.py
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.pyc
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_external_reference.pyo
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.py
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.pyc
-${PYSITELIB}/asdf/_tests/tags/core/tests/test_history.pyo
${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.py
${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.pyc
${PYSITELIB}/asdf/_tests/tags/core/tests/test_integer.pyo
@@ -827,6 +911,9 @@ ${PYSITELIB}/asdf/_tests/test_array_bloc
${PYSITELIB}/asdf/_tests/test_asdf.py
${PYSITELIB}/asdf/_tests/test_asdf.pyc
${PYSITELIB}/asdf/_tests/test_asdf.pyo
+${PYSITELIB}/asdf/_tests/test_block_converter.py
+${PYSITELIB}/asdf/_tests/test_block_converter.pyc
+${PYSITELIB}/asdf/_tests/test_block_converter.pyo
${PYSITELIB}/asdf/_tests/test_compression.py
${PYSITELIB}/asdf/_tests/test_compression.pyc
${PYSITELIB}/asdf/_tests/test_compression.pyo
@@ -845,15 +932,12 @@ ${PYSITELIB}/asdf/_tests/test_extension.
${PYSITELIB}/asdf/_tests/test_file_format.py
${PYSITELIB}/asdf/_tests/test_file_format.pyc
${PYSITELIB}/asdf/_tests/test_file_format.pyo
-${PYSITELIB}/asdf/_tests/test_fits_embed.py
-${PYSITELIB}/asdf/_tests/test_fits_embed.pyc
-${PYSITELIB}/asdf/_tests/test_fits_embed.pyo
${PYSITELIB}/asdf/_tests/test_generic_io.py
${PYSITELIB}/asdf/_tests/test_generic_io.pyc
${PYSITELIB}/asdf/_tests/test_generic_io.pyo
-${PYSITELIB}/asdf/_tests/test_helpers.py
-${PYSITELIB}/asdf/_tests/test_helpers.pyc
-${PYSITELIB}/asdf/_tests/test_helpers.pyo
+${PYSITELIB}/asdf/_tests/test_history.py
+${PYSITELIB}/asdf/_tests/test_history.pyc
+${PYSITELIB}/asdf/_tests/test_history.pyo
${PYSITELIB}/asdf/_tests/test_info.py
${PYSITELIB}/asdf/_tests/test_info.pyc
${PYSITELIB}/asdf/_tests/test_info.pyo
@@ -866,9 +950,6 @@ ${PYSITELIB}/asdf/_tests/test_reference.
${PYSITELIB}/asdf/_tests/test_reference_files.py
${PYSITELIB}/asdf/_tests/test_reference_files.pyc
${PYSITELIB}/asdf/_tests/test_reference_files.pyo
-${PYSITELIB}/asdf/_tests/test_resolver.py
-${PYSITELIB}/asdf/_tests/test_resolver.pyc
-${PYSITELIB}/asdf/_tests/test_resolver.pyo
${PYSITELIB}/asdf/_tests/test_resource.py
${PYSITELIB}/asdf/_tests/test_resource.pyc
${PYSITELIB}/asdf/_tests/test_resource.pyo
@@ -878,6 +959,9 @@ ${PYSITELIB}/asdf/_tests/test_schema.pyo
${PYSITELIB}/asdf/_tests/test_search.py
${PYSITELIB}/asdf/_tests/test_search.pyc
${PYSITELIB}/asdf/_tests/test_search.pyo
+${PYSITELIB}/asdf/_tests/test_serialization_context.py
+${PYSITELIB}/asdf/_tests/test_serialization_context.pyc
+${PYSITELIB}/asdf/_tests/test_serialization_context.pyo
${PYSITELIB}/asdf/_tests/test_stream.py
${PYSITELIB}/asdf/_tests/test_stream.pyc
${PYSITELIB}/asdf/_tests/test_stream.pyo
@@ -899,24 +983,12 @@ ${PYSITELIB}/asdf/_tests/test_versioning
${PYSITELIB}/asdf/_tests/test_yaml.py
${PYSITELIB}/asdf/_tests/test_yaml.pyc
${PYSITELIB}/asdf/_tests/test_yaml.pyo
-${PYSITELIB}/asdf/_type_index.py
-${PYSITELIB}/asdf/_type_index.pyc
-${PYSITELIB}/asdf/_type_index.pyo
-${PYSITELIB}/asdf/_types.py
-${PYSITELIB}/asdf/_types.pyc
-${PYSITELIB}/asdf/_types.pyo
${PYSITELIB}/asdf/_version.py
${PYSITELIB}/asdf/_version.pyc
${PYSITELIB}/asdf/_version.pyo
${PYSITELIB}/asdf/asdf.py
${PYSITELIB}/asdf/asdf.pyc
${PYSITELIB}/asdf/asdf.pyo
-${PYSITELIB}/asdf/asdftypes.py
-${PYSITELIB}/asdf/asdftypes.pyc
-${PYSITELIB}/asdf/asdftypes.pyo
-${PYSITELIB}/asdf/block.py
-${PYSITELIB}/asdf/block.pyc
-${PYSITELIB}/asdf/block.pyo
${PYSITELIB}/asdf/commands/__init__.py
${PYSITELIB}/asdf/commands/__init__.pyc
${PYSITELIB}/asdf/commands/__init__.pyo
@@ -935,18 +1007,12 @@ ${PYSITELIB}/asdf/commands/exploded.pyo
${PYSITELIB}/asdf/commands/extension.py
${PYSITELIB}/asdf/commands/extension.pyc
${PYSITELIB}/asdf/commands/extension.pyo
-${PYSITELIB}/asdf/commands/extract.py
-${PYSITELIB}/asdf/commands/extract.pyc
-${PYSITELIB}/asdf/commands/extract.pyo
${PYSITELIB}/asdf/commands/info.py
${PYSITELIB}/asdf/commands/info.pyc
${PYSITELIB}/asdf/commands/info.pyo
${PYSITELIB}/asdf/commands/main.py
${PYSITELIB}/asdf/commands/main.pyc
${PYSITELIB}/asdf/commands/main.pyo
-${PYSITELIB}/asdf/commands/remove_hdu.py
-${PYSITELIB}/asdf/commands/remove_hdu.pyc
-${PYSITELIB}/asdf/commands/remove_hdu.pyo
${PYSITELIB}/asdf/commands/tags.py
${PYSITELIB}/asdf/commands/tags.pyc
${PYSITELIB}/asdf/commands/tags.pyo
@@ -968,6 +1034,30 @@ ${PYSITELIB}/asdf/constants.pyo
${PYSITELIB}/asdf/core/__init__.py
${PYSITELIB}/asdf/core/__init__.pyc
${PYSITELIB}/asdf/core/__init__.pyo
+${PYSITELIB}/asdf/core/_converters/__init__.py
+${PYSITELIB}/asdf/core/_converters/__init__.pyc
+${PYSITELIB}/asdf/core/_converters/__init__.pyo
+${PYSITELIB}/asdf/core/_converters/complex.py
+${PYSITELIB}/asdf/core/_converters/complex.pyc
+${PYSITELIB}/asdf/core/_converters/complex.pyo
+${PYSITELIB}/asdf/core/_converters/constant.py
+${PYSITELIB}/asdf/core/_converters/constant.pyc
+${PYSITELIB}/asdf/core/_converters/constant.pyo
+${PYSITELIB}/asdf/core/_converters/external_reference.py
+${PYSITELIB}/asdf/core/_converters/external_reference.pyc
+${PYSITELIB}/asdf/core/_converters/external_reference.pyo
+${PYSITELIB}/asdf/core/_converters/integer.py
+${PYSITELIB}/asdf/core/_converters/integer.pyc
+${PYSITELIB}/asdf/core/_converters/integer.pyo
+${PYSITELIB}/asdf/core/_converters/ndarray.py
+${PYSITELIB}/asdf/core/_converters/ndarray.pyc
+${PYSITELIB}/asdf/core/_converters/ndarray.pyo
+${PYSITELIB}/asdf/core/_converters/reference.py
+${PYSITELIB}/asdf/core/_converters/reference.pyc
+${PYSITELIB}/asdf/core/_converters/reference.pyo
+${PYSITELIB}/asdf/core/_converters/tree.py
+${PYSITELIB}/asdf/core/_converters/tree.pyc
+${PYSITELIB}/asdf/core/_converters/tree.pyo
${PYSITELIB}/asdf/core/_extensions.py
${PYSITELIB}/asdf/core/_extensions.pyc
${PYSITELIB}/asdf/core/_extensions.pyo
@@ -998,15 +1088,15 @@ ${PYSITELIB}/asdf/extension/_converter.p
${PYSITELIB}/asdf/extension/_extension.py
${PYSITELIB}/asdf/extension/_extension.pyc
${PYSITELIB}/asdf/extension/_extension.pyo
-${PYSITELIB}/asdf/extension/_legacy.py
-${PYSITELIB}/asdf/extension/_legacy.pyc
-${PYSITELIB}/asdf/extension/_legacy.pyo
${PYSITELIB}/asdf/extension/_manager.py
${PYSITELIB}/asdf/extension/_manager.pyc
${PYSITELIB}/asdf/extension/_manager.pyo
${PYSITELIB}/asdf/extension/_manifest.py
${PYSITELIB}/asdf/extension/_manifest.pyc
${PYSITELIB}/asdf/extension/_manifest.pyo
+${PYSITELIB}/asdf/extension/_serialization_context.py
+${PYSITELIB}/asdf/extension/_serialization_context.pyc
+${PYSITELIB}/asdf/extension/_serialization_context.pyo
${PYSITELIB}/asdf/extension/_tag.py
${PYSITELIB}/asdf/extension/_tag.pyc
${PYSITELIB}/asdf/extension/_tag.pyo
@@ -1022,18 +1112,12 @@ ${PYSITELIB}/asdf/extern/__init__.pyo
${PYSITELIB}/asdf/extern/atomicfile.py
${PYSITELIB}/asdf/extern/atomicfile.pyc
${PYSITELIB}/asdf/extern/atomicfile.pyo
-${PYSITELIB}/asdf/fits_embed.py
-${PYSITELIB}/asdf/fits_embed.pyc
-${PYSITELIB}/asdf/fits_embed.pyo
${PYSITELIB}/asdf/generic_io.py
${PYSITELIB}/asdf/generic_io.pyc
${PYSITELIB}/asdf/generic_io.pyo
${PYSITELIB}/asdf/reference.py
${PYSITELIB}/asdf/reference.pyc
${PYSITELIB}/asdf/reference.pyo
-${PYSITELIB}/asdf/resolver.py
-${PYSITELIB}/asdf/resolver.pyc
-${PYSITELIB}/asdf/resolver.pyo
${PYSITELIB}/asdf/resource.py
${PYSITELIB}/asdf/resource.pyc
${PYSITELIB}/asdf/resource.pyo
@@ -1055,9 +1139,6 @@ ${PYSITELIB}/asdf/tags/__init__.pyo
${PYSITELIB}/asdf/tags/core/__init__.py
${PYSITELIB}/asdf/tags/core/__init__.pyc
${PYSITELIB}/asdf/tags/core/__init__.pyo
-${PYSITELIB}/asdf/tags/core/complex.py
-${PYSITELIB}/asdf/tags/core/complex.pyc
-${PYSITELIB}/asdf/tags/core/complex.pyo
${PYSITELIB}/asdf/tags/core/constant.py
${PYSITELIB}/asdf/tags/core/constant.pyc
${PYSITELIB}/asdf/tags/core/constant.pyo
@@ -1070,27 +1151,18 @@ ${PYSITELIB}/asdf/tags/core/integer.pyo
${PYSITELIB}/asdf/tags/core/ndarray.py
${PYSITELIB}/asdf/tags/core/ndarray.pyc
${PYSITELIB}/asdf/tags/core/ndarray.pyo
+${PYSITELIB}/asdf/tags/core/stream.py
+${PYSITELIB}/asdf/tags/core/stream.pyc
+${PYSITELIB}/asdf/tags/core/stream.pyo
${PYSITELIB}/asdf/testing/__init__.py
${PYSITELIB}/asdf/testing/__init__.pyc
${PYSITELIB}/asdf/testing/__init__.pyo
${PYSITELIB}/asdf/testing/helpers.py
${PYSITELIB}/asdf/testing/helpers.pyc
${PYSITELIB}/asdf/testing/helpers.pyo
-${PYSITELIB}/asdf/tests/__init__.py
-${PYSITELIB}/asdf/tests/__init__.pyc
-${PYSITELIB}/asdf/tests/__init__.pyo
-${PYSITELIB}/asdf/tests/helpers.py
-${PYSITELIB}/asdf/tests/helpers.pyc
-${PYSITELIB}/asdf/tests/helpers.pyo
${PYSITELIB}/asdf/treeutil.py
${PYSITELIB}/asdf/treeutil.pyc
${PYSITELIB}/asdf/treeutil.pyo
-${PYSITELIB}/asdf/type_index.py
-${PYSITELIB}/asdf/type_index.pyc
-${PYSITELIB}/asdf/type_index.pyo
-${PYSITELIB}/asdf/types.py
-${PYSITELIB}/asdf/types.pyc
-${PYSITELIB}/asdf/types.pyo
${PYSITELIB}/asdf/util.py
${PYSITELIB}/asdf/util.pyc
${PYSITELIB}/asdf/util.pyo
Index: pkgsrc/math/py-asdf/distinfo
diff -u pkgsrc/math/py-asdf/distinfo:1.8 pkgsrc/math/py-asdf/distinfo:1.9
--- pkgsrc/math/py-asdf/distinfo:1.8 Wed Oct 4 20:16:17 2023
+++ pkgsrc/math/py-asdf/distinfo Fri Nov 10 18:54:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/10/04 20:16:17 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/11/10 18:54:09 adam Exp $
-BLAKE2s (asdf-2.15.2.tar.gz) = d5fc240787d1cea205c62d605f3fcc1dbacb216514a0cd3c90216a92070f60e9
-SHA512 (asdf-2.15.2.tar.gz) = 391eae3a933d09754e997e756731a39155116c4e61f8e046e0bcccdf2d439ef72bf68ea8c445691ed2d94d2c1f9d6b8297eb770f2b2a5779231ef92a12c3657d
-Size (asdf-2.15.2.tar.gz) = 805454 bytes
+BLAKE2s (asdf-3.0.1.tar.gz) = b967bc8f0fc917eac1cb9776e6888803f08ce7be3320cf6818da13cead82fa12
+SHA512 (asdf-3.0.1.tar.gz) = 28b2726370ac47f741bba648bfae46da3f6ca380567dd40c5e75d4e5e06796d55a060e1bb817a656d71f949ec100073d86631c49646726a2e604dec4fa67fcd9
+Size (asdf-3.0.1.tar.gz) = 789472 bytes
Home |
Main Index |
Thread Index |
Old Index