update to 0.10.1 and unbundle a bit differently

Signed-off-by: Thomas Spura <tomspur@fedoraproject.org>
This commit is contained in:
Thomas Spura 2010-10-13 10:12:44 +02:00
parent 1745a1c674
commit a0d71d1521
4 changed files with 30 additions and 17339 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
ipython-0.10.tar.gz
/ipython-0.10.1.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -3,8 +3,8 @@
%endif
Name: ipython
Version: 0.10
Release: 8%{?dist}
Version: 0.10.1
Release: 1%{?dist}
Summary: An enhanced interactive Python shell
Group: Development/Libraries
@ -89,7 +89,29 @@ This package contains the gui of %{name}, which requires wxPython.
%prep
%setup -q
%patch0 -p1
# help with unbundling (don't use diffs to move files around)
pushd IPython/external
mkdir argparse
mv argparse.py argparse/_argparse.py
mkdir configobj
mv configobj.py configobj/_configobj.py
mkdir guid
mv guid.py guid/_guid.py
mkdir Itpl
mv Itpl.py Itpl/_Itpl.py
mkdir mglob
mv mglob.py mglob/_mglob.py
mkdir path
mv path.py path/_path.py
mkdir pretty
mv pretty.py pretty/_pretty.py
mkdir simplegeneric
mv simplegeneric.py simplegeneric/_simplegeneric.py
mkdir validate
mv validate.py validate/_validate.py
popd
%patch1 -p1
%patch2 -p1
@ -207,6 +229,10 @@ rm -rf %{buildroot}
%changelog
* Wed Oct 13 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.10.1-1
- unbundle a bit differently
- update to new version
* Tue Aug 31 2010 Thomas Spura <tomspur@fedoraproject.org> - 0.10-8
- pycolor: wrong filename -> no crash (#628742)

View File

@ -1 +1 @@
dd10cd1b622c16c1afca2239fcc0dfdf ipython-0.10.tar.gz
54ae47079b0e9a0998593a99ce76ec1f ipython-0.10.1.tar.gz