Closed maresb closed 2 months ago
Hi! This is the friendly automated conda-forge-linting service.
I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml
) and found it was in an excellent condition.
noarch
noarch::grayskull-2.3.1-pyhd8ed1ab_0.conda
noarch::grayskull-2.4.1-pyhd8ed1ab_0.conda
noarch::grayskull-2.5.2-pyhd8ed1ab_0.conda
noarch::grayskull-2.5.0-pyhd8ed1ab_0.conda
noarch::grayskull-2.6.0-pyhd8ed1ab_0.conda
noarch::grayskull-2.4.0-pyhd8ed1ab_0.conda
noarch::grayskull-2.5.3-pyhd8ed1ab_0.conda
noarch::grayskull-2.5.1-pyhd8ed1ab_0.conda
- "semver >=3.0.0,<4.0.0",
+ "semver >=3.0.0,<3.1.dev0",
noarch::grayskull-2.3.0-pyhd8ed1ab_0.conda
- "semver",
+ "semver >=2.13.0,<2.14.dev0",
CC @BastianZim
Note that the latest semver is v3.0.2, so the difference between the upper pins <4.0.0
and <3.1.dev0
does not yet exist, so this is just to prevent problems in the future.
Checklist
generate_patch_json.py
if absolutely necessary.pre-commit run -a
and ensured all files pass the linting checks.python show_diff.py
and posted the output as part of the PR.