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:           Tue Jan 21 09:34:07 UTC 2025

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

Log Message:
py-asdf: updated to 4.0.0

4.0.0 (2024-11-19)

Feature

- Switch default ASDF standard to 1.6.0.
- Raise RuntimeError if a Convert subclass supports multiple tags but doesn't
  implement select_tag.

General

- Set ``memmap=False`` to default for ``asdf.open`` and ``AsdfFile.__init__``.

Removal

- remove ``copy_arrays`` (replaced by ``memmap``)
- Remove deprecated API. See docs for full details.
- Switch default convert_unknown_ndarray_subclasses to False and issue
  deprecation warning if it is enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/math/py-asdf/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-asdf/PLIST
cvs rdiff -u -r1.14 -r1.15 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.23 pkgsrc/math/py-asdf/Makefile:1.24
--- pkgsrc/math/py-asdf/Makefile:1.23   Mon Nov 11 07:28:39 2024
+++ pkgsrc/math/py-asdf/Makefile        Tue Jan 21 09:34:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2024/11/11 07:28:39 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2025/01/21 09:34:07 adam Exp $
 
-DISTNAME=      asdf-3.5.0
+DISTNAME=      asdf-4.0.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.10 pkgsrc/math/py-asdf/PLIST:1.11
--- pkgsrc/math/py-asdf/PLIST:1.10      Mon Oct 14 14:02:28 2024
+++ pkgsrc/math/py-asdf/PLIST   Tue Jan 21 09:34:07 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2024/10/14 14:02:28 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/01/21 09:34:07 adam Exp $
 bin/asdftool-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -1049,9 +1049,6 @@ ${PYSITELIB}/asdf/_tests/test_yaml.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/commands/__init__.py
 ${PYSITELIB}/asdf/commands/__init__.pyc
 ${PYSITELIB}/asdf/commands/__init__.pyo
@@ -1139,9 +1136,6 @@ ${PYSITELIB}/asdf/schema.pyo
 ${PYSITELIB}/asdf/search.py
 ${PYSITELIB}/asdf/search.pyc
 ${PYSITELIB}/asdf/search.pyo
-${PYSITELIB}/asdf/stream.py
-${PYSITELIB}/asdf/stream.pyc
-${PYSITELIB}/asdf/stream.pyo
 ${PYSITELIB}/asdf/tagged.py
 ${PYSITELIB}/asdf/tagged.pyc
 ${PYSITELIB}/asdf/tagged.pyo

Index: pkgsrc/math/py-asdf/distinfo
diff -u pkgsrc/math/py-asdf/distinfo:1.14 pkgsrc/math/py-asdf/distinfo:1.15
--- pkgsrc/math/py-asdf/distinfo:1.14   Mon Oct 14 14:02:28 2024
+++ pkgsrc/math/py-asdf/distinfo        Tue Jan 21 09:34:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/10/14 14:02:28 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/01/21 09:34:07 adam Exp $
 
-BLAKE2s (asdf-3.5.0.tar.gz) = 40f3c4773ee703b858527cbb500f6bd687316cdab1bde0f5b2bca7a9e7cc93a5
-SHA512 (asdf-3.5.0.tar.gz) = e389b33ee5144596456c6f1ca376b1719343f7b58c00aedbd4fd983bb807c3cff3e5dd469b197ec9ee7b7e2739be4f01b72a6306a10617710438e3a947da3650
-Size (asdf-3.5.0.tar.gz) = 804561 bytes
+BLAKE2s (asdf-4.0.0.tar.gz) = 4e7dfb1057426f782b81ebb79e46847a34c7e1491d9da2ecfb0d4cd2e3d4d5cb
+SHA512 (asdf-4.0.0.tar.gz) = aacc679b6884ad04af41332ce776adebbbdfc33667d7f3c2af9713e3b441e1f768ccb5626edb04349c5cd9ae5d9fc1a11ba336d7a76eec8c5e9573632593198b
+Size (asdf-4.0.0.tar.gz) = 799285 bytes



Home | Main Index | Thread Index | Old Index