##// END OF EJS Templates
Release 0.7.2.
fperez -
Show More
@@ -1,4 +1,9 b''
1 2006-06-05 Ville Vainio <vivainio@gmail.com>
1 2006-06-06 Fernando Perez <Fernando.Perez@colorado.edu>
2
3 * IPython/Release.py (version): Made 0.7.2 final for release.
4 Repo tagged and release cut.
5
6 2006-06-05 Ville Vainio <vivainio@gmail.com>
2
7
3 * Magic.py (magic_rehashx): Honor no_alias list earlier in
8 * Magic.py (magic_rehashx): Honor no_alias list earlier in
4 %rehashx, to avoid clobbering builtins in ipy_profile_sh.py
9 %rehashx, to avoid clobbering builtins in ipy_profile_sh.py
@@ -46,8 +46,7 b' cd $ipdir'
46 # Build version-specific RPMs, where we must use the --python option to ensure
46 # Build version-specific RPMs, where we must use the --python option to ensure
47 # that the resulting RPM is really built with the requested python version (so
47 # that the resulting RPM is really built with the requested python version (so
48 # things go to lib/python2.X/...)
48 # things go to lib/python2.X/...)
49 python2.3 ./setup.py bdist_rpm --release=py23 --python=/usr/bin/python2.3
49 python2.4 ./setup.py bdist_rpm --binary-only --release=py24 --python=/usr/bin/python2.4
50 python2.4 ./setup.py bdist_rpm --release=py24 --python=/usr/bin/python2.4
51
50
52 # Build egg
51 # Build egg
53 ./eggsetup.py bdist_egg
52 ./eggsetup.py bdist_egg
@@ -11,9 +11,8 b' cd ~/ipython/ipython'
11
11
12 ./setup.py sdist --formats=gztar
12 ./setup.py sdist --formats=gztar
13
13
14 # Build rpms
14 # Build rpm
15 python2.3 ./setup.py bdist_rpm --release=py23 --python=/usr/bin/python2.3
15 python2.4 ./setup.py bdist_rpm --binary-only --release=py24 --python=/usr/bin/python2.4
16 python2.4 ./setup.py bdist_rpm --release=py24 --python=/usr/bin/python2.4
17
16
18 # Build eggs
17 # Build eggs
19 ./eggsetup.py bdist_egg
18 ./eggsetup.py bdist_egg
General Comments 0
You need to be logged in to leave comments. Login now