diff --git a/.gitignore b/.gitignore index 723f665..dca4361 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ /fslpy-2.2.0.tar.gz /fslpy-2.3.1.tar.gz /fslpy-2.5.0.tar.gz +<<<<<<< HEAD /fslpy-2.6.1.tar.gz +======= +/fslpy-2.6.2.tar.gz +>>>>>>> b319918... Update to 2.6.2 diff --git a/python-fslpy.spec b/python-fslpy.spec index 89a8597..aebfa7a 100644 --- a/python-fslpy.spec +++ b/python-fslpy.spec @@ -1,3 +1,6 @@ +# These are problematic, sometimes they randomly fail or hang +%bcond_with xvfb_tests + # Does not support python2 at all %global srcname fslpy @@ -6,7 +9,7 @@ The fslpy project is a FSL programming library written in Python. It is used by FSLeyes. Name: python-%{srcname} -Version: 2.6.1 +Version: 2.6.2 Release: 1%{?dist} Summary: The FSL Python Library @@ -86,11 +89,13 @@ rm -frv html/.doctrees rm -rfv %{buildroot}/%{python3_sitelib}/tests/ %check +%if %{with xvfb_tests} # From https://git.fmrib.ox.ac.uk/fsl/fslpy/blob/master/.ci/test_template.sh xvfb-run pytest-3 tests/test_idle.py sleep 10 # Sometimes fails, sometimes passes xvfb-run pytest-3 tests/test_platform.py || exit 0 +%endif # Ignore tests that have already been done # Ignore immv_imcp because it requires a "nobody" user @@ -122,6 +127,9 @@ pytest-3 tests -m "not longtest" \ %doc html %changelog +* Mon Oct 28 2019 Ankur Sinha - 2.6.2-1 +- Update to 2.6.2 + * Mon Sep 23 2019 Aniket Pradhan - 2.6.1-1 - Update to 2.6.1 diff --git a/sources b/sources index 0964733..dca935a 100644 --- a/sources +++ b/sources @@ -1 +1,5 @@ +<<<<<<< HEAD SHA512 (fslpy-2.6.1.tar.gz) = 9a444928c471debbb4597686ec8b89c32e335b21d2ee34926c62358ac62be560a67bd658d9abcd438c08ada57656dba1ad6a504287b587ab417fe2be24702c45 +======= +SHA512 (fslpy-2.6.2.tar.gz) = a86118c0f027bd289697778b7b1e52756cf6b38007ed4e1098836cf831d538398c474ec71ee2b0b4b9d00d061ea0a4d94595f30970c92b01a0990d835e4d5585 +>>>>>>> b319918... Update to 2.6.2