Story #135
closed
As a user, I can synchronize wheels from PyPI
Status:
CLOSED - CURRENTRELEASE
Target Release - Python:
2.0.0
Description
Currently, only sdist packages can be synchronized from PyPI. We should add support for the wheel (bdist) package as well. Deliverables:
- Add a new wheel package type
- Modify the importer so that it pulls down wheels and stores them in Pulp
- Write Tests
- Write Release notes
Note, we will have a separate story for publishing wheel packages. This story only encompasses getting them into Pulp.
- Sprint Candidate set to Yes
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
- Sprint/Milestone set to 19
- Sprint/Milestone changed from 19 to 20
- Sprint/Milestone changed from 20 to 21
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Status changed from MODIFIED to POST
- Sprint/Milestone changed from 21 to 22
- Sprint/Milestone changed from 22 to 26
- Status changed from POST to MODIFIED
- Platform Release set to 2.12.0
- Status changed from MODIFIED to 5
- Status changed from 5 to MODIFIED
- Platform Release deleted (
2.12.0)
- Target Release - Python set to 2.0.0
This issue has been removed from the 2.12.0 release, and returned to its MODIFIED state for inclusion in a future release of Pulp.
- Blocked by Issue #2561: pulp_python 2.0 new features are not documented added
- Status changed from MODIFIED to POST
I'm moving this back to POST to flag this bug as untestable in pulp-smash. This status is also appropriate because while the changes are merged to the 2.0-dev branch of pulp_python, that entire branch was deemed unreleasable for pulp 2.12, and the situation has not improved since then.
- Status changed from POST to MODIFIED
2.0-dev is now being included in Platform 2.13 builds again, returning this to a testable state. Note that any smash tests related to this issue should not be run prior to 2.13.0; this is tracked in pulp-smash issue https://github.com/PulpQE/pulp-smash/issues/588.
- Platform Release set to 2.13.0
- Status changed from MODIFIED to 5
- Status changed from 5 to CLOSED - CURRENTRELEASE
- Sprint/Milestone deleted (
26)
Also available in: Atom
PDF
Change sync code to use new model
Adds some fields that were necessary for sync, syncs in the new way, and heavily modify docblocks to explain.
closes #135