conda-forge / conda-smithy

The tool for managing conda-forge feedstocks.
https://conda-forge.org/
BSD 3-Clause "New" or "Revised" License
152 stars 183 forks source link

fix: ensure we use CBC to parse recipe names for conda-forge #2135

Closed beckermr closed 6 days ago

beckermr commented 1 week ago

Checklist

This PR ensures we use the pinnings file when parsing recipe names for conda-forge. It helps avoid undefined jinja2 errors and badly formatted spec errors.

beckermr commented 1 week ago

@conda-forge/core this PR fixes a bug that was blocking staged recipes for noarch: python recipes with python_min in them. It should enable folks to not have to set a default value.