-
Bug
-
Resolution: Done
-
Undefined
-
None
-
rhelai-1.4
-
None
-
False
-
-
False
-
-
-
AIPCC Sprint 0
builder has a helper function called resolve_specifier() that is used to compare a package requirement (from requirements.txt for example), constraints for the package (if any exist), and available versions (if specified).
The requirements entry can handle ~,<,> and ~ operators and combinations of those with =, along with the == operator.
resolve_specifier() is currently coded ONLY for the == operator. Other operators cause resolve_specifer() to crash.
resolve_specifier() must be rewritten and updated to handle all operators.
- blocks
-
AIPCC-319 builder: Cleanup resolve_source() calls
-
- Closed
-
- is blocked by
-
AIPCC-78 fromager: Add class to return best match
-
- Closed
-
-
RHELAI-2974 builder: Investigate gast version
-
- Closed
-
- mentioned on