Files
oslo.utils/oslo_utils/versionutils.py
Takashi Kajinami 0588ba20d9 versionutil: Remove trailing alpha/beta/rc suffix
Sometimes we have to use the latest code instead of the latest release
to test upcoming changes (eg. sqlalchemy). In such case the version
string might contain its development status such as beta, and causes
failure while parsing the version string.

This makes the parse logic ignore the development status suffix to
avoid the failure.

Closes-Bug: #2042886
Change-Id: I27c14ede026c5600173047b1a0892a02a54dbb06
2023-11-08 02:19:55 +09:00

2.9 KiB