ab2834ef8e
This patch provides a convenience script to check for the current version of any package on PyPI, then output it in various ways. This script is used in the SHA updating script in order to provide a current set of critical packages to ensure that each SHA bump includes an update to a current version of pip, setuptools and wheel but also to ensure that they are pinned to a specific version with this particular set of packages. This ensures that we keep current with these packages as they change, but also ensures that the versions tested for each tag are the versions used forever. The patch also ensures that any package installed by pip is upgraded to the expected versions. Depends-On: I0a78135737c40a505d77df6ed67da0ef6695bfcb Change-Id: I61795b3afb4804060d494a08975c10adcf52f468
9 lines
437 B
YAML
9 lines
437 B
YAML
---
|
|
fixes:
|
|
- The python packages `pip`, `setuptools` and `wheel` are now all pinned on
|
|
a per-tag basis. The pins are updated along with every OpenStack Service
|
|
update. This is done to ensure a consistent build experience with the
|
|
latest available packages at the time the tag is released. A deployer may
|
|
override the pins by adding a list of required pins using the
|
|
`pip_packages` variable in `user_variables.yml`.
|