# --- T2-COPYRIGHT-NOTE-BEGIN --- # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # T2 SDE: package/.../zope/python.patch # Copyright (C) 2007 The T2 SDE Project # # More information can be found in the files COPYING and README. # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # --- T2-COPYRIGHT-NOTE-END --- diff -Nur Zope-2.10.4-final.orig/configure Zope-2.10.4-final/configure --- Zope-2.10.4-final.orig/configure 2007-10-26 19:20:15.000000000 +0000 +++ Zope-2.10.4-final/configure 2007-10-26 19:22:32.000000000 +0000 @@ -18,11 +18,11 @@ # sys.version) below in "best" to "worst" order, not including the # target version. Up to six acceptable python versions are allowed. # Do not include the target version number in this list! -ACCEPTABLE="2.4.3 2.4.2" +ACCEPTABLE="2.4.3 2.4.2 2.5.0 2.5.1" # provide the executable names for all the acceptable versions # (and the target version) below -EXENAMES="python python2 python2.4" +EXENAMES="python python2 python2.4 python2.5" ##################################################################### # END EDITABLE PARAMETERS #