From 6227b4eef50ca9b01f4d0dc99e32fea7de20a8900a527e1bbc8d0e5c26602b9d Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 11 Feb 2013 09:13:38 +0000 Subject: [PATCH] Accepting request 154986 from home:posophe:branches:devel:languages:python Update OBS-URL: https://build.opensuse.org/request/show/154986 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-joblib?expand=0&rev=4 --- joblib-0.6.4.tar.gz | 3 --- joblib-0.7.0d.tar.gz | 3 +++ python-joblib.changes | 7 +++++++ python-joblib.spec | 12 ++++++------ python3-joblib.changes | 7 +++++++ python3-joblib.spec | 8 +++----- 6 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 joblib-0.6.4.tar.gz create mode 100644 joblib-0.7.0d.tar.gz diff --git a/joblib-0.6.4.tar.gz b/joblib-0.6.4.tar.gz deleted file mode 100644 index 57b4347..0000000 --- a/joblib-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d501942991228c8deb7d10230f2109dc19a1f9d8bd6fe5162f77a4ca54324a00 -size 250885 diff --git a/joblib-0.7.0d.tar.gz b/joblib-0.7.0d.tar.gz new file mode 100644 index 0000000..afdff28 --- /dev/null +++ b/joblib-0.7.0d.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eef2ff1a8dff32f4204e9ae2bd6c2348e1e4dfdef12baf26b3f5fa0eb933c27 +size 296118 diff --git a/python-joblib.changes b/python-joblib.changes index a4e8769..cdb07bc 100644 --- a/python-joblib.changes +++ b/python-joblib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 9 15:54:15 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.7.0d + * No changelog available +- Clean the specfile and remove .buildinfo file + ------------------------------------------------------------------- Wed Oct 10 20:59:57 UTC 2012 - scorot@free.fr diff --git a/python-joblib.spec b/python-joblib.spec index e63b5f6..d8aa1a7 100644 --- a/python-joblib.spec +++ b/python-joblib.spec @@ -1,7 +1,7 @@ # # spec file for package python-joblib # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,7 +17,7 @@ %define modname joblib Name: python-%{modname} -Version: 0.6.4 +Version: 0.7.0d Release: 0 License: BSD-3-Clause Summary: Lightweight pipelining: using Python functions as pipeline jobs @@ -27,7 +27,6 @@ Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-% BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-Sphinx -Requires: python(abi) >= %{py_ver} BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -62,8 +61,10 @@ Documentation and help files for %{name} %setup -q -n %{modname}-%{version} %build -CFLAGS="%{optflags}" python setup.py build -CFLAGS="%{optflags}" python setup.py build_sphinx +python setup.py build +python setup.py build_sphinx +# Remove hidden file +rm -r build/sphinx/html/.buildinfo %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -77,5 +78,4 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %defattr(-,root,root,-) %doc build/sphinx/html/ - %changelog diff --git a/python3-joblib.changes b/python3-joblib.changes index 7a8bdc7..e9bd042 100644 --- a/python3-joblib.changes +++ b/python3-joblib.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Feb 9 15:54:15 UTC 2013 - p.drouand@gmail.com + +- Update to version 0.7.0d + * No changelog available +- Clean the specfile + ------------------------------------------------------------------- Wed Sep 5 17:10:35 UTC 2012 - toddrme2178@gmail.com diff --git a/python3-joblib.spec b/python3-joblib.spec index 81aaa22..f0a8175 100644 --- a/python3-joblib.spec +++ b/python3-joblib.spec @@ -1,7 +1,7 @@ # # spec file for package python3-joblib # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,16 +17,14 @@ %define modname joblib Name: python3-%{modname} -Version: 0.6.4 +Version: 0.7.0d Release: 0 License: BSD-3-Clause Summary: Lightweight pipelining: using Python functions as pipeline jobs Url: http://packages.python.org/joblib/ Group: Development/Languages/Python Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz -BuildRequires: python3-2to3 BuildRequires: python3-devel -Requires: python(abi) >= %{py3_ver} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -49,7 +47,7 @@ data and has specific optimizations for `numpy` arrays. It is %setup -q -n %{modname}-%{version} %build -CFLAGS="%{optflags}" python3 setup.py build +python3 setup.py build %install python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}