From 07ef55a8fc47762fe27321ed6b346c38cda4512d Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Thu, 3 Apr 2014 14:26:41 +0200 Subject: [PATCH] Update to 2.0.0 --- ipython.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ipython.spec b/ipython.spec index 67e505d..b7b8069 100644 --- a/ipython.spec +++ b/ipython.spec @@ -16,7 +16,7 @@ %endif Name: ipython -Version: 1.1.0 +Version: 2.0.0 Release: 1%{?dist} Summary: An enhanced interactive Python shell @@ -294,8 +294,6 @@ This package contains the gui of %{name}, which requires PyQt. pushd IPython/external ls -l ls -l * -# python's own modules -rm argparse/_argparse.py rm decorator/_decorator.py @@ -592,6 +590,10 @@ PYTHONPATH=%{buildroot}%{python_sitelib} \ %endif # with_python3 %changelog +* Thu Apr 3 2014 Thomas Spura - 2.0.0-1 +- update to 2.0.0 +- bundled argparse has been dropped + * Wed Feb 5 2014 Thomas Spura - 1.1.0-1 - update to 1.1.0 - drop both patches (upstream)