From e757d0cf7afda87d773254fd0ffbbdd81403666b4cb6b19cf63dc5ad8b44a14f Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 23 Oct 2022 10:58:58 +0000 Subject: [PATCH] Accepting request 1030591 from home:bnavigator:branches:devel:languages:python:numeric - Update to 5.1.1 # API Changes ## astropy.wcs * The pixel argument to astropy.visualization.wcsaxes.ticklabels.TickLabels.add no longer does anything, is deprecated, and will be removed in a future astropy version. It has been replaced by a new required data argument, which should be used to specify the data coordinates of the tick label being added. * This changes has been made because it is (in general) not possible to correctly calculate pixel coordinates before Matplotlib is drawing a figure. [#12630] # Bug Fixes ## astropy.coordinates * Fixed a bug that prevented SkyOffsetFrame instances to be pickled by adding a custom __reduce__ method to the class (see issue #9249). [#13305] * Fixed the check for invalid Latitude values for float32 values. Latitude now accepts the float32 value of pi/2, which was rejected before because a comparison was made using the slightly smaller float64 representation. See issue #13708. [#13745] ## astropy.io.ascii * Fixed confusing chained exception messages of read() function when it fails. [#13170] * When writing out a :class:`~astropy.table.Table` to HTML format, the formats keyword argument to the :meth:`~astropy.table.Table.write` method will now be applied. [#13453] ## astropy.io.fits OBS-URL: https://build.opensuse.org/request/show/1030591 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=78 --- astropy-5.1.1.tar.gz | 3 +++ astropy-5.1.tar.gz | 3 --- python-astropy.changes | 4 ++-- python-astropy.spec | 3 ++- 4 files changed, 7 insertions(+), 6 deletions(-) create mode 100644 astropy-5.1.1.tar.gz delete mode 100644 astropy-5.1.tar.gz diff --git a/astropy-5.1.1.tar.gz b/astropy-5.1.1.tar.gz new file mode 100644 index 0000000..75783f1 --- /dev/null +++ b/astropy-5.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4bd696af7090fd399b464c704bf27b5633121e461785edc70432606a94bd81 +size 7953113 diff --git a/astropy-5.1.tar.gz b/astropy-5.1.tar.gz deleted file mode 100644 index 0bbb68d..0000000 --- a/astropy-5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1db1b2c7eddfc773ca66fa33bd07b25d5b9c3b5eee2b934e0ca277fa5b1b7b7e -size 7924234 diff --git a/python-astropy.changes b/python-astropy.changes index fe9d603..d3c1a51 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ac53b634e35e631f193868565103ce173d181c0d3b59c2d5662e6ddf649da2c5 -size 262278 +oid sha256:a6c04e66e3548bdc820b925b6cd84a9d1bb900b159a87e11a84a2866874760a1 +size 268472 diff --git a/python-astropy.spec b/python-astropy.spec index ae69903..fb32b73 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -56,7 +56,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-astropy%{psuffix} -Version: 5.1 +Version: 5.1.1 Release: 0 Summary: Community-developed python astronomy tools License: BSD-3-Clause @@ -186,6 +186,7 @@ hypothesis.settings.register_profile( suppress_health_check=[hypothesis.HealthCheck.too_slow] ) " >> astropy/conftest.py +sed -i 's/--color=yes//' setup.cfg %build %{?unbundle_libs}