summaryrefslogtreecommitdiff
path: root/maintainers/scripts/update-python-libraries (follow)
Commit message (Expand)AuthorAgeFilesLines
* update-python-libraries script: don't forget to break when we actually find a...Frederik Rietdijk2017-07-171-0/+1
* Python: fix update script in case no PyPI releases are available for a given ...Frederik Rietdijk2017-07-031-1/+2
* Python: improve update script•••- remove dead code - improve readability - skip fetchFromGitHub (#26320) Frederik Rietdijk2017-06-061-146/+137
* Python: fix update script•••- use correct extension - do not update expressions that have an url that does not contain pypi - show warning in case request fails Frederik Rietdijk2017-05-271-27/+32
* Python: update script for packages•••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. Frederik Rietdijk2017-05-271-0/+245