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 Feb 4 18:32:59 UTC 2025
Modified Files:
pkgsrc/math/py-asdf: Makefile distinfo
Log Message:
py-asdf: updated to 4.1.0
4.1.0 (2025-01-31)
Bugfix
- Improve ``schema_info`` handling of schemas with combiners (allOf, anyOf,
etc).
- While walking schema for info/search/schema_info walk into nodes with
__asdf_traverse__
if the parent node has a schema.
- Don't infinitely loop on recursive lists during info/search/schema_info.
- Use extension_manager of associated AsdfFile in info/search/schema_info.
- Only use ANSI format codes when supported by stdout.
Doc
- Fix typos in search documentation.
- updates docs theme to be consistent with asdf subprojects
Feature
- Add ``Converter.to_info`` to allow customizing ``info`` output.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/math/py-asdf/Makefile
cvs rdiff -u -r1.15 -r1.16 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.24 pkgsrc/math/py-asdf/Makefile:1.25
--- pkgsrc/math/py-asdf/Makefile:1.24 Tue Jan 21 09:34:07 2025
+++ pkgsrc/math/py-asdf/Makefile Tue Feb 4 18:32:59 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2025/01/21 09:34:07 adam Exp $
+# $NetBSD: Makefile,v 1.25 2025/02/04 18:32:59 adam Exp $
-DISTNAME= asdf-4.0.0
+DISTNAME= asdf-4.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asdf/}
@@ -11,7 +11,7 @@ COMMENT= Advanced Scientific Data Format
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=8:../../devel/py-setuptools_scm
DEPENDS+= ${PYPKGPREFIX}-asdf-standard>=1.1.0:../../math/py-asdf-standard
DEPENDS+= ${PYPKGPREFIX}-asdf-transform-schemas>=0.3:../../math/py-asdf-transform-schemas
DEPENDS+= ${PYPKGPREFIX}-attrs>=22.2.0:../../devel/py-attrs
Index: pkgsrc/math/py-asdf/distinfo
diff -u pkgsrc/math/py-asdf/distinfo:1.15 pkgsrc/math/py-asdf/distinfo:1.16
--- pkgsrc/math/py-asdf/distinfo:1.15 Tue Jan 21 09:34:07 2025
+++ pkgsrc/math/py-asdf/distinfo Tue Feb 4 18:32:59 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/01/21 09:34:07 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/02/04 18:32:59 adam Exp $
-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
+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
Home |
Main Index |
Thread Index |
Old Index