diff options
author | Ned Deily <nad@acm.org> | 2013-11-23 06:54:02 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-23 06:54:02 (GMT) |
commit | 9fa4ced804981ad56f9e156df3c57aac3c8a1ca0 (patch) | |
tree | 5fc2a7964f607beea8627d37d14a7a4b02434db1 /Mac/BuildScript/README.txt | |
parent | 44a0db0c1e53f13ead58ec5a23a5520f6df9ded9 (diff) | |
download | cpython-9fa4ced804981ad56f9e156df3c57aac3c8a1ca0.zip cpython-9fa4ced804981ad56f9e156df3c57aac3c8a1ca0.tar.gz cpython-9fa4ced804981ad56f9e156df3c57aac3c8a1ca0.tar.bz2 |
Update third-party libraries for OS X installers:
XZ 5.0.3 -> 5.0.5
SQLite 3.7.13 -> 3.8.1
Diffstat (limited to 'Mac/BuildScript/README.txt')
-rw-r--r-- | Mac/BuildScript/README.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Mac/BuildScript/README.txt b/Mac/BuildScript/README.txt index 74194a7..06f0fab 100644 --- a/Mac/BuildScript/README.txt +++ b/Mac/BuildScript/README.txt @@ -8,7 +8,7 @@ $DESTROOT, massages that installation to remove .pyc files and such, creates an Installer package from the installation plus other files in ``resources`` and ``scripts`` and placed that on a ``.dmg`` disk image. -As of Python 3.3.0, PSF practice is to build two installer variants +For Python 3.4.0, PSF practice is to build two installer variants for each release. 1. 32-bit-only, i386 and PPC universal, capable on running on all machines @@ -22,8 +22,8 @@ for each release. - builds the following third-party libraries * NCurses 5.9 (http://bugs.python.org/issue15037) - * SQLite 3.7.13 - * XZ 5.0.3 + * SQLite 3.8.1 + * XZ 5.0.5 - uses system-supplied versions of third-party libraries @@ -56,10 +56,10 @@ for each release. - builds the following third-party libraries * NCurses 5.9 (http://bugs.python.org/issue15037) - * SQLite 3.7.13 + * SQLite 3.8.1 * Tcl 8.5.15 * Tk 8.5.15 - * XZ 5.0.3 + * XZ 5.0.5 - uses system-supplied versions of third-party libraries |