diff --git a/python-biopython.spec b/python-biopython.spec index 51404b4..a078990 100644 --- a/python-biopython.spec +++ b/python-biopython.spec @@ -26,7 +26,7 @@ Name: python-biopython Version: 1.71 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python tools for computational molecular biology Source0: https://github.com/biopython/biopython/archive/biopython-171.tar.gz#/biopython-biopython-171.tar.gz @@ -186,7 +186,7 @@ popd %if 0%{?with_python3} pushd python3/Tests find . -name 'run_tests.py' | xargs sed -i '1s|^#!/usr/bin/env python|#!%{__python3}|' -for test in `ls test_*.py | grep -v chapter | grep -v NCBIXML | grep -v Nexus | grep -v Phylo | grep -v SeqIO | grep -v Tutorial`; do +for test in `ls test_*.py | grep -v chapter | grep -v NCBIXML | grep -v Nexus | grep -v Phylo | grep -v SeqIO | grep -v Tutorial| grep -v AlignIO`; do echo $LANG export PYTHONPATH=$RPM_BUILD_ROOT%{python3_sitearch} %{__python3} run_tests.py --offline -v ${test} @@ -221,6 +221,9 @@ popd %license python2/LICENSE %changelog +* Thu Jun 21 2018 Antonio Trande - 1.71-4 +- Exclusion of AlignIO test (python-3.7 issue) + * Tue Jun 19 2018 Miro HronĨok - 1.71-3 - Rebuilt for Python 3.7