pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-asdf-standard
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 8 10:21:24 UTC 2026
Modified Files:
pkgsrc/math/py-asdf-standard: Makefile PLIST distinfo
Log Message:
py-asdf-standard: updated to 1.4.0
1.4.0 (2025-08-27)
- Update documentation to use new terminology. The
ASDF specification refers to the description of the file
format whereas the ASDF core schemas refers to the versioned
collection of schemas for core objects (ndarray, software, etc)
- Add datatype-1.0.0 schema
- Add galexsec time to time-1.4.0
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/py-asdf-standard/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-asdf-standard/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-asdf-standard/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-standard/Makefile
diff -u pkgsrc/math/py-asdf-standard/Makefile:1.8 pkgsrc/math/py-asdf-standard/Makefile:1.9
--- pkgsrc/math/py-asdf-standard/Makefile:1.8 Fri Jun 13 07:16:47 2025
+++ pkgsrc/math/py-asdf-standard/Makefile Thu Jan 8 10:21:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/06/13 07:16:47 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/01/08 10:21:24 adam Exp $
-DISTNAME= asdf_standard-1.3.0
+DISTNAME= asdf_standard-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf-standard/}
@@ -13,6 +13,7 @@ LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-asdf>=3.0.0:../../math/py-asdf
+# TODO: ${PYPKGPREFIX}-test-asdf-plugin
TEST_DEPENDS+= ${PYPKGPREFIX}-packaging>=16.0:../../devel/py-packaging
TEST_DEPENDS+= ${PYPKGPREFIX}-yaml>=0:../../textproc/py-yaml
Index: pkgsrc/math/py-asdf-standard/PLIST
diff -u pkgsrc/math/py-asdf-standard/PLIST:1.5 pkgsrc/math/py-asdf-standard/PLIST:1.6
--- pkgsrc/math/py-asdf-standard/PLIST:1.5 Fri Jun 13 07:16:47 2025
+++ pkgsrc/math/py-asdf-standard/PLIST Thu Jan 8 10:21:24 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/06/13 07:16:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/01/08 10:21:24 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -19,6 +19,7 @@ ${PYSITELIB}/asdf_standard/resource.pyc
${PYSITELIB}/asdf_standard/resource.pyo
${PYSITELIB}/asdf_standard/resources/manifests/asdf-format.org/astronomy/astronomy-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/manifests/asdf-format.org/astronomy/astronomy-1.1.0.yaml
+${PYSITELIB}/asdf_standard/resources/manifests/asdf-format.org/astronomy/astronomy-1.2.0.yaml
${PYSITELIB}/asdf_standard/resources/manifests/asdf-format.org/core/core-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/manifests/asdf-format.org/core/core-1.1.0.yaml
${PYSITELIB}/asdf_standard/resources/manifests/asdf-format.org/core/core-1.2.0.yaml
@@ -34,6 +35,7 @@ ${PYSITELIB}/asdf_standard/resources/sch
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/column-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/complex-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/constant-1.0.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/datatype-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/extension_metadata-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/externalarray-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/history_entry-1.0.0.yaml
@@ -46,15 +48,20 @@ ${PYSITELIB}/asdf_standard/resources/sch
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/table-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/fits/fits-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/fits/fits-1.1.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/fits/fits-1.2.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/table/column-1.1.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/table/column-1.2.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/table/table-1.1.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/table/table-1.2.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.1.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.2.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.3.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/time/time-1.4.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/unit/defunit-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/unit/quantity-1.1.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/unit/quantity-1.2.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/unit/quantity-1.3.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/unit/unit-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.0.0.yaml
${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/version_map-1.1.0.yaml
Index: pkgsrc/math/py-asdf-standard/distinfo
diff -u pkgsrc/math/py-asdf-standard/distinfo:1.3 pkgsrc/math/py-asdf-standard/distinfo:1.4
--- pkgsrc/math/py-asdf-standard/distinfo:1.3 Fri Jun 13 07:16:47 2025
+++ pkgsrc/math/py-asdf-standard/distinfo Thu Jan 8 10:21:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/06/13 07:16:47 adam Exp $
+$NetBSD: distinfo,v 1.4 2026/01/08 10:21:24 adam Exp $
-BLAKE2s (asdf_standard-1.3.0.tar.gz) = b6287905c7849d407675947e4be342acf83140327f6900f7a4b527237b1607a9
-SHA512 (asdf_standard-1.3.0.tar.gz) = 3f7c7dafafbe78999eae8c381f9af66016543a95bc6cfe4b2fe9ea1fe59cf1b5b0743ddae24b8bc6337db537dcec37c2af76aaef60cc664aa5955512a888f482
-Size (asdf_standard-1.3.0.tar.gz) = 273495 bytes
+BLAKE2s (asdf_standard-1.4.0.tar.gz) = 0348b2ab8ad5a389dba581544b1ba3fe36295266a9361c060c1e145ca3a67bdc
+SHA512 (asdf_standard-1.4.0.tar.gz) = c3b625f38779249e5400c56ff965b01045cee07192828ddd2c8d22b33115b233e20e0c47b229e001792e7e22c13ab3c8fdc300d6926919877a1207da7b4aa160
+Size (asdf_standard-1.4.0.tar.gz) = 275426 bytes
Home |
Main Index |
Thread Index |
Old Index