1
0
Fork 0
ynh-apps_tools/autoupdate_app_sources
Félix Piédallu 37adbb13c0 Apps can now provide a "version_regex" that aims to extract the version from tag an release names.
For example, version_regex = "^release_(.*)$" will extract "1.0" from "release_1.0".
2024-02-17 00:04:00 +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 Apps can now provide a "version_regex" that aims to extract the version from tag an release names. 2024-02-17 00:04:00 +01:00
requirements.txt Extract Github REST API behind wrapper. 2024-01-23 22:32:31 +01:00
rest_api.py Gitlab replaces / with - in tag tarballs 2024-02-16 23:53:55 +01:00