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
14 lines
455 B
Plaintext
14 lines
455 B
Plaintext
Jinja2>=2.6 # ansible
|
|
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
|
|
paramiko>=1.13.0 # ansible
|
|
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
|
|
pycrypto>=2.6 # ansible
|
|
PyYAML>=3.1.0 # ansible
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==8.0.3
|
|
setuptools==20.1.1
|
|
wheel==0.29.0
|