new version
enabled fixed tests
This commit is contained in:
parent
eeedbb8b60
commit
4678a57fe2
@ -16,8 +16,8 @@
|
|||||||
%global srcname astropy
|
%global srcname astropy
|
||||||
|
|
||||||
Name: python-astropy
|
Name: python-astropy
|
||||||
Version: 2.0.4
|
Version: 2.0.5
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A Community Python Library for Astronomy
|
Summary: A Community Python Library for Astronomy
|
||||||
License: BSD
|
License: BSD
|
||||||
|
|
||||||
@ -255,12 +255,12 @@ find %{buildroot} -name "*.so" | xargs chmod 755
|
|||||||
# See https://github.com/astropy/astropy/issues/7214
|
# See https://github.com/astropy/astropy/issues/7214
|
||||||
%ifnarch s390x
|
%ifnarch s390x
|
||||||
pushd %{buildroot}/%{python2_sitearch}
|
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
|
popd
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{buildroot}/%{python3_sitearch}
|
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
|
popd
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
%endif # ifnarch s390x
|
%endif # ifnarch s390x
|
||||||
@ -290,6 +290,10 @@ popd
|
|||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Feb 23 2018 Christian Dersch <lupinix@mailbox.org> - 2.0.4-3
|
||||||
- rebuilt for cfitsio 3.420 (so version bump)
|
- rebuilt for cfitsio 3.420 (so version bump)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user