diff --git a/astropy-3.1.1.tar.gz b/astropy-3.1.1.tar.gz deleted file mode 100644 index 97c2338..0000000 --- a/astropy-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6527e63f9aee01ed14a3e3c0865f8ae1bffadb01c8c755b4452662211216f53b -size 8204190 diff --git a/astropy-3.1.2.tar.gz b/astropy-3.1.2.tar.gz new file mode 100644 index 0000000..3fabd32 --- /dev/null +++ b/astropy-3.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a78a8ec9666d0a51a37f03494aaa5012e241ba37053e6c913c039cddee89ede +size 8203507 diff --git a/python-astropy.changes b/python-astropy.changes index 39c7843..4b9882f 100644 --- a/python-astropy.changes +++ b/python-astropy.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Mar 20 16:59:23 CET 2019 - Matej Cepl + +- Update to 3.1.2, bug fixes + - astropy.coordinates + Convert the default of QuantityAttribute, thereby catching + the error case case of it being set to None at attribute + creation, and giving a more useful error message in the + process. [#8300] + - astropy.cosmology + Fix elliptic analytical solution for comoving distance. + Only relevant for non-flat cosmologies without radiation + and Om0 > Ode0. [#8391] + - astropy.modeling + Fixed slowness for certain compound models consisting of + large numbers of multi-input models [#8338, #8349] + - astropy.visualization.wcsaxes + Fix a bug that caused an error when passing an array with + all values the same to contour or contourf. [#8321] + Fix a bug that caused contour and contourf to return None + instead of the contour set. [#8321] + ------------------------------------------------------------------- Mon Jan 7 18:41:58 UTC 2019 - Todd R diff --git a/python-astropy.spec b/python-astropy.spec index e2034ea..1d690b8 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -19,31 +19,48 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-astropy -Version: 3.1.1 +Version: 3.1.2 Release: 0 Summary: Community-developed python astronomy tools License: BSD-3-Clause Group: Development/Languages/Python -Url: http://astropy.org +URL: http://astropy.org Source: https://files.pythonhosted.org/packages/source/a/astropy/astropy-%{version}.tar.gz # Mark wcs headers as false positives for devel-file-in-non-devel-package # These are used by the python files so they must be available. Source100: python-astropy-rpmlintrc BuildRequires: %{python_module Cython >= 0.21} BuildRequires: %{python_module astropy-helpers} -BuildRequires: %{python_module numpy-devel >= 1.7.0} BuildRequires: %{python_module devel} BuildRequires: %{python_module jupyter_ipython} +BuildRequires: %{python_module numpy-devel >= 1.7.0} BuildRequires: %{python_module ply} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: hdf5-devel BuildRequires: libxml2-tools +BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: pkgconfig(cfitsio) BuildRequires: pkgconfig(erfa) >= 1.3.0 BuildRequires: pkgconfig(expat) BuildRequires: pkgconfig(wcslib) +Requires: hdf5 +Requires: liberfa1 >= 1.3.0 +Requires: python-numpy >= 1.7.0 +Requires(post): update-alternatives +Requires(preun): update-alternatives +Recommends: libxml2-tools +Recommends: python-Jinja2 +Recommends: python-PyYAML +Recommends: python-beautifulsoup4 +Recommends: python-bleach +Recommends: python-h5py +Recommends: python-jplephem +Recommends: python-matplotlib +Recommends: python-pandas +Recommends: python-scikit-image +Recommends: python-scipy # SECTION Optional requirements BuildRequires: %{python_module Jinja2} BuildRequires: %{python_module PyYAML} @@ -64,23 +81,6 @@ BuildRequires: %{python_module pytest-doctestplus} BuildRequires: %{python_module pytest-openfiles} BuildRequires: %{python_module pytest-remotedata} # /SECTION -Requires: hdf5 -Requires: liberfa1 >= 1.3.0 -Requires: python-numpy >= 1.7.0 -Recommends: python-Jinja2 -Recommends: python-PyYAML -Recommends: python-bleach -Recommends: python-beautifulsoup4 -Recommends: python-h5py -Recommends: python-pandas -Recommends: python-scipy -Recommends: python-jplephem -Recommends: python-matplotlib -Recommends: libxml2-tools -Recommends: python-scikit-image -Requires(post): update-alternatives -Requires(preun): update-alternatives -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description @@ -146,7 +146,6 @@ popd %python_uninstall_alternative fitscheck %files %{python_files} -%defattr(-,root,root,-) %doc CHANGES.rst README.rst %doc licenses/ %python_alternative %{_bindir}/fitsdiff