Attention is currently required from: osmith.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/34395?usp=email )
Change subject: OBS: don't downgrade version in debian/changelog ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
File scripts/obs/lib/debian.py:
https://gerrit.osmocom.org/c/osmo-ci/+/34395/comment/cfa283cd_0de6c980 PS1, Line 101: if packaging.version.parse(version_changelog.split("-")[0]) > \ isn0t this going to crash if you didn't successfuly import packaging.version? You probably need to add an exception handling here?