mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Merge branch 'master' into 'master'
Support `Uri.create()` syntax for maven repositories Closes #1180 See merge request fdroid/fdroidserver!1412
This commit is contained in:
commit
7a0dad6dfc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class MessageStore:
|
|||
errors: list = field(default_factory=list)
|
||||
|
||||
|
||||
MAVEN_URL_REGEX = re.compile(r"""\smaven\s*(?:{.*?(?:setUrl|url)|\((?:url)?)\s*=?\s*(?:uri)?\(?\s*["']?([^\s"']+)["']?[^})]*[)}]""",
|
||||
MAVEN_URL_REGEX = re.compile(r"""\smaven\s*(?:{.*?(?:setUrl|url)|\((?:url)?)\s*=?\s*(?:uri|Uri\.create\()?\(?\s*["']?([^\s"']+)["']?[^})]*[)}]""",
|
||||
re.DOTALL)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue