From 13c9f496a7f1024d1afefd7eb104b5e08bfd198508b87e291996252c4d19d50a Mon Sep 17 00:00:00 2001 From: Todd R Date: Sun, 24 May 2015 18:18:50 +0000 Subject: [PATCH] Accepting request 308554 from home:TheBlackCat:branches:devel:languages:python Disable non-functional documentation OBS-URL: https://build.opensuse.org/request/show/308554 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=8 --- joblib-0.7.1.tar.gz | 3 --- joblib-0.8.4.tar.gz | 3 +++ python-joblib.changes | 5 +++++ python-joblib.spec | 16 ++++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 joblib-0.7.1.tar.gz create mode 100644 joblib-0.8.4.tar.gz 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