Update to upstream 0.7.1.fix1 fixing KeyboardInterrupt problems

This commit is contained in:
Shahms King 2006-01-30 23:47:09 +00:00
parent 4d38d638e6
commit 8b7e39d0f2
3 changed files with 6 additions and 3 deletions

View File

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

View File

@ -1,7 +1,7 @@
%{!?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 Version: 0.7.1.fix1
Release: 1%{?dist} Release: 1%{?dist}
Summary: An enhanced interactive Python shell Summary: An enhanced interactive Python shell
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%ghost %{python_sitelib}/IPython/Extensions/*.pyo %ghost %{python_sitelib}/IPython/Extensions/*.pyo
%changelog %changelog
* Mon Jan 30 2006 Shahms E. King <shahms@shahms.com> 0.7.1.fix1-1
- New upstream 0.7.1.fix1 which fixes KeyboardInterrupt handling
* Tue Jan 24 2006 Shahms E. King <shahms@shahms.com> 0.7.1-1 * Tue Jan 24 2006 Shahms E. King <shahms@shahms.com> 0.7.1-1
- Update to new upstream 0.7.1 - Update to new upstream 0.7.1

View File

@ -1 +1 @@
ee810623a4027bfadaf8c41d4f2ec927 ipython-0.7.1.tar.gz ac762aa9480822fff49e08475456fb12 ipython-0.7.1.fix1.tar.gz