Accepting request 966483 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/966483 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astropy?expand=0&rev=32
This commit is contained in:
commit
b115061a0d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:449f0ba5e7292457eed37550b047444751a606e7b8a34f93b1c28d0bb63e7f40
|
|
||||||
size 7837851
|
|
3
astropy-5.0.4.tar.gz
Normal file
3
astropy-5.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:001184f1a9c3f526a363883ce28efb9cbf076df3d151ca3e131509a248f0dfb9
|
||||||
|
size 7851964
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 1 17:57:36 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 5.0.4
|
||||||
|
# Bug Fixes
|
||||||
|
## astropy.modeling
|
||||||
|
* Fixed the Gaussian2D bounding_box when theta is an angular
|
||||||
|
Quantity. [#13021]
|
||||||
|
## astropy.utils
|
||||||
|
* Reverted astropy.utils.iers.iers.IERS_A_URL to
|
||||||
|
maia.usno.navy.mil domain instead of NASA FTP to work around
|
||||||
|
server issues. [#13004]
|
||||||
|
# Other Changes and Additions
|
||||||
|
* Updated bundled WCSLIB to version 7.9 with several bugfixes and
|
||||||
|
added support for time coordinate axes in wcsset() and
|
||||||
|
wcssub(). The four-digit type code for the time axis will have
|
||||||
|
the first digit set to 4, i.e., four digit code will be 4xxx
|
||||||
|
where x is a digit 0-9. For a full list of bug fixes see
|
||||||
|
https://www.atnf.csiro.au/people/mcalabre/WCS/CHANGES [#12994]
|
||||||
|
(when building --without system_wcslib)
|
||||||
|
- Release 5.0.3
|
||||||
|
# Bug Fixes
|
||||||
|
## astropy.convolution
|
||||||
|
* Bugfix in astropy.convolution.utils.discretize_model which
|
||||||
|
allows the function to handle a CompoundModel. Before this fix,
|
||||||
|
discretize_model was confusing CompoundModel with a callable
|
||||||
|
function. [#12959]
|
||||||
|
## astropy.io.fits
|
||||||
|
* Fix write and read FITS tables with multidimensional items,
|
||||||
|
using from_columns without previousely defined ColDefs
|
||||||
|
structure. [#12863]
|
||||||
|
## astropy.io.votable
|
||||||
|
* Fix VOTable linting to avoid use of shell option. [#12985]
|
||||||
|
astropy.utils
|
||||||
|
* Fix XML linting to avoid use of shell option. [#12985]
|
||||||
|
# Other Changes and Additions
|
||||||
|
* Updated the bundled CFITSIO library to 4.1.0. [#12967]
|
||||||
|
(when building --without system_cfitsio)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 13 08:10:02 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sun Mar 13 08:10:02 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -30,9 +30,15 @@
|
|||||||
# backwards compatibility for --without systemlibs
|
# backwards compatibility for --without systemlibs
|
||||||
%bcond_without systemlibs
|
%bcond_without systemlibs
|
||||||
|
|
||||||
|
%if %{with systemlibs}
|
||||||
%bcond_without system_cfitsio
|
%bcond_without system_cfitsio
|
||||||
%bcond_without system_expat
|
%bcond_without system_expat
|
||||||
%bcond_without system_wcslib
|
%bcond_without system_wcslib
|
||||||
|
%else
|
||||||
|
%bcond_with system_cfitsio
|
||||||
|
%bcond_with system_expat
|
||||||
|
%bcond_with system_wcslib
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{with system_cfitsio}
|
%if %{with system_cfitsio}
|
||||||
%define unbundle_cfitsio export ASTROPY_USE_SYSTEM_CFITSIO=1
|
%define unbundle_cfitsio export ASTROPY_USE_SYSTEM_CFITSIO=1
|
||||||
@ -50,7 +56,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-astropy%{psuffix}
|
Name: python-astropy%{psuffix}
|
||||||
Version: 5.0.2
|
Version: 5.0.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Community-developed python astronomy tools
|
Summary: Community-developed python astronomy tools
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user