Skip to content

25.4.0

Compare
Choose a tag to compare
@kenodegard kenodegard released this 17 Apr 12:59
· 4 commits to 25.4.x since this release
a681cac

Enhancements

  • Use evalidate to evaluate selector logic. This restricts which operations are allowed as part of a selector. In particular, only os.getenv and os.environ are now allowed in the os module. (#5482)
  • Ignore run_exports of python from other packages when building with python_version_independent: true. (#5654)

Bug fixes

  • Fix get_conda_operation_locks call to use correct arguments. (#4215 via #5259)
  • Use conda_build.utils.tar_xf everywhere to avoid blind usage of tar.extractall in conda render and conda convert.
  • Fix release upload workflow to use GitHub event tag names. (#5686)

Docs

  • Add recommendation to append build number to build string when overwriting build string. (#5676)

Other

  • Remove --no-deps, --no-build-isolation, and --ignore-installed pip install options in example recipes as conda-build will enforce all required pip install options itself at build time. (#5541)

Contributors

Full Changelog: 25.3.2...25.4.0