[Thuban-commits] r2811 - in trunk/thuban: . Thuban

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Sat Jan 19 01:03:04 CET 2008


Author: bernhard
Date: 2008-01-19 01:03:03 +0100 (Sat, 19 Jan 2008)
New Revision: 2811

Modified:
   trunk/thuban/ChangeLog
   trunk/thuban/Thuban/version.py
Log:
* versions.py(verify_versions): Updated reference revisions for checking
the loaded libraries according to the README.


Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog	2008-01-17 21:42:29 UTC (rev 2810)
+++ trunk/thuban/ChangeLog	2008-01-19 00:03:03 UTC (rev 2811)
@@ -1,3 +1,8 @@
+2008-01-19   Bernhard Reiter <bernhard at intevation.de>
+
+	* versions.py(verify_versions): Updated reference revisions for checking
+	the loaded libraries according to the README.
+
 2008-01-09   Bernhard Reiter <bernhard at intevation.de>
 
 	Making Thuban robust against shapefiles which contain empty shapes.

Modified: trunk/thuban/Thuban/version.py
===================================================================
--- trunk/thuban/Thuban/version.py	2008-01-17 21:42:29 UTC (rev 2810)
+++ trunk/thuban/Thuban/version.py	2008-01-19 00:03:03 UTC (rev 2811)
@@ -1,4 +1,4 @@
-# Copyright (C) 2002, 2003, 2004 by Intevation GmbH
+# Copyright (C) 2002, 2003, 2004, 2008 by Intevation GmbH
 # Authors:
 # Thomas Koester <tkoester at intevation.de>
 # Frank Koormann <frank.koormann at intevation.de>
@@ -176,13 +176,13 @@
     # There must also exist a 'name'-tuple mapping.
     #
     #         title           name       version
-    list = [["Python",      "python",   (2, 2, 1)],
-            ["wxPython",    "wxPython", (2, 4, 0)],
-            ["SQLite",      "sqlite",   (2, 8, 0)],
-            ["PySQLite",    "pysqlite", (0, 4, 1)],
+    list = [["Python",      "python",   (2, 3, 5)],
+            ["wxPython",    "wxPython", (2, 6, 0)],
+            ["SQLite",      "sqlite",   (2, 8, 3)],
+            ["PySQLite",    "pysqlite", (1, 0, 1)],
             ["PROJ",        "proj",     (4, 4, 5)],
             ["GTK",         "gtk",      (1, 2, 3)],
-            ["GDAL",        "gdal",     (1, 1, 8)]]
+            ["GDAL",        "gdal",     (1, 3, 2)]]
 
     errors = []
     for title, name, version in list:



More information about the Thuban-commits mailing list