conda-forge / conda-forge-repodata-patches-feedstock

A conda-smithy repository for conda-forge-repodata-patches.
BSD 3-Clause "New" or "Revised" License
16 stars 164 forks source link

Fix semver dependency in grayskull #823

Closed maresb closed 2 months ago

maresb commented 2 months ago

Checklist

conda-forge-webservices[bot] commented 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.

maresb commented 2 months ago
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",
maresb commented 2 months ago

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.