Skip to content

25.3.0

Compare
Choose a tag to compare
@kenodegard kenodegard released this 19 Mar 16:39
· 7 commits to 25.3.x since this release
e77c4c6

Enhancements

  • Add recipe option build.python_version_independent to support building ABI3 for one CPython version and using the package in any later version. (#5456)
  • Add cdt_arch and cdt_name as used vars when cdt jinja is used. (#5599)

Bug fixes

  • Fix subdirectory check for conda_build.utils.merge_tree. (#4976 via #4977)
  • Perform build string pin compatibility checks with glob matching instead of strict string equality. (#5600)
  • Warn about parsed and raw output block mismatches. This can cause issues with custom build strings, among others. The recommendation is to avoid Jinja flow control to build the output list. Use skip: true as necessary. (#5571 via #5601)
  • Fixes transitive subpackage dependency resolution issue #3308. (#5603)
  • Limit patchelf to <0.18. (#5607)
  • Use the CONDA_EXE as defined in context.conda_exe_vars_dict instead of defaulting to the one in the base env. (#5637)
  • Fix LIEF>=0.15 compatibility. (#5626 via #5627)

Other

  • Add flaky marker to tests that fail randomly. (#5623)

Contributors

Full Changelog: 25.1.2...25.3.0