summary refs log tree commit diff
path: root/maintainers/scripts/update-python-libraries
Commit message (Collapse)AuthorAge
* fix update-python-librariesFrederik Rietdijk2018-12-23
|
* buildPython*: add updateScript to passthruFrederik Rietdijk2018-12-07
| | | | | | | | All Python packages now have an updateScript. The script calls `update-python-libraries` and passes it the position of the derivation expression obtained using `meta.position`. This works fine in case a Nix expression represents only a single derivation. If there are more in it, `update-python-libraries` will fail.
* maintainers/scripts/update-python-libraries: compare versions semantically ↵Robert Schütz2018-07-06
| | | | instead of lexicographically (#43120)
* Python: fix update script for nix 2.0Frederik Rietdijk2018-03-10
|
* update-python-libraries: commit updates and specify update kindFrederik Rietdijk2017-12-30
| | | | | | | This commit introduces two new features: 1. specify with --target whether major, minor or patch updates should be made 2. use --commit to create commits for each of the updates
* Python update-python-libraries: fetch and update asynchronouslyFrederik Rietdijk2017-11-05
|
* update-python-libraries script: don't forget to break when we actually find ↵Frederik Rietdijk2017-07-17
| | | | an update
* Python: fix update script in case no PyPI releases are available for a given ↵Frederik Rietdijk2017-07-03
| | | | version
* Python: improve update scriptFrederik Rietdijk2017-06-06
| | | | | | - remove dead code - improve readability - skip fetchFromGitHub (#26320)
* Python: fix update scriptFrederik Rietdijk2017-05-27
| | | | | | - use correct extension - do not update expressions that have an url that does not contain pypi - show warning in case request fails
* Python: update script for packagesFrederik Rietdijk2017-05-27
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.