about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py
AgeCommit message (Expand)AuthorFilesLines
8 daysupdate-python-libraries: Reliably detect nix-prefetch-gitMartin Weinelt1-1/+1
2024-02-25update-python-libraries: ignore yanked releases on PyPIDan Callaghan1-1/+5
2024-01-10update-python-libraries: support applications outside python-modulesWim de With1-9/+10
2023-12-02update-python-libraries: quiet nix stderr outputMartin Weinelt1-1/+2
2023-12-02update-python-libraries: format with black/isortMartin Weinelt1-125/+164
2023-12-02update-python-libraries: add package changelog to commit messageMartin Weinelt1-0/+3
2023-12-02update-python-libraries: don't update packages with cargoDepsMartin Weinelt1-0/+2
2023-05-07update-python-libraries: Fix some issuesMartin Weinelt1-3/+3
2023-04-18update-python-libraries: escape vars in regexesRyan Hendrickson1-3/+3
2023-02-27update-python-libraries: Improve code qualityMartin Weinelt1-9/+16
2023-02-27update-python-libraries: Make the hash replacement more robustMartin Weinelt1-12/+22
2023-02-27update-python-libraries: Allow packages to deny bulk updatesMartin Weinelt1-0/+15
2023-02-27update-python-libraries: Add support for fetchgitMartin Weinelt1-15/+63
2022-12-17treewide: fix typosfigsoda1-1/+1
2022-10-12update-python-libraries: enable nix commandAlyssa Ross1-1/+1
2022-10-12update-python-libraries: remove old Nix fallbackAlyssa Ross1-5/+1
2022-03-14update-python-libraries.py: Always use ref/tags/ for specifying revJonathan Ringer1-8/+10
2022-01-26update-python-libraries: use sri-hashJonathan Ringer1-3/+9
2022-01-13update-python-libraries: skip replacing 'rev' when set to variableJonathan Ringer1-3/+13
2022-01-13update-python-libraries: support pyproject and flit formatsJonathan Ringer1-5/+3
2021-12-05python/update-python-libraries: Allow usage of hashJonathan Ringer1-1/+9
2021-12-05python/update-python-libraries: enable updates when file contains many pnamesJonathan Ringer1-3/+14
2021-06-22update-python-libraries: handle github branches and tags with same nameJonathan Ringer1-2/+9
2020-10-15update-python-libraries: allow for top-level attrs to be updated with github ...Jonathan Ringer1-1/+4
2020-10-11update-python-libraries: make script updateScript friendlyJonathan Ringer1-1/+1
2020-10-06update-python-libraries: add github fetcherJonathan Ringer1-7/+63
2020-03-27python: add use-pkgs-prefix option to update scriptJonathan Ringer1-5/+12
2019-11-22update-python-libraries: ignore pyprojectFrederik Rietdijk1-0/+2
2019-11-03update-python-libraries: update usage commentsJonathan Ringer1-2/+2
2019-10-18Revert "update-python-libraries: use version key for latest release (#68857)"Frederik Rietdijk1-2/+35
2019-10-18update-python-libraries: handle other formatFrederik Rietdijk1-1/+3
2019-09-16update-python-libraries: use version key for latest release (#68857)Mario Rodas1-35/+2
2018-12-07buildPython*: add updateScript to passthruFrederik Rietdijk1-0/+362