1
0
Fork 0
ynh-apps_tools/autoupdate_app_sources
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
..
.gitignore Extract Github REST API behind wrapper. 2024-01-23 22:32:31 +01:00
__init__.py Revamp autoupdate_app_sources.py 2024-02-14 22:10:32 +01:00
autoupdate_app_sources.py Fix regex to replace version in manifest 2024-03-07 11:25:21 +01:00
requirements.txt Extract Github REST API behind wrapper. 2024-01-23 22:32:31 +01:00
rest_api.py Fix some gitlab instances that return 404 on url-encoded project paths, by calling search 2024-02-24 22:15:28 +01:00