Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de2ecb8

Browse files
committed
Updated version numbers.
1 parent c77f6df commit de2ecb8

12 files changed

Lines changed: 32 additions & 31 deletions

File tree

Mac/OSX/Dist/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Here are the steps you ned to follow to build a MacPython installer:
1717
- Edit ``resource/ReadMe.txt`` and ``resources/Welcome.rtf`` to reflect
1818
version number and such.
1919
- Edit ``build`` to change ``PYVERSION``, ``PYVER`` and ``BUILDNUM``.
20+
- Edit ``resources/postflight`` and change version number.
2021
- Run ``./build``. Optionally you can pass the name of the directory
2122
where Python will be built, so you don't have to wait for the complete
2223
build when you're debugging the process. For the final distribution use

Mac/OSX/Dist/build

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/sh -e
22
#----------------------------------------------------------------------
3-
# Build MacPython 2.3 and make an Installer package of it
3+
# Build MacPython 2.5 and make an Installer package of it
44

55
# TODO: Parameterize the versions, builddirs, etc...
66

77
# Script configs
8-
PYVERSION=2.4a0
9-
PYVER=2.4
8+
PYVERSION=2.5a0
9+
PYVER=2.5
1010
BUILDNUM=1
1111
DOCLEANUP=no
1212

@@ -86,7 +86,8 @@ if [ ! -e waste ]; then
8686
ln -s $WASTEDIR waste
8787
fi
8888

89-
$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
89+
#$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x
90+
$PYTHONSRC/configure -C --enable-framework
9091
make
9192
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall
9293
make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras

Mac/OSX/Dist/resources/ReadMe.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
This package will install MacPython 2.3.2 for Mac OS X
2-
10.2. Installation on the Panther preview may work, on
3-
10.1 or earlier will not work.
1+
This package will install MacPython 2.5a0 for Mac OS X
2+
10.3.
43

54
Installation requires approximately 20 MB of disk
65
space, ignore the message that it will take zero bytes.
@@ -17,7 +16,7 @@ a set of pre-built extension modules that open up
1716
specific Macintosh technologies to Python programs
1817
(Carbon, AppleScript, Quicktime, more).
1918

20-
The installer puts the applications in MacPython-2.3 in
19+
The installer puts the applications in MacPython-2.5 in
2120
your Applications folder, command-line tools in
2221
/usr/local/bin and the underlying machinery in
2322
/Library/Frameworks/Python.framework.
@@ -27,6 +26,6 @@ you started quickly with MacPython and contains
2726
references to other documentation.
2827

2928
More information on MacPython can be found at
30-
http://www.cwi.nl/~jack/macpython.html, more
29+
http://www.cwi.nl/~jack/macpython, more
3130
information on Python in general at
3231
http://www.python.org.

Mac/OSX/Dist/resources/Welcome.rtf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
66

77
\f0\fs24 \cf0 This package will install
8-
\f1\b MacPython 2.3
8+
\f1\b MacPython 2.5a0
99
\f0\b0 for
10-
\f1\b Mac OS X 10.2
11-
\f0\b0 . Installation on the Panther preview may work, on 10.1 or earlier will not work.\
10+
\f1\b Mac OS X 10.3
11+
\f0\b0 . Installation on 10.2 or earlier will not work.\
1212
\
1313
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).\
1414
\

Mac/OSX/Dist/resources/postflight

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# installed.
55
#----------------------------------------------------------------------
66

7-
PYVER=2.3
7+
PYVER=2.5
88

99
PKG=$1
1010
DEST=$2

Mac/OSXResources/app/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<key>CFBundleExecutable</key>
2121
<string>Python</string>
2222
<key>CFBundleGetInfoString</key>
23-
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
23+
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
2424
<key>CFBundleHelpBookFolder</key>
2525
<array>
2626
<string>Documentation</string>
@@ -37,17 +37,17 @@
3737
<key>CFBundleInfoDictionaryVersion</key>
3838
<string>6.0</string>
3939
<key>CFBundleLongVersionString</key>
40-
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
40+
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
4141
<key>CFBundleName</key>
4242
<string>Python</string>
4343
<key>CFBundlePackageType</key>
4444
<string>APPL</string>
4545
<key>CFBundleShortVersionString</key>
46-
<string>2.4alpha1</string>
46+
<string>2.5alpha0</string>
4747
<key>CFBundleSignature</key>
4848
<string>PytX</string>
4949
<key>CFBundleVersion</key>
50-
<string>2.4alpha1</string>
50+
<string>2.5alpha0</string>
5151
<key>CSResourcesFileMapped</key>
5252
<true/>
5353
<key>LSRequiresCarbon</key>
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Mac/OSXResources/framework/version.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<key>BuildVersion</key>
66
<string>1</string>
77
<key>CFBundleShortVersionString</key>
8-
<string>2.4alpha1</string>
8+
<string>2.5alpha0</string>
99
<key>CFBundleVersion</key>
10-
<string>2.4alpha1</string>
10+
<string>2.5alpha0</string>
1111
<key>ProjectName</key>
1212
<string>Python</string>
1313
<key>ReleaseStatus</key>

Mac/Tools/IDE/PackageManager.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@
1010
<key>CFBundleExecutable</key>
1111
<string>PackageManager</string>
1212
<key>CFBundleGetInfoString</key>
13-
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
13+
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
1414
<key>CFBundleIconFile</key>
1515
<string>PackageManager.icns</string>
1616
<key>CFBundleIdentifier</key>
1717
<string>org.python.pythonide</string>
1818
<key>CFBundleInfoDictionaryVersion</key>
1919
<string>6.0</string>
2020
<key>CFBundleLongVersionString</key>
21-
<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
21+
<string>2.5alpha0, (c) 2004 Python Software Foundation.</string>
2222
<key>CFBundleName</key>
2323
<string>PythonIDE</string>
2424
<key>CFBundlePackageType</key>
2525
<string>APPL</string>
2626
<key>CFBundleShortVersionString</key>
27-
<string>2.4alpha1</string>
27+
<string>2.5alpha0</string>
2828
<key>CFBundleSignature</key>
2929
<string>Pide</string>
3030
<key>CFBundleVersion</key>
31-
<string>2.4alpha1</string>
31+
<string>2.5alpha0</string>
3232
<key>CSResourcesFileMapped</key>
3333
<true/>
3434
<key>LSRequiresCarbon</key>

0 commit comments

Comments
 (0)