forked from pool/python-astropy
Accepting request 556922 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/556922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-astropy?expand=0&rev=2
This commit is contained in:
parent
9e075a5780
commit
99f782496b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2f1de9d239b76a7d940a7bd66408e370874c84476566a3ae693fd06653836ad0
|
|
||||||
size 8420201
|
|
3
astropy-2.0.2.tar.gz
Normal file
3
astropy-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4544a422b1173d79b2d65ba74c627f04a5fd8530d97fb604752d657d754e103d
|
||||||
|
size 8225348
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 14 09:47:18 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Remove test bcond since it wasn't really used at all
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 11 15:34:36 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
- Update to astropy 2.0.2 . Astropy 2.0 is a major release that adds
|
||||||
|
significant new functionality since the 1.3.x series of releases:
|
||||||
|
* New unit support for most models
|
||||||
|
* New image class CCDData added
|
||||||
|
* Experimental velocity support in astropy.coordinates
|
||||||
|
* New functionality in astropy.stats
|
||||||
|
* Easier use of efficient bytestring Table columns in Python 3
|
||||||
|
* New way to instantiate a BinTableHDU directly from a Table
|
||||||
|
* New printdiff convenience function for FITS
|
||||||
|
* New molar_mass_amu unit equivalency
|
||||||
|
* Store astropy core object types in ASCII ECSV table file
|
||||||
|
* Improvements to astropy.convolution
|
||||||
|
* No relativistic species by default in cosmological models
|
||||||
|
* Renamed/removed functionality
|
||||||
|
The full changelog can be read at
|
||||||
|
http://docs.astropy.org/en/stable/changelog.html .
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 23 12:26:54 UTC 2017 - alarrosa@suse.com
|
Fri Jun 23 12:26:54 UTC 2017 - alarrosa@suse.com
|
||||||
|
|
||||||
|
@ -16,11 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without test
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-astropy
|
Name: python-astropy
|
||||||
Version: 1.3.2
|
Version: 2.0.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
|
||||||
@ -47,7 +45,6 @@ BuildRequires: pkgconfig(expat)
|
|||||||
BuildRequires: pkgconfig(wcslib)
|
BuildRequires: pkgconfig(wcslib)
|
||||||
# Documentation
|
# Documentation
|
||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
%if %{with test}
|
|
||||||
# Optional requirements
|
# Optional requirements
|
||||||
BuildRequires: %{python_module Jinja2}
|
BuildRequires: %{python_module Jinja2}
|
||||||
BuildRequires: %{python_module PyYAML}
|
BuildRequires: %{python_module PyYAML}
|
||||||
@ -61,7 +58,6 @@ BuildRequires: %{python_module scipy}
|
|||||||
# Test requirements
|
# Test requirements
|
||||||
BuildRequires: %{python_module mpmath}
|
BuildRequires: %{python_module mpmath}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
%endif
|
|
||||||
Requires: hdf5
|
Requires: hdf5
|
||||||
Requires: liberfa1 >= 1.3.0
|
Requires: liberfa1 >= 1.3.0
|
||||||
Requires: python-numpy >= 1.7.0
|
Requires: python-numpy >= 1.7.0
|
||||||
|
Loading…
Reference in New Issue
Block a user