From de2ecb84660331dd5c455e093bde597f7e8c58de Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Mon, 27 Dec 2004 15:53:20 +0000 Subject: [PATCH] Updated version numbers. --- Mac/OSX/Dist/README.txt | 1 + Mac/OSX/Dist/build | 9 +++++---- Mac/OSX/Dist/resources/ReadMe.txt | 9 ++++----- Mac/OSX/Dist/resources/Welcome.rtf | 6 +++--- Mac/OSX/Dist/resources/postflight | 2 +- Mac/OSXResources/app/Info.plist | 8 ++++---- .../Resources/English.lproj/InfoPlist.strings | Bin 656 -> 656 bytes .../framework/English.lproj/InfoPlist.strings | Bin 358 -> 358 bytes Mac/OSXResources/framework/version.plist | 4 ++-- Mac/Tools/IDE/PackageManager.plist | 8 ++++---- Mac/Tools/IDE/PythonIDE.plist | 8 ++++---- Mac/scripts/BuildApplet.plist | 8 ++++---- 12 files changed, 32 insertions(+), 31 deletions(-) diff --git a/Mac/OSX/Dist/README.txt b/Mac/OSX/Dist/README.txt index 918b15de206c..371c3fe99a7b 100644 --- a/Mac/OSX/Dist/README.txt +++ b/Mac/OSX/Dist/README.txt @@ -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 version number and such. - 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 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 diff --git a/Mac/OSX/Dist/build b/Mac/OSX/Dist/build index db6e2fb1161f..b5ebe3edbcf2 100755 --- a/Mac/OSX/Dist/build +++ b/Mac/OSX/Dist/build @@ -1,12 +1,12 @@ #!/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... # Script configs -PYVERSION=2.4a0 -PYVER=2.4 +PYVERSION=2.5a0 +PYVER=2.5 BUILDNUM=1 DOCLEANUP=no @@ -86,7 +86,8 @@ if [ ! -e waste ]; then ln -s $WASTEDIR waste fi -$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x +#$PYTHONSRC/configure -C --enable-framework LDFLAGS=-Wl,-x +$PYTHONSRC/configure -C --enable-framework make make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstall make DIRMODE=775 EXEMODE=775 FILEMODE=664 DESTDIR=$INSTALLROOT frameworkinstallextras diff --git a/Mac/OSX/Dist/resources/ReadMe.txt b/Mac/OSX/Dist/resources/ReadMe.txt index a01725e73476..39a7b824210a 100644 --- a/Mac/OSX/Dist/resources/ReadMe.txt +++ b/Mac/OSX/Dist/resources/ReadMe.txt @@ -1,6 +1,5 @@ -This package will install MacPython 2.3.2 for Mac OS X -10.2. Installation on the Panther preview may work, on -10.1 or earlier will not work. +This package will install MacPython 2.5a0 for Mac OS X +10.3. Installation requires approximately 20 MB of disk space, ignore the message that it will take zero bytes. @@ -17,7 +16,7 @@ a set of pre-built extension modules that open up specific Macintosh technologies to Python programs (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 /usr/local/bin and the underlying machinery in /Library/Frameworks/Python.framework. @@ -27,6 +26,6 @@ you started quickly with MacPython and contains references to other documentation. 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 http://www.python.org. diff --git a/Mac/OSX/Dist/resources/Welcome.rtf b/Mac/OSX/Dist/resources/Welcome.rtf index b565ba82093a..ec6bb1a4048c 100644 --- a/Mac/OSX/Dist/resources/Welcome.rtf +++ b/Mac/OSX/Dist/resources/Welcome.rtf @@ -5,10 +5,10 @@ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural \f0\fs24 \cf0 This package will install -\f1\b MacPython 2.3 +\f1\b MacPython 2.5a0 \f0\b0 for -\f1\b Mac OS X 10.2 -\f0\b0 . Installation on the Panther preview may work, on 10.1 or earlier will not work.\ +\f1\b Mac OS X 10.3 +\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).\ \ diff --git a/Mac/OSX/Dist/resources/postflight b/Mac/OSX/Dist/resources/postflight index e5c7f9de22b0..878b6d4b6469 100755 --- a/Mac/OSX/Dist/resources/postflight +++ b/Mac/OSX/Dist/resources/postflight @@ -4,7 +4,7 @@ # installed. #---------------------------------------------------------------------- -PYVER=2.3 +PYVER=2.5 PKG=$1 DEST=$2 diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index d6b7bed70402..387bbed2de37 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -20,7 +20,7 @@ CFBundleExecutable Python CFBundleGetInfoString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleHelpBookFolder Documentation @@ -37,17 +37,17 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleName Python CFBundlePackageType APPL CFBundleShortVersionString - 2.4alpha1 + 2.5alpha0 CFBundleSignature PytX CFBundleVersion - 2.4alpha1 + 2.5alpha0 CSResourcesFileMapped LSRequiresCarbon diff --git a/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings b/Mac/OSXResources/app/Resources/English.lproj/InfoPlist.strings index 51193fd20568b65ac1255488f531d26cefdef9d9..f8a8bc18fe208eeeda81429cd83686635da535fe 100644 GIT binary patch delta 81 zc-ou5I)Qb+>5M}@X delta 81 zc-ou5I)Qb)65MTfR diff --git a/Mac/OSXResources/framework/English.lproj/InfoPlist.strings b/Mac/OSXResources/framework/English.lproj/InfoPlist.strings index 954066a348d201097f4ca021e1b7675687e8de86..cc24bfcf3efeb37ea20d8492f19c0dde6b279047 100644 GIT binary patch delta 41 uc-ni$^o(i3c}CNT7aS!`84?)`7<3pE7&I7?88m^k5s+`dU@}>Y(FOqPfC$F` delta 41 uc-ni$^o(i3c}A0o7aS!`7!nx_7<3pE7&I7?88m^k5s+`dU_4oi(FOqPJP5=9 diff --git a/Mac/OSXResources/framework/version.plist b/Mac/OSXResources/framework/version.plist index 4c28ffa0351c..7527442ab20e 100644 --- a/Mac/OSXResources/framework/version.plist +++ b/Mac/OSXResources/framework/version.plist @@ -5,9 +5,9 @@ BuildVersion 1 CFBundleShortVersionString - 2.4alpha1 + 2.5alpha0 CFBundleVersion - 2.4alpha1 + 2.5alpha0 ProjectName Python ReleaseStatus diff --git a/Mac/Tools/IDE/PackageManager.plist b/Mac/Tools/IDE/PackageManager.plist index d61e00fc9460..a79dee17d178 100644 --- a/Mac/Tools/IDE/PackageManager.plist +++ b/Mac/Tools/IDE/PackageManager.plist @@ -10,7 +10,7 @@ CFBundleExecutable PackageManager CFBundleGetInfoString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleIconFile PackageManager.icns CFBundleIdentifier @@ -18,17 +18,17 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleName PythonIDE CFBundlePackageType APPL CFBundleShortVersionString - 2.4alpha1 + 2.5alpha0 CFBundleSignature Pide CFBundleVersion - 2.4alpha1 + 2.5alpha0 CSResourcesFileMapped LSRequiresCarbon diff --git a/Mac/Tools/IDE/PythonIDE.plist b/Mac/Tools/IDE/PythonIDE.plist index 0ba8f326344d..dd61c0c37321 100644 --- a/Mac/Tools/IDE/PythonIDE.plist +++ b/Mac/Tools/IDE/PythonIDE.plist @@ -26,7 +26,7 @@ CFBundleExecutable PythonIDE CFBundleGetInfoString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleHelpBookFolder PythonDocumentation @@ -42,17 +42,17 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleName PythonIDE CFBundlePackageType APPL CFBundleShortVersionString - 2.4alpha1 + 2.5alpha0 CFBundleSignature Pide CFBundleVersion - 2.4alpha1 + 2.5alpha0 CSResourcesFileMapped LSRequiresCarbon diff --git a/Mac/scripts/BuildApplet.plist b/Mac/scripts/BuildApplet.plist index ec628817cf31..0f142c9eb5c9 100644 --- a/Mac/scripts/BuildApplet.plist +++ b/Mac/scripts/BuildApplet.plist @@ -26,7 +26,7 @@ CFBundleExecutable BuildApplet CFBundleGetInfoString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleIconFile BuildApplet.icns CFBundleIdentifier @@ -34,17 +34,17 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 2.4alpha1, (c) 2004 Python Software Foundation. + 2.5alpha0, (c) 2004 Python Software Foundation. CFBundleName PythonIDE CFBundlePackageType APPL CFBundleShortVersionString - 2.4alpha1 + 2.5alpha0 CFBundleSignature Pide CFBundleVersion - 2.4alpha1 + 2.5alpha0 CSResourcesFileMapped LSRequiresCarbon -- 2.47.3