From cc0373b94bd351513638f3ec6315de451f877403 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 18:08:51 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- ipython.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ipython.spec b/ipython.spec index 8f4d37b..9578402 100644 --- a/ipython.spec +++ b/ipython.spec @@ -1,5 +1,3 @@ -%global _without_check 1 -%global _without_doc 1 %if 0%{?epel} # disable build of docs and tests for epel because of missing dependencies: # - python3-ipykernel @@ -16,7 +14,7 @@ Name: ipython Version: 7.24.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An enhanced interactive Python shell # See bug #603178 for a quick overview for the choice of licenses @@ -271,6 +269,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests %changelog +* Fri Jun 04 2021 Python Maint - 7.24.0-3 +- Rebuilt for Python 3.10 + * Fri Jun 04 2021 Python Maint - 7.24.0-2 - Bootstrap for Python 3.10