Actions
Issue #5536
closedBindings versioning for nightly releases is broken
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
API Bindings, Easy Fix
Sprint:
Sprint 61
Quarter:
Description
The newest release candidates version is not considered bigger than the previous nightly version.
To get the new version, you must explicitly install pip install pulpcore-client==3.0.0rc6
.
Excerpt of pip freeze
:
pulpcore-client (3.0.0rc51568383024) - Pulp 3 API
INSTALLED: 3.0.0rc6
LATEST: 3.0.0rc51568383024 (pre-release; install with "pip install --pre")
More examples:
https://pypi.org/project/pulp-file-client/#history
https://pypi.org/project/pulpcore-client/#history
Actions
Fix versioning for daily client bindings
fixes #5536 https://pulp.plan.io/issues/5536