diff --git a/ipython.spec b/ipython.spec index fa53c50..f03171c 100644 --- a/ipython.spec +++ b/ipython.spec @@ -1,9 +1,11 @@ +%global _without_check 1 +%global _without_doc 1 %bcond_without check %bcond_without doc Name: ipython Version: 7.14.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: An enhanced interactive Python shell # See bug #603178 for a quick overview for the choice of licenses @@ -256,6 +258,9 @@ popd %changelog +* Sun May 24 2020 Miro Hrončok - 7.14.0-5 +- Bootstrap for Python 3.9 + * Thu May 21 2020 Lumír Balhar - 7.14.0-4 - Explicit tex dependencies for latextools (#1838474)