Menu

Commit [r25547]  Maximize  Restore  History

Merged revisions 25545 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r25545 | bugman | 2014-09-02 14:17:50 +0200 (Tue, 02 Sep 2014) | 8 lines

Another fix for the minfx version checking in the dep_check module.

The version_comparison() function has been created to perform a proper version number comparison by
stripping trailing zeros, converting the two version numbers to lists of int and comparing the lists
using the Python cmp() function. This will return -1 when the version number is too low, 0 when the
versions are equal, and 1 when the version is higher than the minimum.
........

bugman 2014-09-02

changed /branches/frame_order_cleanup
changed /branches/frame_order_cleanup/dep_check.py
/branches/frame_order_cleanup/dep_check.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.