656
656
def _checkVersion(self, proposed_version, archive_version, filename):
657
657
"""Check if the proposed version is higher than the one in archive."""
659
659
self.reject("%s: Version older than that in the archive. %s <= %s"
660
660
% (filename, proposed_version, archive_version))