From b622df790fcb5c40daafccbcf9ad544be4c20471 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 4 Feb 2021 05:52:27 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ipython.git#8ec6955e3eea1318bb5a314aaafc64c706adb49a --- ipython.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ipython.spec b/ipython.spec index d3e3c8f..2818bd1 100644 --- a/ipython.spec +++ b/ipython.spec @@ -14,7 +14,7 @@ Name: ipython Version: 7.19.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An enhanced interactive Python shell # See bug #603178 for a quick overview for the choice of licenses @@ -25,6 +25,7 @@ URL: http://ipython.org/ Source0: %pypi_source BuildArch: noarch +BuildRequires: make BuildRequires: python3-devel BuildRequires: python3-setuptools @@ -263,6 +264,9 @@ rm -r %{buildroot}%{python3_sitelib}/IPython/*/tests %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 7.19.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Nov 13 2020 Lumír Balhar - 7.19.0-1 - Update to 7.19.0 (#1893413)