From 7555a755fa853b858204ce728383173ff28a4da0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 13:42:30 +0000 Subject: Bootstrap for Python 3.10 --- diff --git a/python-ipykernel.spec b/python-ipykernel.spec index eeec975..dd23e31 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -1,8 +1,9 @@ +%global _without_intersphinx 1 %global modname ipykernel Name: python-%{modname} Version: 5.5.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: IPython Kernel for Jupyter License: BSD URL: https://github.com/ipython/%{modname} @@ -108,6 +109,9 @@ cat %{buildroot}%{_datadir}/jupyter/kernels/python3/kernel.json %changelog +* Fri Jun 04 2021 Python Maint - 5.5.0-2 +- Bootstrap for Python 3.10 + * Wed Feb 24 2021 Miro HronĨok - 5.5.0-1 - Update to 5.5.0 - Fixes: rhbz#1838008