-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Support more commonly used prefixes namely "release" and the name of the package. These prefixes must be separated from the version with either "-" or "/". These separators may optionally be follow by an additional prefix "v", which is odd but not completely bonkers. - If a package-specific version regexp contains "%v", "\\(?1:[0-9]+\\(\\.[0-9]+\\)*\\)" is substituted for that. Previously all such instances didn't bother and just used the much less precise "\\(.+\\)". - If a package-specific version regexp does not begin with "\\`", then add that. Likewise if it does not end with "\\'", then add that. While some instances were properly anchored before, many more were not. This ensures they are, without recipe authors having to worry about it.
- Loading branch information
Showing
1 changed file
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters