Closed BiocondaBot closed 6 days ago
please ignore this automated PR in favour of https://github.com/bioconda/bioconda-recipes/pull/51666
recipes/haystac/meta.yaml (3)
`2-2`: **LGTM: Version bump follows semantic versioning** The version update from 0.4.11 to 0.4.12 follows proper semantic versioning format. --- Line range hint `29-37`: **Consider using more flexible version constraints** The run dependencies have exact version pins (e.g., `numpy =2.0.0`, `python =3.9.19`). While this ensures reproducibility, it might be too restrictive and could cause conflicts with other packages. Consider using more flexible version constraints (e.g., `>=`) unless these exact versions are absolutely required. ```shell #!/bin/bash # Description: Check if these exact versions are required by searching for version-related issues # Search for version-related issues in the upstream repository gh issue list -R antonisdim/haystac -S "in:title,body numpy python pandas version" ```--- `10-10`: **Verify SHA256 checksum against PyPI source** Let's verify that the SHA256 checksum matches the source tarball from PyPI.🧰 Tools
🪛 yamllint
[error] 1-1: syntax error: found character '%' that cannot start any token (syntax)
⚠️ The sha of the head commit of this PR conflicts with #51681. Mergify cannot evaluate rules on this PR. ⚠️
Update
haystac
: 0.4.11 → 0.4.12recipes/haystac
(click to view/edit other files)This pull request was automatically generated (see docs).