From d41867f79fb78459a03867901fa738756b6dd6e5a81ad69a22b66e3575ab29d6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 16 Jul 2023 11:42:16 +0000 Subject: [PATCH] - update to 5.3.1: * The exponent in ``wowzCDM.de_density_scale`` has been corrected to 3, from -3. * Fix crash when a PrimaryHDU has a GROUPS keyword with a non- boolean value (i.e. not a random-groups HDU). * Fixed a bug that caused ``Cutout2D`` to not work correctly with ``CompImageHDU.section`` * Fixed a bug that caused compressed images with TFORM missing the optional '1' prefix to not be readable. [#15001] * Restore bitmask propagation behavior in ``NDData.mask``, plus a fix for arithmetic between masked and unmasked ``NDData`` objects. * Fix a bug where table indexes were not using a stable sort order. This was causing the order of rows within groups to not match the original table order when an indexed table was grouped. [#14907] * In VOunits, "pix", "au", "a", and "ct" are removed from the list of deprecated units. [#14885] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=96 --- astropy-5.3.1.tar.gz | 3 +++ astropy-5.3.tar.gz | 3 --- python-astropy.changes | 22 ++++++++++++++++++++++ python-astropy.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 astropy-5.3.1.tar.gz delete mode 100644 astropy-5.3.tar.gz diff --git a/astropy-5.3.1.tar.gz b/astropy-5.3.1.tar.gz new file mode 100644 index 0000000..6a88dea --- /dev/null +++ b/astropy-5.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b5321b65e35ff7f7976d34c9ab9748f11d1f427a509aa8d7fc1ead4f9818d74 +size 7802637 diff --git a/astropy-5.3.tar.gz b/astropy-5.3.tar.gz deleted file mode 100644 index 42d015d..0000000 --- a/astropy-5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f694be1c2b32309aca15cf7b54aa17546e944135209394cdceebd7a7889e4e5 -size 7794677 diff --git a/python-astropy.changes b/python-astropy.changes index b3a3c61..c14d7bb 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Jul 16 11:41:17 UTC 2023 - Dirk Müller + +- update to 5.3.1: + * The exponent in ``wowzCDM.de_density_scale`` has been + corrected to 3, from -3. + * Fix crash when a PrimaryHDU has a GROUPS keyword with a non- + boolean value (i.e. not a random-groups HDU). + * Fixed a bug that caused ``Cutout2D`` to not work correctly + with ``CompImageHDU.section`` + * Fixed a bug that caused compressed images with TFORM missing + the optional '1' prefix to not be readable. [#15001] + * Restore bitmask propagation behavior in ``NDData.mask``, plus + a fix for arithmetic between masked and unmasked ``NDData`` + objects. + * Fix a bug where table indexes were not using a stable sort + order. This was causing the order of rows within groups to + not match the original table order when an indexed table + was grouped. [#14907] + * In VOunits, "pix", "au", "a", and "ct" are removed from the + list of deprecated units. [#14885] + ------------------------------------------------------------------- Sat Jul 1 14:04:02 UTC 2023 - Ben Greiner diff --git a/python-astropy.spec b/python-astropy.spec index 06db033..2ba5a80 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -48,7 +48,7 @@ %{?unbundle_wcs} Name: python-astropy%{psuffix} -Version: 5.3 +Version: 5.3.1 Release: 0 Summary: Community-developed python astronomy tools License: BSD-3-Clause