From 9626cfff0aaff3cb1dbc57fc124648513b74229b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Sun, 2 Jul 2023 15:17:28 +0200 Subject: [PATCH] Bootstrap for Python 3.12 --- ipython.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index 66361a4..9c35e8c 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: 8.14.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 @@ -256,6 +258,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests %changelog +* Sun Jul 02 2023 Python Maint - 8.14.0-2 +- Bootstrap for Python 3.12 + * Mon Jun 05 2023 Lumír Balhar - 8.14.0-1 - Update to 8.14.0 (rhbz#2212013)