From 55e692ddae091ddabd7b9710b3d5aa9e2ca8b237 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Apr 21 2016 23:28:14 +0000 Subject: New upstream release. --- diff --git a/.gitignore b/.gitignore index 2ac78ef..4d2cc1e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /Theano-0.7.1a1.tar.gz /Theano-0.8.0.tar.gz /Theano-0.8.1.tar.gz +/Theano-0.8.2.tar.gz diff --git a/python-theano.spec b/python-theano.spec index f47e624..fb0379b 100644 --- a/python-theano.spec +++ b/python-theano.spec @@ -3,8 +3,8 @@ #%%global rctag a1 Name: python-theano -Version: 0.8.1 -Release: 2%{?rctag:.%{rctag}}%{?dist} +Version: 0.8.2 +Release: 1%{?rctag:.%{rctag}}%{?dist} Summary: Mathematical expressions involving multidimensional arrays License: BSD @@ -23,6 +23,7 @@ BuildRequires: gcc-gfortran BuildRequires: python2-Cython python3-Cython BuildRequires: python2-devel python3-devel BuildRequires: python2-nose python3-nose +BuildRequires: python-nose-parameterized python3-nose-parameterized BuildRequires: python2-numpy python3-numpy BuildRequires: python2-pydot python3-pydot BuildRequires: python2-scipy python3-scipy @@ -201,6 +202,9 @@ PYTHONPATH=$PWD bin/theano-test %doc html %changelog +* Thu Apr 21 2016 Jerry James - 0.8.2-1 +- New upstream release + * Fri Apr 15 2016 Jerry James - 0.8.1-2 - Remove python2 dependency from the python3 subpackage (bz 1324232) - Recommend pydot instead of requiring it diff --git a/sources b/sources index 4e7e744..540e015 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f101376043a171d7c007747d1b2640a3 Theano-0.8.1.tar.gz +a15eb23bc9126d598cf9a5199316167a Theano-0.8.2.tar.gz