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:           Mon Oct 14 14:02:28 UTC 2024

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

Log Message:
py-asdf: updated to 3.5.0

3.5.0 (2024-10-02)

Bugfix

- Allow ``asdf.util.load_yaml`` to handle recursive objects

Doc

- added issue links to changelog entries
- Change asdf standard changelog entries to notes to ease transition to
  towncrier

General

- fix changelog checker to remove brackets

Removal

- Deprecate ``ignore_version_mismatch``. This option has done nothing since
  asdf 3.0.0 and will be removed in an upcoming asdf version


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/py-asdf/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-asdf/PLIST
cvs rdiff -u -r1.13 -r1.14 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.21 pkgsrc/math/py-asdf/Makefile:1.22
--- pkgsrc/math/py-asdf/Makefile:1.21   Mon Oct 14 06:45:48 2024
+++ pkgsrc/math/py-asdf/Makefile        Mon Oct 14 14:02:28 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2024/10/14 06:45:48 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/10/14 14:02:28 adam Exp $
 
-DISTNAME=      asdf-3.4.0
+DISTNAME=      asdf-3.5.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.9 pkgsrc/math/py-asdf/PLIST:1.10
--- pkgsrc/math/py-asdf/PLIST:1.9       Sat Aug  3 06:00:52 2024
+++ pkgsrc/math/py-asdf/PLIST   Mon Oct 14 14:02:28 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2024/08/03 06:00:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2024/10/14 14:02:28 adam Exp $
 bin/asdftool-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -1010,9 +1010,6 @@ ${PYSITELIB}/asdf/_tests/test_lazy_nodes
 ${PYSITELIB}/asdf/_tests/test_reference.py
 ${PYSITELIB}/asdf/_tests/test_reference.pyc
 ${PYSITELIB}/asdf/_tests/test_reference.pyo
-${PYSITELIB}/asdf/_tests/test_reference_files.py
-${PYSITELIB}/asdf/_tests/test_reference_files.pyc
-${PYSITELIB}/asdf/_tests/test_reference_files.pyo
 ${PYSITELIB}/asdf/_tests/test_resource.py
 ${PYSITELIB}/asdf/_tests/test_resource.pyc
 ${PYSITELIB}/asdf/_tests/test_resource.pyo

Index: pkgsrc/math/py-asdf/distinfo
diff -u pkgsrc/math/py-asdf/distinfo:1.13 pkgsrc/math/py-asdf/distinfo:1.14
--- pkgsrc/math/py-asdf/distinfo:1.13   Tue Aug  6 08:01:52 2024
+++ pkgsrc/math/py-asdf/distinfo        Mon Oct 14 14:02:28 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2024/08/06 08:01:52 adam Exp $
+$NetBSD: distinfo,v 1.14 2024/10/14 14:02:28 adam Exp $
 
-BLAKE2s (asdf-3.4.0.tar.gz) = ec13e402a5b98c7f58663743bd4f632e3542241d8f1f4382cb9705c58e7f31eb
-SHA512 (asdf-3.4.0.tar.gz) = 237c1bad3e715eb617ac0822645a290f619e8de067ebf4800e5bf7df21c91c09496704a63a0d59fc6c9d4cb6df7052a5b4d25ec9632a6edcabc7e91546f3e637
-Size (asdf-3.4.0.tar.gz) = 802241 bytes
+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



Home | Main Index | Thread Index | Old Index