new version

enabled fixed tests
This commit is contained in:
Christian Dersch 2018-03-14 13:07:07 +01:00
parent eeedbb8b60
commit 4678a57fe2

View File

@ -16,8 +16,8 @@
%global srcname astropy
Name: python-astropy
Version: 2.0.4
Release: 3%{?dist}
Version: 2.0.5
Release: 1%{?dist}
Summary: A Community Python Library for Astronomy
License: BSD
@ -255,12 +255,12 @@ find %{buildroot} -name "*.so" | xargs chmod 755
# See https://github.com/astropy/astropy/issues/7214
%ifnarch s390x
pushd %{buildroot}/%{python2_sitearch}
py.test-%{python2_version} -k "not (test__str__ or test_repr_latex or test_write_read_roundtrip or test_web_profile or TestStandardProfileHTTPSHub or TestStandardProfileHTTPSHubClient or TestStandardProfile or test_mask_array)" astropy
py.test-%{python2_version} -k "not (test_write_read_roundtrip or test_web_profile or TestStandardProfileHTTPSHub or TestStandardProfileHTTPSHubClient or TestStandardProfile or test_mask_array)" astropy
popd
%if 0%{?with_python3}
pushd %{buildroot}/%{python3_sitearch}
py.test-%{python3_version} -k "not (test__str__ or test_repr_latex or test_write_read_roundtrip or test_web_profile or TestStandardProfileHTTPSHub or TestStandardProfileHTTPSHubClient or TestStandardProfile or test_mask_array)" astropy
py.test-%{python3_version} -k "not (test_write_read_roundtrip or test_web_profile or TestStandardProfileHTTPSHub or TestStandardProfileHTTPSHubClient or TestStandardProfile or test_mask_array)" astropy
popd
%endif # with_python3
%endif # ifnarch s390x
@ -290,6 +290,10 @@ popd
%endif # with_python3
%changelog
* Wed Mar 14 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.5-1
- new version
- enabled fixed tests
* Fri Feb 23 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.4-3
- rebuilt for cfitsio 3.420 (so version bump)