From d2b359dfaac00efcede07669d926f05da37941ec Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jul 02 2023 13:55:51 +0000 Subject: Bootstrap for Python 3.12 --- diff --git a/python-ipykernel.spec b/python-ipykernel.spec index f4d2392..2cd7c81 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -1,3 +1,5 @@ +%global _without_doc 1 +%global _without_tests 1 %global modname ipykernel # When we bootstrap new Python, we need to avoid a build dependnecy loop @@ -6,7 +8,7 @@ Name: python-%{modname} Version: 6.17.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: IPython Kernel for Jupyter License: BSD-3-Clause URL: https://github.com/ipython/%{modname} @@ -132,6 +134,9 @@ cat %{buildroot}%{_datadir}/jupyter/kernels/python3/kernel.json %changelog +* Sun Jul 02 2023 Python Maint - 6.17.1-4 +- Bootstrap for Python 3.12 + * Thu Apr 20 2023 Miro HronĨok - 6.17.1-3 - Convert the License tag to SPDX