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:           Wed Sep 11 11:45:20 UTC 2024

Modified Files:
        pkgsrc/math/py-astropy: Makefile distinfo

Log Message:
py-astropy: updated to 6.1.3

Version 6.1.3 (2024-08-30)

Bug Fixes

astropy.io.fits

- Fix reading zero-width columns such as 0A fields.

- Ensure that ``QTable``, like ``Table``, can read zero-length string columns,
  and not convert them to length 1 strings. In the process, avoid a needless
  copy of all the data for ``QTable``.

astropy.io.votable

- Fix KeyError when parsing certain VOTables.

astropy.modeling

- Fixed the ``fit_deriv`` calculations in the ``Lorentz1D`` model.

astropy.table

- Pretty-printing of Tables now also works in the presence of zero-length string
  columns (which sometimes are present in FITS tables).

astropy.utils

- Fix the return type for ``np.broadcast_arrays`` on a single ``Masked``
  instance: it now correctly returns a 1-element sequence instead of a single
  array, just like would be the case with a regular array.

astropy.wcs

- Fix a bug where ``wcs_info_str``'s results would look different in numpy 2 VS
  numpy 1.

Other Changes and Additions

- The minimum required version of PyArrow is now v7.0.0.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-astropy/Makefile
cvs rdiff -u -r1.9 -r1.10 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.15 pkgsrc/math/py-astropy/Makefile:1.16
--- pkgsrc/math/py-astropy/Makefile:1.15        Tue Aug  6 08:39:20 2024
+++ pkgsrc/math/py-astropy/Makefile     Wed Sep 11 11:45:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/08/06 08:39:20 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/09/11 11:45:20 adam Exp $
 
-DISTNAME=      astropy-6.1.2
+DISTNAME=      astropy-6.1.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/astropy/}
@@ -25,7 +25,7 @@ USE_LANGUAGES=        c c++
 
 PYTHON_SELF_CONFLICT=  yes
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
+PYTHON_VERSIONS_INCOMPATIBLE=  38 39
 
 .include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"

Index: pkgsrc/math/py-astropy/distinfo
diff -u pkgsrc/math/py-astropy/distinfo:1.9 pkgsrc/math/py-astropy/distinfo:1.10
--- pkgsrc/math/py-astropy/distinfo:1.9 Tue Aug  6 08:39:20 2024
+++ pkgsrc/math/py-astropy/distinfo     Wed Sep 11 11:45:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2024/08/06 08:39:20 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/09/11 11:45:20 adam Exp $
 
-BLAKE2s (astropy-6.1.2.tar.gz) = 2b880b4d2a542f75096bd523899bc67b2a44719da3203e72b8435b46d3e9ee53
-SHA512 (astropy-6.1.2.tar.gz) = 83521230cc737e9c40bad37d8d28dc946e513b05d326dec944095198f3bd1ba79d9cf5dbdc6e47082941a55f5f7487a0c09d9940789e1e228ed0707e01956593
-Size (astropy-6.1.2.tar.gz) = 7055575 bytes
+BLAKE2s (astropy-6.1.3.tar.gz) = 6429b4ebbd308591490f11b5947c2705e9a6602cb937458f4f7c136b0ab676be
+SHA512 (astropy-6.1.3.tar.gz) = 49318143c672a9b78093efa93594dff08a49f2967f2d84ccc9b8bd6bdd59ebbee42cc0ab3558551d5c20f577da485a6b1f704ba6d4b2b256c2d9e67c96251e55
+Size (astropy-6.1.3.tar.gz) = 7057076 bytes



Home | Main Index | Thread Index | Old Index