ZPsycopgDA version check fix.

This commit is contained in:
Federico Di Gregorio 2005-05-18 08:01:49 +00:00
parent 367f7b92f4
commit 918fb6e665
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2005-05-18 Federico Di Gregorio <fog@debian.org>
* ZPsycopgDA/DA.py (ALLOWED_PSYCOPG_VERSIONS): updated to work
with 2.0b2 only (will support only the exact version untill final
2.0 release.)
* setup.py: Applied combined patch from Daniele Varrazzo and Jason
Erickson to build on win32 using MSVC or mingw.

View File

@ -18,7 +18,7 @@
# See the LICENSE file for details.
ALLOWED_PSYCOPG_VERSIONS = ('1.99.9',)
ALLOWED_PSYCOPG_VERSIONS = ('2.0b1', '2.0b2')
import sys
import db