Comment 2 for bug 1991606

Revision history for this message
Benjamin Drung (bdrung) wrote : Re: Invalid PEP440 package version

The version 1.1ubuntu1 is clearly not compliant with https://peps.python.org/pep-0440/. For distribution versions the local version identifiers can be used. So the version 1.1ubuntu1 can be mapped to 1.1+ubuntu1.

python/setup.py reads debian/changelog for the version number.