Story #135
closedAs a user, I can synchronize wheels from PyPI
100%
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.
Related issues
Updated by amacdona@redhat.com over 8 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to amacdona@redhat.com
Added by Austin Macdonald over 8 years ago
Updated by amacdona@redhat.com over 8 years ago
- Status changed from ASSIGNED to POST
Updated by Anonymous over 8 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 08f8f76656de89818fc7429b2c022f4634eaea77.
Added by Austin Macdonald about 8 years ago
Revision 154a56e2 | View on GitHub
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
Updated by Anonymous about 8 years ago
- Status changed from POST to MODIFIED
Applied in changeset 154a56e2e8a9fe80a6f15ddf6738aef68573f1fe.
Updated by semyers almost 8 years ago
- 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.
Updated by semyers almost 8 years ago
- Blocked by Issue #2561: pulp_python 2.0 new features are not documented added
Updated by semyers over 7 years ago
- 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.
Updated by semyers over 7 years ago
- 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.
Updated by pcreech over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
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