update to 0.8.1
This commit is contained in:
parent
074c540649
commit
8662ad24f0
@ -1 +1 @@
|
|||||||
ipython-0.7.2.tar.gz
|
ipython-0.8.1.tar.gz
|
||||||
|
11
ipython.spec
11
ipython.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user