From c92fbcb990c48b3746be8d8f53c17e8d9eff8664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 19 Jun 2018 10:45:10 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- ipython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index bf72e75..bdfa023 100644 --- a/ipython.spec +++ b/ipython.spec @@ -3,7 +3,7 @@ Name: ipython Version: 6.4.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell # See bug #603178 for a quick overview for the choice of licenses @@ -235,6 +235,9 @@ popd %changelog +* Tue Jun 19 2018 Miro Hrončok - 6.4.0-2 +- Rebuilt for Python 3.7 + * Fri May 11 2018 Miro Hrončok - 6.4.0-1 - Update to 6.4.0 (#1577182) - Stop running the tests in xvfb (not needed since 5.x)