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: Thu Jan 8 10:22:21 UTC 2026
Modified Files:
pkgsrc/math/py-asdf: Makefile PLIST distinfo
Log Message:
py-asdf: updated to 5.1.0
5.1.0 (2025-11-06)
Bugfix
- Fix but preventing extension checking when opening a file with lazy_tree
enabled.
Feature
- Add support for registering unstable/development versions of core extensions
if the ASDF_UNSTABLE_CORE_SCHEMAS environment variable is set.
Writing files with unstable/development extensions is discouraged as schema
changes may make these files unreable in the future.
- Add ``warn_on_failed_conversion`` to ``AsdfConfig``.
Enabling this option will convert any exceptions raised during conversion to
warnings.
This can be helpful when opening old files with unsupported tags.
5.0.0 (2025-09-10)
Removal
- Remove deprecated refresh_extension_manager argument to
``AsdfFile.schema_info`` and ``AsdfFile.info``.
Remove deprecated url_mapping argument to ``get_validator``.
Remove deprecated resolver argument to ``load_schema``.
Remove deprecated ``AsdfConfig.convert_unknown_ndarray_subclasses``.
Remove deprecated application of ndarray specific validators to non-ndarrays.
Remove deprecated opening of "http://" uris (unless fsspec is installed).
Remove deprecated pytest_asdf plugin.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/math/py-asdf/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/math/py-asdf/PLIST
cvs rdiff -u -r1.17 -r1.18 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.29 pkgsrc/math/py-asdf/Makefile:1.30
--- pkgsrc/math/py-asdf/Makefile:1.29 Thu Oct 9 07:57:45 2025
+++ pkgsrc/math/py-asdf/Makefile Thu Jan 8 10:22:21 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2025/10/09 07:57:45 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2026/01/08 10:22:21 adam Exp $
-DISTNAME= asdf-4.2.0
+DISTNAME= asdf-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf/}
Index: pkgsrc/math/py-asdf/PLIST
diff -u pkgsrc/math/py-asdf/PLIST:1.12 pkgsrc/math/py-asdf/PLIST:1.13
--- pkgsrc/math/py-asdf/PLIST:1.12 Tue Apr 15 16:31:37 2025
+++ pkgsrc/math/py-asdf/PLIST Thu Jan 8 10:22:21 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/04/15 16:31:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2026/01/08 10:22:21 adam Exp $
bin/asdftool-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -45,6 +45,42 @@ ${PYSITELIB}/asdf/_block/store.pyo
${PYSITELIB}/asdf/_block/writer.py
${PYSITELIB}/asdf/_block/writer.pyc
${PYSITELIB}/asdf/_block/writer.pyo
+${PYSITELIB}/asdf/_commands/__init__.py
+${PYSITELIB}/asdf/_commands/__init__.pyc
+${PYSITELIB}/asdf/_commands/__init__.pyo
+${PYSITELIB}/asdf/_commands/defragment.py
+${PYSITELIB}/asdf/_commands/defragment.pyc
+${PYSITELIB}/asdf/_commands/defragment.pyo
+${PYSITELIB}/asdf/_commands/diff.py
+${PYSITELIB}/asdf/_commands/diff.pyc
+${PYSITELIB}/asdf/_commands/diff.pyo
+${PYSITELIB}/asdf/_commands/edit.py
+${PYSITELIB}/asdf/_commands/edit.pyc
+${PYSITELIB}/asdf/_commands/edit.pyo
+${PYSITELIB}/asdf/_commands/exploded.py
+${PYSITELIB}/asdf/_commands/exploded.pyc
+${PYSITELIB}/asdf/_commands/exploded.pyo
+${PYSITELIB}/asdf/_commands/extension.py
+${PYSITELIB}/asdf/_commands/extension.pyc
+${PYSITELIB}/asdf/_commands/extension.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/search.py
+${PYSITELIB}/asdf/_commands/search.pyc
+${PYSITELIB}/asdf/_commands/search.pyo
+${PYSITELIB}/asdf/_commands/tags.py
+${PYSITELIB}/asdf/_commands/tags.pyc
+${PYSITELIB}/asdf/_commands/tags.pyo
+${PYSITELIB}/asdf/_commands/to_yaml.py
+${PYSITELIB}/asdf/_commands/to_yaml.pyc
+${PYSITELIB}/asdf/_commands/to_yaml.pyo
+${PYSITELIB}/asdf/_commands/validate.py
+${PYSITELIB}/asdf/_commands/validate.pyc
+${PYSITELIB}/asdf/_commands/validate.pyo
${PYSITELIB}/asdf/_compression.py
${PYSITELIB}/asdf/_compression.pyc
${PYSITELIB}/asdf/_compression.pyo
@@ -93,6 +129,9 @@ ${PYSITELIB}/asdf/_core/_validators/ndar
${PYSITELIB}/asdf/_display.py
${PYSITELIB}/asdf/_display.pyc
${PYSITELIB}/asdf/_display.pyo
+${PYSITELIB}/asdf/_dump.py
+${PYSITELIB}/asdf/_dump.pyc
+${PYSITELIB}/asdf/_dump.pyo
${PYSITELIB}/asdf/_entry_points.py
${PYSITELIB}/asdf/_entry_points.pyc
${PYSITELIB}/asdf/_entry_points.pyo
@@ -105,6 +144,9 @@ ${PYSITELIB}/asdf/_extern/atomicfile.pyo
${PYSITELIB}/asdf/_helpers.py
${PYSITELIB}/asdf/_helpers.pyc
${PYSITELIB}/asdf/_helpers.pyo
+${PYSITELIB}/asdf/_io.py
+${PYSITELIB}/asdf/_io.pyc
+${PYSITELIB}/asdf/_io.pyo
${PYSITELIB}/asdf/_jsonschema/COPYING
${PYSITELIB}/asdf/_jsonschema/README.md
${PYSITELIB}/asdf/_jsonschema/__init__.py
@@ -854,6 +896,9 @@ ${PYSITELIB}/asdf/_tests/_regtests/test_
${PYSITELIB}/asdf/_tests/_regtests/test_1738.py
${PYSITELIB}/asdf/_tests/_regtests/test_1738.pyc
${PYSITELIB}/asdf/_tests/_regtests/test_1738.pyo
+${PYSITELIB}/asdf/_tests/_regtests/test_1948.py
+${PYSITELIB}/asdf/_tests/_regtests/test_1948.pyc
+${PYSITELIB}/asdf/_tests/_regtests/test_1948.pyo
${PYSITELIB}/asdf/_tests/commands/__init__.py
${PYSITELIB}/asdf/_tests/commands/__init__.pyc
${PYSITELIB}/asdf/_tests/commands/__init__.pyo
@@ -878,12 +923,18 @@ ${PYSITELIB}/asdf/_tests/commands/test_i
${PYSITELIB}/asdf/_tests/commands/test_main.py
${PYSITELIB}/asdf/_tests/commands/test_main.pyc
${PYSITELIB}/asdf/_tests/commands/test_main.pyo
+${PYSITELIB}/asdf/_tests/commands/test_search.py
+${PYSITELIB}/asdf/_tests/commands/test_search.pyc
+${PYSITELIB}/asdf/_tests/commands/test_search.pyo
${PYSITELIB}/asdf/_tests/commands/test_tags.py
${PYSITELIB}/asdf/_tests/commands/test_tags.pyc
${PYSITELIB}/asdf/_tests/commands/test_tags.pyo
${PYSITELIB}/asdf/_tests/commands/test_to_yaml.py
${PYSITELIB}/asdf/_tests/commands/test_to_yaml.pyc
${PYSITELIB}/asdf/_tests/commands/test_to_yaml.pyo
+${PYSITELIB}/asdf/_tests/commands/test_validate.py
+${PYSITELIB}/asdf/_tests/commands/test_validate.pyc
+${PYSITELIB}/asdf/_tests/commands/test_validate.pyo
${PYSITELIB}/asdf/_tests/conftest.py
${PYSITELIB}/asdf/_tests/conftest.pyc
${PYSITELIB}/asdf/_tests/conftest.pyo
@@ -980,9 +1031,15 @@ ${PYSITELIB}/asdf/_tests/test_compressio
${PYSITELIB}/asdf/_tests/test_config.py
${PYSITELIB}/asdf/_tests/test_config.pyc
${PYSITELIB}/asdf/_tests/test_config.pyo
+${PYSITELIB}/asdf/_tests/test_custom_schema.py
+${PYSITELIB}/asdf/_tests/test_custom_schema.pyc
+${PYSITELIB}/asdf/_tests/test_custom_schema.pyo
${PYSITELIB}/asdf/_tests/test_deprecated.py
${PYSITELIB}/asdf/_tests/test_deprecated.pyc
${PYSITELIB}/asdf/_tests/test_deprecated.pyo
+${PYSITELIB}/asdf/_tests/test_dump.py
+${PYSITELIB}/asdf/_tests/test_dump.pyc
+${PYSITELIB}/asdf/_tests/test_dump.pyo
${PYSITELIB}/asdf/_tests/test_entry_points.py
${PYSITELIB}/asdf/_tests/test_entry_points.pyc
${PYSITELIB}/asdf/_tests/test_entry_points.pyo
@@ -1049,36 +1106,6 @@ ${PYSITELIB}/asdf/_tests/test_yaml.pyo
${PYSITELIB}/asdf/_version.py
${PYSITELIB}/asdf/_version.pyc
${PYSITELIB}/asdf/_version.pyo
-${PYSITELIB}/asdf/commands/__init__.py
-${PYSITELIB}/asdf/commands/__init__.pyc
-${PYSITELIB}/asdf/commands/__init__.pyo
-${PYSITELIB}/asdf/commands/defragment.py
-${PYSITELIB}/asdf/commands/defragment.pyc
-${PYSITELIB}/asdf/commands/defragment.pyo
-${PYSITELIB}/asdf/commands/diff.py
-${PYSITELIB}/asdf/commands/diff.pyc
-${PYSITELIB}/asdf/commands/diff.pyo
-${PYSITELIB}/asdf/commands/edit.py
-${PYSITELIB}/asdf/commands/edit.pyc
-${PYSITELIB}/asdf/commands/edit.pyo
-${PYSITELIB}/asdf/commands/exploded.py
-${PYSITELIB}/asdf/commands/exploded.pyc
-${PYSITELIB}/asdf/commands/exploded.pyo
-${PYSITELIB}/asdf/commands/extension.py
-${PYSITELIB}/asdf/commands/extension.pyc
-${PYSITELIB}/asdf/commands/extension.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/tags.py
-${PYSITELIB}/asdf/commands/tags.pyc
-${PYSITELIB}/asdf/commands/tags.pyo
-${PYSITELIB}/asdf/commands/to_yaml.py
-${PYSITELIB}/asdf/commands/to_yaml.pyc
-${PYSITELIB}/asdf/commands/to_yaml.pyo
${PYSITELIB}/asdf/config.py
${PYSITELIB}/asdf/config.pyc
${PYSITELIB}/asdf/config.pyo
@@ -1178,9 +1205,3 @@ ${PYSITELIB}/asdf/versioning.pyo
${PYSITELIB}/asdf/yamlutil.py
${PYSITELIB}/asdf/yamlutil.pyc
${PYSITELIB}/asdf/yamlutil.pyo
-${PYSITELIB}/pytest_asdf/__init__.py
-${PYSITELIB}/pytest_asdf/__init__.pyc
-${PYSITELIB}/pytest_asdf/__init__.pyo
-${PYSITELIB}/pytest_asdf/plugin.py
-${PYSITELIB}/pytest_asdf/plugin.pyc
-${PYSITELIB}/pytest_asdf/plugin.pyo
Index: pkgsrc/math/py-asdf/distinfo
diff -u pkgsrc/math/py-asdf/distinfo:1.17 pkgsrc/math/py-asdf/distinfo:1.18
--- pkgsrc/math/py-asdf/distinfo:1.17 Fri Jun 13 07:19:54 2025
+++ pkgsrc/math/py-asdf/distinfo Thu Jan 8 10:22:21 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/06/13 07:19:54 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/01/08 10:22:21 adam Exp $
-BLAKE2s (asdf-4.2.0.tar.gz) = c1302cf2e4e512b268de4bc02fc9f68f42578dd8300022932c0daaa1e6120a3a
-SHA512 (asdf-4.2.0.tar.gz) = 27c39f52a7002f4dae7b72ec047f21303c99fe8565f2d218004547775a008cfb121ac260357015b3b28dad84d1b2cfd32fe2aa7186757ba3018382296e04a973
-Size (asdf-4.2.0.tar.gz) = 892353 bytes
+BLAKE2s (asdf-5.1.0.tar.gz) = b80739670da2bb5be0bfd48c22440fcac0a75d88299aa701030fde9312cc0a42
+SHA512 (asdf-5.1.0.tar.gz) = 140d917fe92e6cb2c313e76a34a7412a061153a492cff5fcc2cacf7f3935c81584d92b37d28476cbd522615edf1204aa68307b81d995a836de27e293227eb77a
+Size (asdf-5.1.0.tar.gz) = 896796 bytes
Home |
Main Index |
Thread Index |
Old Index