forked from pool/python-astropy
Accepting request 1105313 from home:bnavigator:branches:devel:languages:python:numeric
- Update to 5.3.2 ### astropy.coordinates * Fixed import when called with Python -OO flag. [#15037] ### astropy.nddata * Fix for collapse operations on NDData without masks or units. [#15082] ### astropy.units * Modified the implementation of np.power() for instances of Quantity to allow any array as the second operand if all its elements have the same value. [#15101] OBS-URL: https://build.opensuse.org/request/show/1105313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-astropy?expand=0&rev=98
This commit is contained in:
parent
d41867f79f
commit
7231c79a08
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b5321b65e35ff7f7976d34c9ab9748f11d1f427a509aa8d7fc1ead4f9818d74
|
|
||||||
size 7802637
|
|
3
astropy-5.3.2.tar.gz
Normal file
3
astropy-5.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:222003dedd4d1ad00cf3b3a02747fd59c4fc93a97ddbe6328952916ad5f1558f
|
||||||
|
size 7803668
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 22 17:19:38 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 5.3.2
|
||||||
|
### astropy.coordinates
|
||||||
|
* Fixed import when called with Python -OO flag. [#15037]
|
||||||
|
### astropy.nddata
|
||||||
|
* Fix for collapse operations on NDData without masks or units.
|
||||||
|
[#15082]
|
||||||
|
### astropy.units
|
||||||
|
* Modified the implementation of np.power() for instances of
|
||||||
|
Quantity to allow any array as the second operand if all its
|
||||||
|
elements have the same value. [#15101]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 16 11:41:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sun Jul 16 11:41:17 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
%{?unbundle_wcs}
|
%{?unbundle_wcs}
|
||||||
|
|
||||||
Name: python-astropy%{psuffix}
|
Name: python-astropy%{psuffix}
|
||||||
Version: 5.3.1
|
Version: 5.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Community-developed python astronomy tools
|
Summary: Community-developed python astronomy tools
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -76,7 +76,6 @@ BuildRequires: hdf5-devel
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-PyYAML >= 3.13
|
Requires: python-PyYAML >= 3.13
|
||||||
Requires: python-dbm
|
|
||||||
Requires: python-numpy >= 1.21
|
Requires: python-numpy >= 1.21
|
||||||
Requires: python-packaging >= 19.0
|
Requires: python-packaging >= 19.0
|
||||||
Requires: python-pyerfa >= 2.0
|
Requires: python-pyerfa >= 2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user