update to 0.8.1

This commit is contained in:
jbowes 2007-08-05 20:39:05 +00:00
parent 074c540649
commit 8662ad24f0
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
ipython-0.7.2.tar.gz ipython-0.8.1.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.2 Version: 0.8.1
Release: 4%{?dist} Release: 1%{?dist}
Summary: An enhanced interactive Python shell Summary: An enhanced interactive Python shell
Group: Development/Libraries Group: Development/Libraries
@ -71,8 +71,15 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/IPython/UserConfig/* %{python_sitelib}/IPython/UserConfig/*
%{python_sitelib}/IPython/*.pyo %{python_sitelib}/IPython/*.pyo
%{python_sitelib}/IPython/Extensions/*.pyo %{python_sitelib}/IPython/Extensions/*.pyo
%dir %{python_sitelib}/IPython/external
%{python_sitelib}/IPython/external/*.py
%{python_sitelib}/IPython/external/*.pyc
%{python_sitelib}/IPython/external/*.pyo
%changelog %changelog
* Sun Aug 05 2007 James Bowes <jbowes@redhat.com> - 0.8.1-1
- Update to 0.8.1
* Thu Dec 14 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.7.2-4 * Thu Dec 14 2006 Jason L Tibbitts III <tibbs@math.uh.edu> - 0.7.2-4
- Rebuild for new Python - Rebuild for new Python

View File

@ -1 +1 @@
3565efcf87c7318c1a3930e278ac9fa5 ipython-0.7.2.tar.gz 3479262a4bab21246ff07a06bbbd7bcb ipython-0.8.1.tar.gz