From 06a7e72f14bd9ce6ef82288d58a8e187135b57ba Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 00:37:43 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- ipython.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index e5bb66f..cc07b70 100644 --- a/ipython.spec +++ b/ipython.spec @@ -14,7 +14,7 @@ Name: ipython Version: 7.20.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 @@ -268,6 +268,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests %changelog +* Fri Apr 16 2021 Mohan Boddu - 7.20.0-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Tue Feb 02 2021 Lumír Balhar - 7.20.0-1 - Fix tests with Python 3.10.0a4 Resolves: rhbz#1901141