ipython 0.8.1

This commit is contained in:
jbowes 2008-12-02 13:32:55 +00:00
parent ef528a9fc2
commit 7a1ba7be31
3 changed files with 13 additions and 4 deletions

View File

@ -1 +1 @@
ipython-0.8.4.tar.gz
ipython-0.9.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()")}
Name: ipython
Version: 0.8.4
Release: 2%{?dist}
Version: 0.9.1
Release: 1%{?dist}
Summary: An enhanced interactive Python shell
Group: Development/Libraries
@ -60,10 +60,19 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/ipython
%{_bindir}/irunner
%{_bindir}/pycolor
%{_bindir}/ipython-wx
%{_bindir}/ipythonx
%{_bindir}/ipcluster
%{_bindir}/ipcontroller
%{_bindir}/ipengine
%{_bindir}/iptest
%{python_sitelib}/*
%changelog
* Tue Dec 02 2008 James Bowes <jbowes@redhat.com> 0.9.1-1
- Update to 0.9.1, specfile changes courtesy Greg Swift
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.8.4-2
- Rebuild for Python 2.6

View File

@ -1 +1 @@
9b8b439d295defa694b9fbf799203680 ipython-0.8.4.tar.gz
8a1bd1a9be272f4ddf4de99e5c1ad0dc ipython-0.9.1.tar.gz