1
0
Fork 0
No description
Find a file
Félix Piédallu 48c41dad9b Fix regex to replace version in manifest
This regex is used to find (textually, not via toml parser) where to replace the
version number in the Manifest.

Until now it was only supporting version numbers containing dots and digits.
I changed that to version numbers containing anything but ~ and " to handle version
numbers with dashes, or manually written version numbers that might be invalid (if
someone litteraly writes `version = "x.y~ynh1"). We don’t actually care about the
version number we match against because we just replace it.
2024-03-07 11:25:21 +01:00
.github/workflows ci: add autoblacks actions 2024-03-07 02:48:32 +01:00
appslib Split function send_to_matrix 2024-02-24 18:41:11 +01:00
autopatches Fix scripts shebangs 2024-02-08 22:34:48 +01:00
autoupdate_app_sources Fix regex to replace version in manifest 2024-03-07 11:25:21 +01:00
autoupdater-upgrader python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
bot-repo-cleanup python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
packaging_v2 python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
readme_generator feat(make_readme): add some typing 2024-03-07 02:47:30 +01:00
update_app_levels Fixes for update_app_levels.py 2024-02-09 21:41:26 +01:00
.gitignore Reorganize the gitignore 2024-02-15 15:03:11 +01:00
__init__.py python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
app_caches.py Rework list_builder.py 2024-02-08 22:20:17 +01:00
catalog_linter.py Commonize code to read catalog, categories etc 2024-02-08 22:20:17 +01:00
cron Add cron stuff 2024-02-15 17:15:08 +01:00
LICENSE Add license file. 2016-03-08 18:51:17 +01:00
list_builder.py list_builder: just take the app repository's HEAD 2024-02-27 19:37:56 +01:00