diff --git a/joblib-0.7.1.tar.gz b/joblib-0.7.1.tar.gz deleted file mode 100644 index a125fe4..0000000 --- a/joblib-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e57eead7aff9cdfa0d961b11e73f9934af692ef3c4db861ec8cfce56e26fd3b5 -size 302746 diff --git a/joblib-0.8.4.tar.gz b/joblib-0.8.4.tar.gz new file mode 100644 index 0000000..22009a8 --- /dev/null +++ b/joblib-0.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f185b87199525e0805281960f9f91c4f2e382e5834f05678cfcfa8ec666a4d2b +size 314213 diff --git a/python-joblib.changes b/python-joblib.changes index 32de6a9..0bad81d 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 24 13:14:03 UTC 2015 - toddrme2178@gmail.com + +- Disable non-functional documentation + ------------------------------------------------------------------- Sun Dec 8 19:47:59 UTC 2013 - p.drouand@gmail.com diff --git a/python-joblib.spec b/python-joblib.spec index 28d4953..39bf84a 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -1,7 +1,7 @@ # # spec file for package python-joblib # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define modname joblib Name: python-%{modname} -Version: 0.7.1 +Version: 0.8.4 Release: 0 Summary: Lightweight pipelining: using Python functions as pipeline jobs License: BSD-3-Clause @@ -63,9 +63,9 @@ Documentation and help files for %{name} %build python setup.py build -python setup.py build_sphinx -# Remove hidden file -rm -r build/sphinx/html/.buildinfo +# python setup.py build_sphinx +# # Remove hidden file +# rm -r build/sphinx/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -75,8 +75,8 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %{python_sitelib}/%{modname}-%{version}-py*.egg-info %{python_sitelib}/%{modname}/ -%files doc -%defattr(-,root,root,-) -%doc build/sphinx/html/ +# %files doc +# %defattr(-,root,root,-) +# %doc build/sphinx/html/ %changelog