diff --git a/astropy-6.1.2.tar.gz b/astropy-6.1.2.tar.gz deleted file mode 100644 index 3330d45..0000000 --- a/astropy-6.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2103d4e24e90389a820cfcdaaf4ca2d1ab22e5fd72978d147ff5cace54f1d3a -size 7055575 diff --git a/astropy-6.1.3.tar.gz b/astropy-6.1.3.tar.gz new file mode 100644 index 0000000..269f219 --- /dev/null +++ b/astropy-6.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac834cdedc1f6b5ce6f941f7bfbbfc58fca861eb172bcf72dd90aff8f750970 +size 7057076 diff --git a/python-astropy.changes b/python-astropy.changes index b0e6c68..66102b1 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Aug 30 15:11:17 UTC 2024 - Ben Greiner + +- Update to 6.1.3 + ## Bug Fixes + ### astropy.io.fits + * Fix reading zero-width columns such as 0A fields. [#16894] + * 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. + [#16898] + ### astropy.io.votable + * Fix KeyError when parsing certain VOTables. [#16830] + ### astropy.modeling + * Fixed the fit_deriv calculations in the Lorentz1D model. + [#16794] + ### astropy.table + * Pretty-printing of Tables now also works in the presence of + zero-length string columns (which sometimes are present in FITS + tables). [#16898] + ### 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. [#16842] + ### astropy.wcs + * Fix a bug where wcs_info_str’s results would look different in + numpy 2 VS numpy 1. [#16586] + ## Other Changes and Additions + * The minimum required version of PyArrow is now v7.0.0. [#16785] + ------------------------------------------------------------------- Fri Aug 16 09:27:21 UTC 2024 - Benjamin Greiner diff --git a/python-astropy.spec b/python-astropy.spec index 98ddd6d..634ceb7 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -49,7 +49,7 @@ %{?sle15_python_module_pythons} Name: python-astropy%{psuffix} -Version: 6.1.2 +Version: 6.1.3 Release: 0 Summary: Community-developed python astronomy tools License: BSD-3-Clause @@ -73,7 +73,7 @@ BuildRequires: hdf5-devel BuildRequires: pkgconfig BuildRequires: python-rpm-macros Requires: python-PyYAML >= 3.13 -Requires: python-astropy-iers-data >= 0.2024.4.29.0.28.48 +Requires: python-astropy-iers-data >= 0.2024.7.29.0.32.7 Requires: python-numpy >= 1.23 Requires: python-packaging >= 19.0 Requires: python-pyerfa >= 2.0.1.1