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 unified 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,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.10 2023/09/16 04:24:31 adam Exp $ 1# $NetBSD: Makefile,v 1.11 2023/10/20 14:16:35 adam Exp $
2 2
3DISTNAME= astropy-5.3.3 3DISTNAME= astropy-5.3.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=a/astropy/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=a/astropy/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.astropy.org/ 9HOMEPAGE= https://www.astropy.org/
10COMMENT= Python module for astronomical calculations and data analysis 10COMMENT= Python module for astronomical calculations and data analysis
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers-[0-9]*:../../devel/py-extension-helpers 13TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers-[0-9]*:../../devel/py-extension-helpers
14DEPENDS+= ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml 14DEPENDS+= ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml
15DEPENDS+= ${PYPKGPREFIX}-pyerfa>=2.0.0.1:../../math/py-pyerfa 15DEPENDS+= ${PYPKGPREFIX}-pyerfa>=2.0.0.1:../../math/py-pyerfa
16DEPENDS+= ${PYPKGPREFIX}-packaging>=19.0:../../devel/py-packaging 16DEPENDS+= ${PYPKGPREFIX}-packaging>=19.0:../../devel/py-packaging

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