diff --git a/python-patsy.spec b/python-patsy.spec index c1a5e58..75357df 100644 --- a/python-patsy.spec +++ b/python-patsy.spec @@ -3,7 +3,7 @@ %global with_python3 1 Name: python-%{upname} Version: 0.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Describing statistical models in Python using symbolic formulas Group: Development/Languages @@ -79,8 +79,9 @@ find -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python2}|' %build %{__python2} setup.py build -%{__python2} setup.py build_sphinx -rm -f build/sphinx/html/.buildinfo +# Doc creation broken due to new ipython +#%{__python2} setup.py build_sphinx +#rm -f build/sphinx/html/.buildinfo %if 0%{?with_python3} pushd %{py3dir} @@ -114,7 +115,8 @@ popd %{python2_sitelib}/patsy* %files doc -%doc LICENSE.txt README TODO build/sphinx/html +#doc LICENSE.txt README TODO build/sphinx/html +%doc LICENSE.txt README TODO %if 0%{?with_python3} %files -n python3-%{upname} @@ -122,10 +124,14 @@ popd %{python3_sitelib}/patsy* %files -n python3-%{upname}-doc -%doc LICENSE.txt README TODO build/sphinx/html +#doc LICENSE.txt README TODO build/sphinx/html +%doc LICENSE.txt README TODO %endif # with_python3 %changelog +* Mon Jun 02 2014 Sergio Pascual - 0.2.1-4 +- Doc generation broken due to new ipython, disabled for the moment + * Fri Apr 04 2014 Sergio Pascual - 0.2.1-3 - Enable pandas support in python3-patsy