diff --git a/python-nbconvert.spec b/python-nbconvert.spec index e6d9b02..0db4624 100644 --- a/python-nbconvert.spec +++ b/python-nbconvert.spec @@ -1,10 +1,8 @@ -%global _without_check 1 -%global _without_doc 1 %global pypi_name nbconvert Name: python-%{pypi_name} Version: 6.0.7 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Converting Jupyter Notebooks License: BSD and MIT @@ -135,6 +133,9 @@ chmod 755 %{buildroot}%{python3_sitelib}/%{pypi_name}/nbconvertapp.py %endif %changelog +* Fri Jun 04 2021 Python Maint - 6.0.7-4 +- Rebuilt for Python 3.10 + * Fri Jun 04 2021 Python Maint - 6.0.7-3 - Bootstrap for Python 3.10