From 4678a57fe2862a366f8c97199ac52f1a636a0ae2 Mon Sep 17 00:00:00 2001 From: Christian Dersch Date: Mar 14 2018 12:07:07 +0000 Subject: new version enabled fixed tests --- diff --git a/python-astropy.spec b/python-astropy.spec index 5e732e7..6443ea5 100644 --- a/python-astropy.spec +++ b/python-astropy.spec @@ -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 - 2.0.5-1 +- new version +- enabled fixed tests + * Fri Feb 23 2018 Christian Dersch - 2.0.4-3 - rebuilt for cfitsio 3.420 (so version bump)