Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
* libraries/thuban/wxproj.cpp (get_wx_version): New. Return the version of wxWindows the module was compiled with so we can check that against the wxPython version. * Thuban/version.py (thuban_branch, thuban_release): New variables controlling which and how Thuban versions are shown. See the comments for details. (verify_versions): Also check that the wx version that wxproj is compiled against matches that of the wxPython we use at runtime
This commit was manufactured by cvs2svn to create branch 'thuban-1-0-branch'.
* setup.py (setup call): 1.0.0, yeah! * Thuban/version.py (longversion): 1.0.0, yeah! * Thuban/Model/load.py (SessionLoader.__init__): Accept the 1.0.0 namespace too * Thuban/Model/save.py (SessionSaver.write_session): Save with 1.0.0 namespace * test/test_load.py (LoadSessionTest.dtd) (TestSingleLayer.file_contents) (TestNonAsciiColumnName.file_contents) (TestLayerVisibility.file_contents) (TestClassification.file_contents, TestLabels.file_contents) (TestLayerProjection.file_contents) (TestRasterLayer.file_contents, TestJoinedTable.file_contents) (TestLabelLayer.file_contents, TestPostGISLayer.file_contents) (TestPostGISLayerPassword.file_contents) (TestLoadError.file_contents, TestLoadError.test): Update for 1.0.0 namespace * test/test_save.py (SaveSessionTest.dtd) (SaveSessionTest.testEmptySession) (SaveSessionTest.testSingleLayer) (SaveSessionTest.testLayerProjection) (SaveSessionTest.testRasterLayer) (SaveSessionTest.testClassifiedLayer) (SaveSessionTest.test_dbf_table) (SaveSessionTest.test_joined_table) (SaveSessionTest.test_save_postgis): Update for 1.0.0 namespace
* Thuban/Lib/version.py: New. Module for version number manipulations. The version of make_tuple here also deals better with more unusual version number strings, such as e.g. "1.2+cvs20031111" * Thuban/version.py (make_tuple): Removed. It's now in Thuban.Lib.version. Use that implementation instead. * test/test_lib_version.py: New. Tests for Thuban/Lib/version.py
(longversion): Update to 1.0rc1
(longversion): Update to 0.9
* Thuban/UI/about.py (About.__init__): Add the psycopg version. * Thuban/version.py: Add psycopg version * Thuban/Model/postgisdb.py (psycopg_version): New. Return the version of the psycopg module
Remove the #! line as it annoys lintian which warns about these files not being executable. The #1 isn't necessary here since if you absolutely must execute them you can always say "python <filename>".
(make_tuple): Takes a version string and splits it into a tuple of at most three integers. Used make_tuple() to make tuple versions of the version numbers.
SQLite/PySQLite version dependencies were too high.
Update version to 0.8.1
Added new 'versions' dictionary which contains the verions of various libraries which are checked when the module loads. (verify_versions): Check all version numbers and returns a list of errors.
Temporarily update longversion for the 0.8 release so that it doesn't have the cvs revision.
(get_changelog_date): Catch exceptions if ChangeLog does not exist.
New, version information for Thuban: Last modification date and last ChangeLog entry date.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |