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