update to new upstream version

This commit is contained in:
Shahms King 2006-06-12 17:53:10 +00:00
parent 873f33708d
commit 836d59a16e
3 changed files with 9 additions and 16 deletions

View File

@ -1 +1 @@
ipython-0.7.1.fix1.tar.gz ipython-0.7.2.tar.gz

View File

@ -1,8 +1,8 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Name: ipython Name: ipython
Version: 0.7.1.fix1 Version: 0.7.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: An enhanced interactive Python shell Summary: An enhanced interactive Python shell
Group: Development/Libraries Group: Development/Libraries
@ -21,30 +21,19 @@ IPython provides a replacement for the interactive Python interpreter with
extra functionality. extra functionality.
Main features: Main features:
* Comprehensive object introspection. * Comprehensive object introspection.
* Input history, persistent across sessions. * Input history, persistent across sessions.
* Caching of output results during a session with automatically generated * Caching of output results during a session with automatically generated
references. references.
* Readline based name completion. * Readline based name completion.
* Extensible system of 'magic' commands for controlling the environment and * Extensible system of 'magic' commands for controlling the environment and
performing many tasks related either to IPython or the operating system. performing many tasks related either to IPython or the operating system.
* Configuration system with easy switching between different setups (simpler * Configuration system with easy switching between different setups (simpler
than changing $PYTHONSTARTUP environment variables every time). than changing $PYTHONSTARTUP environment variables every time).
* Session logging and reloading. * Session logging and reloading.
* Extensible syntax processing for special purpose situations. * Extensible syntax processing for special purpose situations.
* Access to the system shell with user-extensible alias system. * Access to the system shell with user-extensible alias system.
* Easily embeddable in other Python programs. * 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 %prep
@ -70,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/doc/%{name}-%{version}/ %{_datadir}/doc/%{name}-%{version}/
%{_mandir}/man*/* %{_mandir}/man*/*
%{_bindir}/ipython %{_bindir}/ipython
%{_bindir}/irunner
%{_bindir}/pycolor %{_bindir}/pycolor
%dir %{python_sitelib}/IPython %dir %{python_sitelib}/IPython
%{python_sitelib}/IPython/*.py %{python_sitelib}/IPython/*.py
@ -83,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %{python_sitelib}/IPython/Extensions/*.pyo %ghost %{python_sitelib}/IPython/Extensions/*.pyo
%changelog %changelog
* Mon Jun 12 2006 Shahms E. King <shahms@shahms.com> 0.7.2
- Update to new upstream version
* Mon Feb 13 2006 Shahms E. King <shahms@shahms.com> 0.7.1.fix1-2 * Mon Feb 13 2006 Shahms E. King <shahms@shahms.com> 0.7.1.fix1-2
- Rebuild for FC-5 - Rebuild for FC-5

View File

@ -1 +1 @@
ac762aa9480822fff49e08475456fb12 ipython-0.7.1.fix1.tar.gz 3565efcf87c7318c1a3930e278ac9fa5 ipython-0.7.2.tar.gz