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:           Sun Mar 17 09:54:02 UTC 2024

Modified Files:
        pkgsrc/math/py-asdf-standard: DESCR Makefile PLIST distinfo

Log Message:
py-asdf-standard: updated to 1.1.1

1.1.1 (2023-03-06)
------------------

- Fix readthedocs config.

1.1.0 (2024-03-05)
------------------

The in progress ASDF Standard is v1.6.0

The stable ASDF Standard is v1.5.0

- Add new ``quantity-1.2.0`` schema to support ``datatype`` option.
- Bugfix for ``base_format`` in ``time-1.2.0`` schema.
- Add new ``ndarray-1.1.0`` schema to fix 345
- Remove ``unit-1.1.0`` erroneously added in 350
- Fix URI fragment format in metaschema references.
- Fix URI fragment format in quantity-1.2 schema
- Drop support for python 3.8
- Add ``float16`` to ``ndarray-1.1.0``
- Remove unneeded ``tag`` keyword from ``fits`` schema
- Move non-core tags to ``astronomy`` manifest


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-asdf-standard/DESCR \
    pkgsrc/math/py-asdf-standard/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-asdf-standard/Makefile \
    pkgsrc/math/py-asdf-standard/PLIST

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/DESCR
diff -u pkgsrc/math/py-asdf-standard/DESCR:1.1 pkgsrc/math/py-asdf-standard/DESCR:1.2
--- pkgsrc/math/py-asdf-standard/DESCR:1.1      Wed Aug 30 20:00:03 2023
+++ pkgsrc/math/py-asdf-standard/DESCR  Sun Mar 17 09:54:01 2024
@@ -1,2 +1,2 @@
 This document describes the Advanced Scientific Data Format (ASDF), pronounced
-AZ-diff. 
+AZ-diff.
Index: pkgsrc/math/py-asdf-standard/distinfo
diff -u pkgsrc/math/py-asdf-standard/distinfo:1.1 pkgsrc/math/py-asdf-standard/distinfo:1.2
--- pkgsrc/math/py-asdf-standard/distinfo:1.1   Wed Aug 30 20:00:03 2023
+++ pkgsrc/math/py-asdf-standard/distinfo       Sun Mar 17 09:54:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/08/30 20:00:03 adam Exp $
+$NetBSD: distinfo,v 1.2 2024/03/17 09:54:01 adam Exp $
 
-BLAKE2s (asdf_standard-1.0.3.tar.gz) = f953b27839de7408e1360a95a114776889f36660b53ac5b87afed056ff5429f9
-SHA512 (asdf_standard-1.0.3.tar.gz) = 14972fada7857c17326912fd876d0a7c1a1ab9a78b0ab1b718c44b80c37d35f640278e59f6ecb25ff7e9f1f0301bb5441c21e826648f0d2493e1f2a8c64103cf
-Size (asdf_standard-1.0.3.tar.gz) = 113484 bytes
+BLAKE2s (asdf_standard-1.1.1.tar.gz) = f9b45209ce981cbce9f00ef542ca3dc9527066a241bc0abf102c0a7ea52a512d
+SHA512 (asdf_standard-1.1.1.tar.gz) = c1b5b40841a8ff6115d8642993a664b9646474d5e4c50ce78e15be9bf49704f598238c523a1b1d7ca18d5390b5166c97311231837ac4efa12179d2a92c905886
+Size (asdf_standard-1.1.1.tar.gz) = 114823 bytes

Index: pkgsrc/math/py-asdf-standard/Makefile
diff -u pkgsrc/math/py-asdf-standard/Makefile:1.2 pkgsrc/math/py-asdf-standard/Makefile:1.3
--- pkgsrc/math/py-asdf-standard/Makefile:1.2   Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-asdf-standard/Makefile       Sun Mar 17 09:54:01 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2023/10/28 19:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/03/17 09:54:01 adam Exp $
 
-DISTNAME=      asdf_standard-1.0.3
+DISTNAME=      asdf_standard-1.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asdf-standard/}
 
@@ -11,18 +10,13 @@ HOMEPAGE=   https://github.com/asdf-format
 COMMENT=       ASDF Standard schemas
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=42:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=61:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 309
-DEPENDS+=      ${PYPKGPREFIX}-importlib-resources>=3:../../devel/py-importlib-resources
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-asdf-standard/PLIST
diff -u pkgsrc/math/py-asdf-standard/PLIST:1.2 pkgsrc/math/py-asdf-standard/PLIST:1.3
--- pkgsrc/math/py-asdf-standard/PLIST:1.2      Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-asdf-standard/PLIST  Sun Mar 17 09:54:01 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/03/17 09:54:01 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -17,6 +17,7 @@ ${PYSITELIB}/asdf_standard/integration.p
 ${PYSITELIB}/asdf_standard/resource.py
 ${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/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
@@ -26,6 +27,7 @@ ${PYSITELIB}/asdf_standard/resources/man
 ${PYSITELIB}/asdf_standard/resources/manifests/asdf-format.org/core/core-1.6.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/asdf-format.org/core/extension_manifest-1.0.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/asdf-schema-1.1.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/asdf-1.0.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/asdf-1.1.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/column-1.0.0.yaml
@@ -35,16 +37,22 @@ ${PYSITELIB}/asdf_standard/resources/sch
 ${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
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/integer-1.0.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/integer-1.1.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/ndarray-1.0.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/ndarray-1.1.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/software-1.0.0.yaml
 ${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/core/subclass_metadata-1.0.0.yaml
 ${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/table/column-1.1.0.yaml
+${PYSITELIB}/asdf_standard/resources/schemas/stsci.edu/asdf/table/table-1.1.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/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/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



Home | Main Index | Thread Index | Old Index