From 223816799aaec5d8fe8499637833062f8b4b6523 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: May 26 2020 01:42:58 +0000 Subject: Rebuilt for Python 3.9 --- diff --git a/python-theano.spec b/python-theano.spec index f8cf339..a6d492f 100644 --- a/python-theano.spec +++ b/python-theano.spec @@ -7,7 +7,7 @@ Name: python-theano Version: 1.0.4 -Release: 6%{?rctag:.%{rctag}}%{?dist} +Release: 6%{?rctag:.%{rctag}}%{?dist}.1 Summary: Mathematical expressions involving multidimensional arrays License: BSD @@ -203,6 +203,9 @@ rm theano/tensor/nnet/tests/test_corr3d.py %doc html %changelog +* Tue May 26 2020 Miro Hrončok - 1.0.4-6.1 +- Rebuilt for Python 3.9 + * Tue Feb 4 2020 Jerry James - 1.0.4-6 - Add -ordered-dict patch, thanks to Miro Hrončok (bz 1797982)