From 70134fdca596f0bdc557848fd8efb4c1c52e1c7b Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Mar 27 2013 21:23:37 +0000 Subject: 3.2.3-4: disable doctests (rhbz#914414) * Wed Mar 27 2013 David Malcolm - 3.2.3-4 - disable doctests (rhbz#914414) --- diff --git a/python-rdflib.spec b/python-rdflib.spec index 8b768d9..9a9bf1c 100644 --- a/python-rdflib.spec +++ b/python-rdflib.spec @@ -2,7 +2,7 @@ Name: python-rdflib Version: 3.2.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python library for working with RDF Group: Development/Languages @@ -66,7 +66,8 @@ chmod +x $RPM_BUILD_ROOT/%{python_sitelib}/rdflib/plugins/parsers/notation3.py %if %{run_tests} sed -i -e "s|'--with-doctest'|#'--with-doctest'|" run_tests.py sed -i -e "s|'--doctest-tests'|#'--doctest-tests'|" run_tests.py -%{__python} run_tests.py +sed -i -e "s|with-doctest = 1|#with-doctest = 1|" setup.cfg +%{__python} run_tests.py --verbose %endif %clean @@ -78,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Wed Mar 27 2013 David Malcolm - 3.2.3-4 +- disable doctests (rhbz#914414) + * Thu Feb 14 2013 Fedora Release Engineering - 3.2.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild