diff --git a/astropy-1.3.2.tar.gz b/astropy-1.3.2.tar.gz deleted file mode 100644 index 7cf346c..0000000 --- a/astropy-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f1de9d239b76a7d940a7bd66408e370874c84476566a3ae693fd06653836ad0 -size 8420201 diff --git a/astropy-2.0.2.tar.gz b/astropy-2.0.2.tar.gz new file mode 100644 index 0000000..c730aed --- /dev/null +++ b/astropy-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4544a422b1173d79b2d65ba74c627f04a5fd8530d97fb604752d657d754e103d +size 8225348 diff --git a/python-astropy.changes b/python-astropy.changes index 35466b4..93ab7e1 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -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 diff --git a/python-astropy.spec b/python-astropy.spec index 5ba95d2..4ec6d47 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -16,11 +16,9 @@ # -%bcond_without test - %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-astropy -Version: 1.3.2 +Version: 2.0.2 Release: 0 Summary: Community-developed python astronomy tools License: BSD-3-Clause @@ -47,7 +45,6 @@ BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(wcslib) # Documentation BuildRequires: %{python_module Pillow} -%if %{with test} # Optional requirements BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module PyYAML} @@ -61,7 +58,6 @@ BuildRequires: %{python_module scipy} # Test requirements BuildRequires: %{python_module mpmath} BuildRequires: %{python_module pytest} -%endif Requires: hdf5 Requires: liberfa1 >= 1.3.0 Requires: python-numpy >= 1.7.0