Commits
Click on a commit to change the comparison rangeFix `os.pathsep` support in Jinja
Previously `os.pathsep` was supported in conda-build 25.3. However it
appears locking down Jinja usage of `os` introduced a regression in 25.4
that dropped `os.pathsep` support. To fix this ensure `os.pathsep` is
exposed to Jinja and test for it. Add `os.pathsep` to `evalidate_model` check Add news entry for `os.pathsep` fix Update 5705-fix-os-pathsep-regr.md