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 Jun 13 07:19:54 UTC 2025
Modified Files:
pkgsrc/math/py-asdf: Makefile distinfo
Log Message:
py-asdf: updated to 4.2.0
4.2.0 (2025-05-30)
Bugfix
- Allow extra keywords in structured datatype validation.
- yield instead of raise ValidationError in validate_datatype to allow use in
schema combiners
- Support recursive tagged nodes in load_yaml.
- Allow non-null bytes before the first byte.
- Fix deepcopy of lazy tree.
Doc
- Improve documentation based on review feedback.
Feature
- Optionally use fsspec for urls (like those for s3 resources) provided to
asdf.open.
- Load block index with CSafeLoader if available.
Removal
- Deprecate opening http uris unless fsspec is installed.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/math/py-asdf/Makefile
cvs rdiff -u -r1.16 -r1.17 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.26 pkgsrc/math/py-asdf/Makefile:1.27
--- pkgsrc/math/py-asdf/Makefile:1.26 Tue Apr 15 16:31:37 2025
+++ pkgsrc/math/py-asdf/Makefile Fri Jun 13 07:19:54 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2025/04/15 16:31:37 adam Exp $
+# $NetBSD: Makefile,v 1.27 2025/06/13 07:19:54 adam Exp $
-DISTNAME= asdf-4.1.0
+DISTNAME= asdf-4.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf/}
Index: pkgsrc/math/py-asdf/distinfo
diff -u pkgsrc/math/py-asdf/distinfo:1.16 pkgsrc/math/py-asdf/distinfo:1.17
--- pkgsrc/math/py-asdf/distinfo:1.16 Tue Feb 4 18:32:59 2025
+++ pkgsrc/math/py-asdf/distinfo Fri Jun 13 07:19:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/02/04 18:32:59 adam Exp $
+$NetBSD: distinfo,v 1.17 2025/06/13 07:19:54 adam Exp $
-BLAKE2s (asdf-4.1.0.tar.gz) = b8c21c5bf78bfde6544169a96033c77470500955bde9e6d85c4c723dd9da3d42
-SHA512 (asdf-4.1.0.tar.gz) = f7e3ca9be158a854112c811bb63a92a9ec69d036ae40973ce613df1552596e2dd71e943e8b0d2e996e72350437cae72048354e5ff682437fc243727ae9330c6f
-Size (asdf-4.1.0.tar.gz) = 905128 bytes
+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
Home |
Main Index |
Thread Index |
Old Index