From 836d59a16e19dcaed2d958f24f5e069a27b725f6 Mon Sep 17 00:00:00 2001 From: Shahms King Date: Jun 12 2006 17:53:10 +0000 Subject: update to new upstream version --- diff --git a/.cvsignore b/.cvsignore index 76174a9..62f5912 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ipython-0.7.1.fix1.tar.gz +ipython-0.7.2.tar.gz diff --git a/ipython.spec b/ipython.spec index 712cd13..90971bc 100644 --- a/ipython.spec +++ b/ipython.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: ipython -Version: 0.7.1.fix1 -Release: 2%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: An enhanced interactive Python shell Group: Development/Libraries @@ -21,31 +21,20 @@ IPython provides a replacement for the interactive Python interpreter with extra functionality. Main features: - * Comprehensive object introspection. - * Input history, persistent across sessions. - * Caching of output results during a session with automatically generated references. - * Readline based name completion. - * Extensible system of 'magic' commands for controlling the environment and performing many tasks related either to IPython or the operating system. - * Configuration system with easy switching between different setups (simpler than changing $PYTHONSTARTUP environment variables every time). - * Session logging and reloading. - * Extensible syntax processing for special purpose situations. - * Access to the system shell with user-extensible alias system. - * Easily embeddable in other Python programs. - - * Integrated access to the pdb debugger and the Python profiler. + * Integrated access to the pdb debugger and the Python profiler. %prep %setup -q @@ -70,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/doc/%{name}-%{version}/ %{_mandir}/man*/* %{_bindir}/ipython +%{_bindir}/irunner %{_bindir}/pycolor %dir %{python_sitelib}/IPython %{python_sitelib}/IPython/*.py @@ -83,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %ghost %{python_sitelib}/IPython/Extensions/*.pyo %changelog +* Mon Jun 12 2006 Shahms E. King 0.7.2 +- Update to new upstream version + * Mon Feb 13 2006 Shahms E. King 0.7.1.fix1-2 - Rebuild for FC-5 diff --git a/sources b/sources index 496a083..78cd725 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac762aa9480822fff49e08475456fb12 ipython-0.7.1.fix1.tar.gz +3565efcf87c7318c1a3930e278ac9fa5 ipython-0.7.2.tar.gz