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
Updated by mdellweg about 5 years ago
- Status changed from NEW to POST
- Assignee set to mdellweg
- Tags Easy Fix added
Updated by mdellweg about 5 years ago
This might involve deleting the offending versions from pypi if that is possible at all.
Updated by fao89 about 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 60
Updated by dkliban@redhat.com about 5 years ago
I deleted the offending version from PyPI and RubyGems.
Added by mdellweg about 5 years ago
Updated by mdellweg about 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset plugin_template|d73f1260f40b606f0019fa7c8ce52effc44b6914.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix versioning for daily client bindings
fixes #5536 https://pulp.plan.io/issues/5536