From 16ad60a647e8aa6436e66dfda1e92421cfc47577 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 13:22:40 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/ipython.spec b/ipython.spec index c062b42..8f4d37b 100644 --- a/ipython.spec +++ b/ipython.spec @@ -1,3 +1,5 @@ +%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 @@ -14,7 +16,7 @@ Name: ipython Version: 7.24.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 @@ -269,6 +271,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests %changelog +* Fri Jun 04 2021 Python Maint - 7.24.0-2 +- Bootstrap for Python 3.10 + * Mon May 31 2021 Lumír Balhar - 7.24.0-1 - Update to 7.24.0 Resolves: rhbz#1965746