about summary refs log tree commit diff
path: root/maintainers/scripts/update-python-libraries
AgeCommit message (Collapse)AuthorFilesLines
2017-11-05Python update-python-libraries: fetch and update asynchronouslyFrederik Rietdijk1-1/+3
2017-07-17update-python-libraries script: don't forget to break when we actually find ↵Frederik Rietdijk1-0/+1
an update
2017-07-03Python: fix update script in case no PyPI releases are available for a given ↵Frederik Rietdijk1-1/+2
version
2017-06-06Python: improve update scriptFrederik Rietdijk1-153/+144
- remove dead code - improve readability - skip fetchFromGitHub (#26320)
2017-05-27Python: fix update scriptFrederik Rietdijk1-27/+32
- use correct extension - do not update expressions that have an url that does not contain pypi - show warning in case request fails
2017-05-27Python: update script for packagesFrederik Rietdijk1-0/+245
This script determines whether there is an update available for the package and if so, updates the version and sha256 attributes. This only works for packages that have their own expression, and `pname` and `sha256` attribute.