pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-astropy
Module Name: pkgsrc
Committed By: adam
Date: Fri Oct 20 14:16:35 UTC 2023
Modified Files:
pkgsrc/math/py-astropy: Makefile distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-astropy/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-astropy/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-astropy/Makefile
diff -u pkgsrc/math/py-astropy/Makefile:1.10 pkgsrc/math/py-astropy/Makefile:1.11
--- pkgsrc/math/py-astropy/Makefile:1.10 Sat Sep 16 04:24:31 2023
+++ pkgsrc/math/py-astropy/Makefile Fri Oct 20 14:16:35 2023
@@ -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/}
Index: pkgsrc/math/py-astropy/distinfo
diff -u pkgsrc/math/py-astropy/distinfo:1.6 pkgsrc/math/py-astropy/distinfo:1.7
--- pkgsrc/math/py-astropy/distinfo:1.6 Sat Sep 16 04:24:31 2023
+++ pkgsrc/math/py-astropy/distinfo Fri Oct 20 14:16:35 2023
@@ -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
-SHA512 (astropy-5.3.3.tar.gz) = a3213b2aeeff8d9a24388ab109b60db2fd728258488af84287a68ad382507996148f9dad5bef27f76db676dbdfe525c0a457d5323b539077b4a9b051491de606
-Size (astropy-5.3.3.tar.gz) = 7806734 bytes
+BLAKE2s (astropy-5.3.4.tar.gz) = 2cac6c3496848cafb28408cad365d174463783a782bd334b447e9f303f96b307
+SHA512 (astropy-5.3.4.tar.gz) = eede24edeb04603ef92c48e040223fe05e12c510873022a2683bb08793b406d95ccbf284f3a46479658144b3f8cbfc6a32ac1bcb6ac5870449630069cfe67842
+Size (astropy-5.3.4.tar.gz) = 7811582 bytes
Home |
Main Index |
Thread Index |
Old Index