[PyObjC-svn] r2553 - in branches/pyobjc-2.3.x: . pyobjc
[email protected] Thu, 29 Jul 2010 10:59:50 -0500
| Newsgroups | gmane.comp.python.pyobjc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ronaldoussoren
Date: Thu Jul 29 10:59:49 2010
New Revision: 2553
Log:
Merged revisions 2552 via svnmerge from
https://svn.red-bean.com/pyobjc/trunk/pyobjc
........
r2552 | ronaldoussoren | 2010-07-29 17:52:09 +0200 (Thu, 29 Jul 2010) | 2 lines
Small py3k problem
........
Modified:
branches/pyobjc-2.3.x/ (props changed)
branches/pyobjc-2.3.x/pyobjc/setup.py
Modified: branches/pyobjc-2.3.x/pyobjc/setup.py
==============================================================================
--- branches/pyobjc-2.3.x/pyobjc/setup.py (original)
+++ branches/pyobjc-2.3.x/pyobjc/setup.py Thu Jul 29 10:59:49 2010
@@ -11,7 +11,7 @@
import os
-VERSION="2.3b1"
+VERSION="2.3"
# NOTE: This list of requirements is split into sections for 10.4
# and 10.5 to make it possible to install PyObjC from source on all
@@ -60,7 +60,7 @@
]
import platform
-rel = map(int, platform.mac_ver()[0].split('.')[:2])
+rel = tuple(map(int, platform.mac_ver()[0].split('.')[:2]))
if rel >= (10, 5):
REQUIRES.extend(REQUIRES_10_5)
if rel >= (10, 6):
------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm