comparison Makefile @ 40446:b6bc2293cdf3 stable

setup: explain to distutils how we write rc versions When we use a rc version number (e.g. 4.8rc0), bdist_msi is using distutils.StrictVersion to parse it into a tuple of numbers. By default, StrictVersion.version_re only recognizes [ab] for alpha/beta, where mercurial may use '-rc' or 'rc'. This change makes StrictVersion parse correctly our version numbers, so that bdist_msi doesn't fail on rc versions.
author "Paul Morelle <paul.morelle@octobus.net"
date Wed, 31 Oct 2018 20:32:42 +0100
parents 4ca5932065ca
children d0a6b2c8f8b6
comparison
equal deleted inserted replaced
40445:634b45317459 40446:b6bc2293cdf3