Fri Oct 20 14:16:35 2023 UTC ()
py-astropy: updated to 5.3.4

Version 5.3.4 (2023-10-03)
==========================

Bug Fixes
---------

astropy.io.misc

- Updated ``astropy.io.misc.yaml`` so ``dump()` with a numpy object array or
  ``load()`` with YAML representing a Numpy object array both raise
  ``TypeError``. This prevents problems like a segmentation fault.

astropy.io.votable

- Fixed a bug in ``convert_to_writable_filelike`` where ``GzipFile`` was not
  closed properly.

astropy.units

- In VOUnit, the spaces around the slash were removed in the formatting of
  fractions, and fractional powers now also use the "**" operator.

- We now ensure that the unit ``u.cgs.cm`` is just an alias of ``u.si.cm``,
  instead of a redefinition.  This ensures that ``u.Unit("cm") / u.cm``
  will reliably cancel to dimensionless (instead of some "cm / cm").

astropy.utils

- For ``Masked``, ``np.ptp`` and the ``.ptp()`` method now properly account for
  the mask, ensuring the result is identical to subtracting the maximum and
  minimum (with the same arguments).


(adam)
diff -r1.10 -r1.11 pkgsrc/math/py-astropy/Makefile
diff -r1.6 -r1.7 pkgsrc/math/py-astropy/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/math/py-astropy/Makefile (expand / switch to context diff)
--- pkgsrc/math/py-astropy/Makefile 2023/09/16 04:24:31 1.10
+++ pkgsrc/math/py-astropy/Makefile 2023/10/20 14:16:35 1.11
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2023/09/16 04:24:31 adam Exp $
+# $NetBSD: Makefile,v 1.11 2023/10/20 14:16:35 adam Exp $
 
-DISTNAME=	astropy-5.3.3
+DISTNAME=	astropy-5.3.4
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_PYPI:=a/astropy/}

cvs diff -r1.6 -r1.7 pkgsrc/math/py-astropy/distinfo (expand / switch to context diff)
--- pkgsrc/math/py-astropy/distinfo 2023/09/16 04:24:31 1.6
+++ pkgsrc/math/py-astropy/distinfo 2023/10/20 14:16:35 1.7
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/09/16 04:24:31 adam Exp $
+$NetBSD: distinfo,v 1.7 2023/10/20 14:16:35 adam Exp $
 
-BLAKE2s (astropy-5.3.3.tar.gz) = 74701e6dde465a322f008b45803a7497f3bdcf9b252b63519a8445de4aab466c
+BLAKE2s (astropy-5.3.4.tar.gz) = 2cac6c3496848cafb28408cad365d174463783a782bd334b447e9f303f96b307
-SHA512 (astropy-5.3.3.tar.gz) = a3213b2aeeff8d9a24388ab109b60db2fd728258488af84287a68ad382507996148f9dad5bef27f76db676dbdfe525c0a457d5323b539077b4a9b051491de606
+SHA512 (astropy-5.3.4.tar.gz) = eede24edeb04603ef92c48e040223fe05e12c510873022a2683bb08793b406d95ccbf284f3a46479658144b3f8cbfc6a32ac1bcb6ac5870449630069cfe67842
-Size (astropy-5.3.3.tar.gz) = 7806734 bytes
+Size (astropy-5.3.4.tar.gz) = 7811582 bytes