1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
apps/tools
Félix Piédallu dc2270a965 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
..
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
__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
list_builder.py list_builder: just take the app repository's HEAD 2024-02-27 19:37:56 +01:00