summaryrefslogtreecommitdiff
path: root/hacking/update_bundled.py
Commit message (Collapse)AuthorAgeFilesLines
* Update additional pypi.python.org URLs to pypi.org (#41373)Jon Dufresne2018-06-171-2/+2
| | | | | For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html
* Clean up shebangs for various files.Matt Clay2016-11-021-2/+2
| | | | | | | | | | | | | | | | | | | - Remove shebangs from: - ini files - unit tests - module_utils - plugins - module_docs_fragments - non-executable Makefiles - Change non-modules from '/usr/bin/python' to '/usr/bin/env python'. - Change '/bin/env' to '/usr/bin/env'. Also removed main functions from unit tests (since they no longer have a shebang) and fixed a python 3 compatibility issue with update_bundled.py so it does not need to specify a python 2 shebang. A script was added to check for unexpected shebangs in files. This script is run during CI on Shippable.
* Bundle a new version of python-six for compatibility along with some code to ↵six-compatToshio Kuratomi2015-10-161-0/+34
make it easy for distributions to override the bunndled copy if they have a new enough version.