Rewrite update.py to Python (#263)
Reasons were: - one language make it easier for maintenance, - workflow simplification, - not stopping when a script fails anymore (it's better to have a partial update than nothing), - use `GITHUB_OUTPUT` instead of the deprecated `set-output` command, - display a workflow summary with statistics about scripts and information about updated products. The commit message is not as good as it used to be, but it makes the diff process agnostic from the file format (will be needed soon when it will change), and it handles versions updates / removal, which was not supported by the previous script.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
beautifulsoup4==4.12.2 # used by a lot of script to parse html
|
||||
deepdiff==6.7.1 # used in update.py
|
||||
html5lib==1.1 # used in conjunction with beautifulsoup4
|
||||
mwparserfromhell==0.6.5 # used in unrealircd.py
|
||||
packaging==23.2 # used in latest.py
|
||||
|
||||
Reference in New Issue
Block a user