From 4c612c46a9a5b0a20987f4c0f8770a246282f2d8 Mon Sep 17 00:00:00 2001 From: Sergio Pascual Date: Jul 15 2014 15:23:38 +0000 Subject: New upstream (0.15.0), final --- diff --git a/.gitignore b/.gitignore index 024da21..c58dfb9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /scikit-learn-0.14.1.tar.gz /scikit-learn-0.15.0b1.tar.gz /scikit-learn-0.15.0b2.tar.gz +/scikit-learn-0.15.0.tar.gz diff --git a/python-scikit-learn.spec b/python-scikit-learn.spec index dc7d433..21eb420 100644 --- a/python-scikit-learn.spec +++ b/python-scikit-learn.spec @@ -3,13 +3,12 @@ Name: python-scikit-learn Version: 0.15.0 -Release: 0.5.b2%{?dist} +Release: 1%{?dist} Summary: Machine learning in Python License: BSD URL: http://scikit-learn.org/ -#Source0: https://pypi.python.org/packages/source/s/scikit-learn/%{upname}-%{version}.tar.gz -Source0: https://pypi.python.org/packages/source/s/scikit-learn/scikit-learn-0.15.0b2.tar.gz +Source0: https://pypi.python.org/packages/source/s/scikit-learn/%{upname}-%{version}.tar.gz Source1: system-six.py Source2: system-joblib.py Patch0: sklearn-unbundle-joblib.patch @@ -54,8 +53,7 @@ efficient, accessible to everybody, and reusable in various contexts. %endif # with_python3 %prep -#%setup -n %{upname}-%{version} -q -%setup -n %{upname}-0.15.0b2 -q +%setup -n %{upname}-%{version} -q %patch0 -p1 @@ -126,7 +124,10 @@ popd %endif # with_python3 %changelog -* Wed Jul 02 2014 Sergio Pascual - 0.15.0-0.4.b2 +* Tue Jul 15 2014 Sergio Pascual - 0.15.0-1 +- New upstream (0.15.0), final + +* Wed Jul 02 2014 Sergio Pascual - 0.15.0-0.5.b2 - New upstream (0.15.0b2), beta release * Tue Jun 24 2014 Sergio Pascual - 0.15.0-0.4.b1 diff --git a/sources b/sources index 2432884..88a5c79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4f53087c4197664a4e6b5a5b25fab12d scikit-learn-0.15.0b2.tar.gz +7017e300ee98475d2c3648ba9b9046b5 scikit-learn-0.15.0.tar.gz