#1107221 python3-kiwisolver: version reported as 0.0.0

Package:
python3-kiwisolver
Source:
python3-kiwisolver
Description:
fast implementation of the Cassowary constraint solver - Python 3.X
Submitter:
Jörg Saßmannshausen
Date:
2026-06-27 13:35:02 UTC
Severity:
normal
#1107221#5
Date:
2025-06-03 09:01:05 UTC
From:
To:
Dear Maintainer,

I am trying to update a Python package called EasyBuild
(https://easybuild.io/) to the latest version (5.1.0) and the upgrade
fails, as python3-kiwisolver reports the version as 0.0.0:

$ pip list | grep kiwisolver
kiwisolver            0.0.0

This should not happen and clearly is a problem with the way the package
has been generated, as I know from experience.

I would expect the outcome something like this:

$ pip list | grep kiwisolver
kiwisolver            1.4.4
(or similar)

I would greatly appreciate if that could be fixed.

Kind regards

Jörg