forked from pool/python-joblib
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
This commit is contained in:
committed by
Git OBS Bridge
parent
57a110663b
commit
6227b4eef5
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d501942991228c8deb7d10230f2109dc19a1f9d8bd6fe5162f77a4ca54324a00
|
|
||||||
size 250885
|
|
3
joblib-0.7.0d.tar.gz
Normal file
3
joblib-0.7.0d.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1eef2ff1a8dff32f4204e9ae2bd6c2348e1e4dfdef12baf26b3f5fa0eb933c27
|
||||||
|
size 296118
|
@@ -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
|
Wed Oct 10 20:59:57 UTC 2012 - scorot@free.fr
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-joblib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define modname joblib
|
%define modname joblib
|
||||||
Name: python-%{modname}
|
Name: python-%{modname}
|
||||||
Version: 0.6.4
|
Version: 0.7.0d
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Summary: Lightweight pipelining: using Python functions as pipeline jobs
|
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-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
Requires: python(abi) >= %{py_ver}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%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()")}
|
%{!?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}
|
%setup -q -n %{modname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" python setup.py build
|
python setup.py build
|
||||||
CFLAGS="%{optflags}" python setup.py build_sphinx
|
python setup.py build_sphinx
|
||||||
|
# Remove hidden file
|
||||||
|
rm -r build/sphinx/html/.buildinfo
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
@@ -77,5 +78,4 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc build/sphinx/html/
|
%doc build/sphinx/html/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -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
|
Wed Sep 5 17:10:35 UTC 2012 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python3-joblib
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,16 +17,14 @@
|
|||||||
|
|
||||||
%define modname joblib
|
%define modname joblib
|
||||||
Name: python3-%{modname}
|
Name: python3-%{modname}
|
||||||
Version: 0.6.4
|
Version: 0.7.0d
|
||||||
Release: 0
|
Release: 0
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Summary: Lightweight pipelining: using Python functions as pipeline jobs
|
Summary: Lightweight pipelining: using Python functions as pipeline jobs
|
||||||
Url: http://packages.python.org/joblib/
|
Url: http://packages.python.org/joblib/
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/j/%{modname}/%{modname}-%{version}.tar.gz
|
||||||
BuildRequires: python3-2to3
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
Requires: python(abi) >= %{py3_ver}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@@ -49,7 +47,7 @@ data and has specific optimizations for `numpy` arrays. It is
|
|||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n %{modname}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags}" python3 setup.py build
|
python3 setup.py build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||||
|
Reference in New Issue
Block a user