Commit de2ecb84 authored by Jack Jansen's avatar Jack Jansen

Updated version numbers.

parent c77f6dfd
...@@ -17,6 +17,7 @@ Here are the steps you ned to follow to build a MacPython installer: ...@@ -17,6 +17,7 @@ Here are the steps you ned to follow to build a MacPython installer:
- Edit ``resource/ReadMe.txt`` and ``resources/Welcome.rtf`` to reflect - Edit ``resource/ReadMe.txt`` and ``resources/Welcome.rtf`` to reflect
version number and such. version number and such.
- Edit ``build`` to change ``PYVERSION``, ``PYVER`` and ``BUILDNUM``. - Edit ``build`` to change ``PYVERSION``, ``PYVER`` and ``BUILDNUM``.
- Edit ``resources/postflight`` and change version number.
- Run ``./build``. Optionally you can pass the name of the directory - Run ``./build``. Optionally you can pass the name of the directory
where Python will be built, so you don't have to wait for the complete where Python will be built, so you don't have to wait for the complete
build when you're debugging the process. For the final distribution use build when you're debugging the process. For the final distribution use
......
#!/bin/sh -e #!/bin/sh -e
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# Build MacPython 2.3 and make an Installer package of it # Build MacPython 2.5 and make an Installer package of it
# TODO: Parameterize the versions, builddirs, etc... # TODO: Parameterize the versions, builddirs, etc...
# Script configs # Script configs
PYVERSION=2.4a0 PYVERSION=2.5a0
PYVER=2.4 PYVER=2.5
BUILDNUM=1 BUILDNUM=1
DOCLEANUP=no DOCLEANUP=no
...@@ -86,7 +86,8 @@ if [ ! -e waste ]; then ...@@ -86,7 +86,8 @@ if [ ! -e waste ]; then
ln -s $WASTEDIR waste ln -s $WASTEDIR waste
fi fi
$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x #$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
$PYTHONSRC/configure -C --enable-framework
make make
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras
......
This package will install MacPython 2.3.2 for Mac OS X This package will install MacPython 2.5a0 for Mac OS X
10.2. Installation on the Panther preview may work, on 10.3.
10.1 or earlier will not work.
Installation requires approximately 20 MB of disk Installation requires approximately 20 MB of disk
space, ignore the message that it will take zero bytes. space, ignore the message that it will take zero bytes.
...@@ -17,7 +16,7 @@ a set of pre-built extension modules that open up ...@@ -17,7 +16,7 @@ a set of pre-built extension modules that open up
specific Macintosh technologies to Python programs specific Macintosh technologies to Python programs
(Carbon, AppleScript, Quicktime, more). (Carbon, AppleScript, Quicktime, more).
The installer puts the applications in MacPython-2.3 in The installer puts the applications in MacPython-2.5 in
your Applications folder, command-line tools in your Applications folder, command-line tools in
/usr/local/bin and the underlying machinery in /usr/local/bin and the underlying machinery in
/Library/Frameworks/Python.framework. /Library/Frameworks/Python.framework.
...@@ -27,6 +26,6 @@ you started quickly with MacPython and contains ...@@ -27,6 +26,6 @@ you started quickly with MacPython and contains
references to other documentation. references to other documentation.
More information on MacPython can be found at More information on MacPython can be found at
http://www.cwi.nl/~jack/macpython.html, more http://www.cwi.nl/~jack/macpython, more
information on Python in general at information on Python in general at
http://www.python.org. http://www.python.org.
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
\f0\fs24 \cf0 This package will install \f0\fs24 \cf0 This package will install
\f1\b MacPython 2.3 \f1\b MacPython 2.5a0
\f0\b0 for \f0\b0 for
\f1\b Mac OS X 10.2 \f1\b Mac OS X 10.3
\f0\b0 . Installation on the Panther preview may work, on 10.1 or earlier will not work.\ \f0\b0 . Installation on 10.2 or earlier will not work.\
\ \
MacPython consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users (an integrated development environment, a Python extension package manager), plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs (Carbon, AppleScript, Quicktime, more).\ MacPython consists of the Python programming language interpreter, plus a set of programs to allow easy access to it for Mac users (an integrated development environment, a Python extension package manager), plus a set of pre-built extension modules that open up specific Macintosh technologies to Python programs (Carbon, AppleScript, Quicktime, more).\
\ \
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# installed. # installed.
#---------------------------------------------------------------------- #----------------------------------------------------------------------
PYVER=2.3 PYVER=2.5
PKG=$1 PKG=$1
DEST=$2 DEST=$2
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>Python</string> <string>Python</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<array> <array>
<string>Documentation</string> <string>Documentation</string>
...@@ -37,17 +37,17 @@ ...@@ -37,17 +37,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>Python</string> <string>Python</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>PytX</string> <string>PytX</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
......
B/* Localized versions of Info.plist keys */ B/* Localized versions of Info.plist keys */
......
B/* Localized versions of Info.plist keys */ B/* Localized versions of Info.plist keys */
......
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
<key>BuildVersion</key> <key>BuildVersion</key>
<string>1</string> <string>1</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>ProjectName</key> <key>ProjectName</key>
<string>Python</string> <string>Python</string>
<key>ReleaseStatus</key> <key>ReleaseStatus</key>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>PackageManager</string> <string>PackageManager</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>PackageManager.icns</string> <string>PackageManager.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -18,17 +18,17 @@ ...@@ -18,17 +18,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Pide</string> <string>Pide</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleHelpBookFolder</key> <key>CFBundleHelpBookFolder</key>
<array> <array>
<string>PythonDocumentation</string> <string>PythonDocumentation</string>
...@@ -42,17 +42,17 @@ ...@@ -42,17 +42,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Pide</string> <string>Pide</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>BuildApplet</string> <string>BuildApplet</string>
<key>CFBundleGetInfoString</key> <key>CFBundleGetInfoString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>BuildApplet.icns</string> <string>BuildApplet.icns</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>
...@@ -34,17 +34,17 @@ ...@@ -34,17 +34,17 @@
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string> <string>6.0</string>
<key>CFBundleLongVersionString</key> <key>CFBundleLongVersionString</key>
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string> <string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
<key>CFBundleName</key> <key>CFBundleName</key>
<string>PythonIDE</string> <string>PythonIDE</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>Pide</string> <string>Pide</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.4alpha1</string> <string>2.5alpha0</string>
<key>CSResourcesFileMapped</key> <key>CSResourcesFileMapped</key>
<true/> <true/>
<key>LSRequiresCarbon</key> <key>LSRequiresCarbon</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment