2.0 Release Notes

2.0.0

This release adds ability to manage Python wheel packages. Wheel is currently considered the standard for built and binary packaging for Python. More information about the differences between sdist and wheel formats can be found in the Python Packaging User Guide. Wheel packages can now be both uploaded and synced from PyPi. When syncing from PyPi both sdist and wheel packages are synced. This results in many packages existing in both formats in the Pulp Python repositories. This behavior maintains support for older pip clients that are not aware of the wheel format.

Requirements

The 2.0.x releases of the Python plugins depend on the Pulp 2.13.x or greater.

Bugfixes

This release also contains some minor bugfixes. See the bugs fixed in 2.0.0.

Known Issues

#2554