Releases: conda/conda-build
Releases · conda/conda-build
24.5.0
Enhancements
- Only fetch
lfs
files for specificgit_ref
. (#5202) - Add
conda_build.metadata._split_line_selector
to cache line-selector parsed text. (#5237) - Add
conda_build.render.open_recipe
context manager to detect the recipe type (file/meta.yaml
, directory/recipe, or tarball/package) and properly handling any exit/close behavior. (#5238) - For Windows users, the stub executables used for Python entrypoints in packages are now codesigned. (#5252)
- Require
conda >=23.7.0
. (#5271)
Bug fixes
- Fix all CLI arguments to properly initialize
conda.base.context.context
with parsed arguments. Fixes issue with arguments not being processed (e.g.,--override-channels
was previously ignored). (#3693 via #5271)
Deprecations
- Deprecate
conda_build.conda_interface.CONDA_VERSION
constant. Useconda.__version__
instead. (#5222) - Deprecate
conda_build.conda_interface.binstar_upload
constant. Useconda.base.context.context.binstar_upload
instead. (#5222) - Deprecate
conda_build.conda_interface.default_python
constant. Useconda.base.context.context.default_python
instead. (#5222) - Deprecate
conda_build.conda_interface.envs_dirs
constant. Useconda.base.context.context.envs_dirs
instead. (#5222) - Deprecate
conda_build.conda_interface.pkgs_dirs
constant. Useconda.base.context.context.pkgs_dirs
instead. (#5222) - Deprecate
conda_build.conda_interface.cc_platform
constant. Useconda.base.context.context.platform
instead. (#5222) - Deprecate
conda_build.conda_interface.root_dir
constant. Useconda.base.context.context.root_prefix
instead. (#5222) - Deprecate
conda_build.conda_interface.root_writable
constant. Useconda.base.context.context.root_writable
instead. (#5222) - Deprecate
conda_build.conda_interface.subdir
constant. Useconda.base.context.context.subdir
instead. (#5222) - Deprecate
conda_build.conda_interface.create_default_packages
constant. Useconda.base.context.context.create_default_packages
instead. (#5222) - Deprecate
conda_build.conda_interface.get_rc_urls
function. Useconda.base.context.context.channels
instead. (#5222) - Deprecate
conda_build.conda_interface.get_prefix
function. Useconda.base.context.context.target_prefix
instead. (#5222) - Deprecate
conda_build.conda_interface.get_conda_channel
function. Useconda.models.channel.Channel.from_value
instead. (#5222) - Deprecate
conda_build.conda_interface.reset_context
function. Useconda.base.context.reset_context
instead. (#5222) - Deprecate
conda_build.conda_interface.context
singleton. Useconda.base.context.context
instead. (#5251) - Deprecate
conda_build.conda_interface.configparser
module. Useconfigparser
instead. (#5251) - Deprecate
conda_build.conda_interface.os
module. Useos
instead. (#5251) - Deprecate
conda_build.conda_interface.partial
function. Usefunctools.partial
instead. (#5251) - Deprecate
conda_build.conda_interface.import_module
function. Useimportlib.import_module
instead. (#5251) - Deprecate
conda_build.conda_interface.determine_target_prefix
function. Useconda.base.context.determine_target_prefix
instead. (#5251) - Deprecate
conda_build.conda_interface.non_x86_linux_machines
constant. Useconda.base.context.non_x86_machines
instead. (#5251) - Deprecate
conda_build.conda_interface.ProgressiveFetchExtract
class. Useconda.core.package_cache.ProgressiveFetchExtract
instead. (#5251) - Deprecate
conda_build.conda_interface.CondaError
class. Useconda.exceptions.CondaError
instead. (#5251) - Deprecate
conda_build.conda_interface.CondaHTTPError
class. Useconda.exceptions.CondaHTTPError
instead. (#5251) - Deprecate
conda_build.conda_interface.LinkError
class. Useconda.exceptions.LinkError
instead. (#5251) - Deprecate
conda_build.conda_interface.LockError
class. Useconda.exceptions.LockError
instead. (#5251) - Deprecate
conda_build.conda_interface.NoPackagesFoundError
class. Useconda.exceptions.NoPackagesFoundError
instead. (#5251) - Deprecate
conda_build.conda_interface.PaddingError
class. Useconda.exceptions.PaddingError
instead. (#5251) - Deprecate
conda_build.conda_interface.UnsatisfiableError
class. Useconda.exceptions.UnsatisfiableError
instead. (#5251) - Deprecate
conda_build.conda_interface.get_conda_build_local_url
class. Useconda.models.channel.get_conda_build_local_url
instead. (#5251) - Deprecate
conda_build.config.Config.override_channels
. Defer toconda.base.context.context.channels
instead. (#5271, #5324) - Deprecate
conda_build.conda_interface._toposort
. Useconda.common.toposort._toposort
instead. (#5276) - Deprecate
conda_build.conda_interface.add_parser_channels
. Useconda.cli.helpers.add_parser_channels
instead. (#5276) - Deprecate
conda_build.conda_interface.add_parser_prefix
. Useconda.cli.helpers.add_parser_prefix
instead. (#5276) - Deprecate
conda_build.conda_interface.ArgumentParser
. Useconda.cli.conda_argparse.ArgumentParser
instead. (#5276) - Deprecate
conda_build.conda_interface.cc_conda_build
. Useconda.base.context.context.conda_build
instead. (#5276) - Deprecate
conda_build.conda_interface.Channel
. Useconda.models.channel.Channel
instead. (#5276) - Deprecate
conda_build.conda_interface.Completer
. Unused. (#5276) - Deprecate
conda_build.conda_interface.CondaSession
. Useconda.gateways.connection.session.CondaSession
instead. (#5276) - Deprecate
conda_build.conda_interface.download
. Useconda.gateways.connection.download.download
instead. (#5276) - Deprecate
conda_build.conda_interface.EntityEncoder
. Useconda.auxlib.entity.EntityEncoder
instead. (#5276) - Deprecate
conda_build.conda_interface.env_path_backup_var_exists
. Unused. (#5276) - Deprecate
conda_build.conda_interface.FileMode
. Useconda.models.enums.FileMode
instead. (#5276) - Deprecate
conda_build.conda_interface.human_bytes
. Useconda.utils.human_bytes
instead. (#5276) - Deprecate
conda_build.conda_interface.input
. Useinput
instead. (#5276) - Deprecate
conda_build.conda_interface.InstalledPackages
. Unused. (#5276) - Deprecate
conda_build.conda_interface.lchmod
. Useconda.gateways.disk.link.lchmod
instead. (#5276) - Deprecate
conda_build.conda_interface.MatchSpec
. Useconda.models.match_spec.MatchSpec
instead. (#5276) - Deprecate
conda_build.conda_interface.NoPackagesFound
. Useconda.exceptions.ResolvePackageNotFound
instead. (#5276) - Deprecate
conda_build.conda_interface.normalized_version
. Useconda.models.version.normalized_version
instead. (#5276) - Deprecate
conda_build.conda_interface.PackageRecord
. Useconda.models.records.PackageRecord
instead. (#5276) - Deprecate
conda_build.conda_interface.PathType
. Useconda.models.enums.PathType
instead. (#5276) - Deprecate
conda_build.conda_interface.prefix_placeholder
. Useconda.base.constants.PREFIX_PLACEHOLDER
instead. (#5276) - Deprecate
conda_build.conda_interface.Resolve
. Useconda.resolve.Resolve
instead. (#5276) - Deprecate
conda_build.conda_interface.rm_rf
. Useconda_build.utils.rm_rf
instead. (#5276) - Deprecate
conda_build.conda_interface.spec_from_line
. Useconda.cli.common.spec_from_line
instead. (#5276) - Deprecate
conda_build.conda_interface.specs_from_args
. Useconda.cli.common.specs_from_args
instead. (#5276) - Deprecate
conda_build.conda_interface.specs_from_url
. Useconda.cli.common.specs_from_url
instead. (#5276) - Deprecate
conda_build.conda_interface.StringIO
. Useio.StringIO
instead. (#5276) - Deprecate
conda_build.conda_interface.symlink_conda
. Unused. (#5276) - Deprecate
conda_build.conda_interface.TempDirectory
. Useconda.gateways.disk.create.TemporaryDirectory
instead. (#5276) - Deprecate
conda_build.conda_interface.TmpDownload
. Useconda.gateways.connection.download.TmpDownload
instead. (#5276) - Deprecate
conda_build.conda_interface.unix_path_to_win
. Useconda.utils.unix_path_to_win
instead. (#5276) - Deprecate
conda_build.conda_interface.Unsatisfiable
. Useconda.exceptions.UnsatisfiableError
instead. (#5276) - Deprecate
conda_build.conda_interface.untracked
. Useconda.misc.untracked
instead. (#5276) - Deprecate
conda_build.conda_interface.url_path
. Useconda.utils.url_path
instead. (#5276) - Deprecate
conda_build.conda_interface.VersionOrder
. Useconda.models.version.VersionOrder
instead. (#5276) - Deprecate
conda_build.conda_interface.walk_prefix
. Useconda.misc.walk_prefix
instead. (#5276) - Deprecate
conda_build.conda_interface.win_path_to_unix
. Useconda.common.path.win_path_to_unix
instead. (#5276) - Deprecate
conda_build.variants.get_vars(loop_only)
. (#5280) - Deprecate
conda_build.utils.HashableDict
. Usefrozendict.deepfreeze
instead. (#5284) - Deprecate
conda_build.utils._convert_lists_to_sets
. Usefrozendict.deepfreeze
instead. (#5284) - Deprecate
conda_build.utils.represent_hashabledict
. Usefrozendict.deepfreeze
instead. (#5284) - Deprecate
conda_build.config.noarch_python_build_age_default
. (#5298) - Postpone
conda_build.index.channel_data
deprecation. (#5299) - Remove
conda_build.api.get_output_file_path
. Useconda_build.api.get_output_file_paths
instead. (#5299) - Remove
conda_build.bdist_conda
. (#5299) - Remove
conda_build.build.have_prefix_files
. (#5299) - Remove
conda_build.conda_interface.get_index
. Useconda.core.index.get_index
instead. (#5299) - Remove
conda_build.conda_interface.get_version_from_git_tag
. Useconda_build.environ.get_version_from_git_tag
instead. (#5299) - Remove
conda_build.conda_interface.handle_proxy_407
. Handled byconda.gateways.connection.session.CondaSession
. (#5299) - Remove
conda_build.conda_interface.hashsum_file
. Useconda.gateways.disk.read.compute_sum
instead. (#5299) - Remove
conda_build.conda_interface.md5_file
. Useconda.gateways.disk.read.compute_sum(path, 'md5')
ins...
24.3.0
Enhancements
Bug fixes
Deprecations
- Mark
conda_build.bdist_conda
module as pending deprecation. (#5196) - Mark
conda_build.build.have_prefix_files
as deprecated. (#5199) - Mark
conda_build.conda_interface.handle_proxy_407
as deprecated. Handled byconda.gateways.connection.session.CondaSession
. (#5203) - Mark
conda_build.conda_interface.hashsum_file
as deprecated. Useconda.gateways.disk.read.compute_sum
instead. (#5203) - Mark
conda_build.conda_interface.md5_file
as deprecated. Useconda.gateways.disk.read.compute_sum(path, 'md5')
instead. (#5203) - Mark
conda_build.environ.PREFIX_ACTION
as deprecated. (#5203) - Mark
conda_build.environ.LINK_ACTION
as deprecated. (#5203) - Mark
conda_build.environ.cache_actions
as deprecated. (#5203) - Mark
conda_build.index.DummyExecutor
as deprecated. (#5203) - Mark
conda_build.index.MAX_THREADS_DEFAULT
as deprecated. (#5203) - Mark
conda_build.index.LOCK_TIMEOUT_SECS
as deprecated. (#5203) - Mark
conda_build.index.LOCKFILE_NAME
as deprecated. (#5203) - Postpone
conda_build.index.channel_data
deprecation. (#5203) - Rename
conda_build.environ.create_env('specs_or_actions' -> 'specs_or_precs')
. (#5203) - Rename `conda_build.environ._execute_actions('actions' -> 'precs'). (#5203)
- Rename `conda_build.environ._display_actions('actions' -> 'precs'). (#5203)
- Rename
conda_build.inspect.check_install('platform' -> 'subdir')
. (#5203) - Rename
conda_build.render.execute_download_actions('actions' -> 'precs')
. (#5203) - Rename
conda_build.render.get_upstream_pins('actions' -> 'precs')
. (#5203) - Remove
conda_build.cli.main_render.execute(print_results)
. (#5203) - Remove
conda_build.conda_interface.Dist
. (#5203) - Remove
conda_build.conda_interface.display_actions
. (#5203) - Remove
conda_build.conda_interface.execute_actions
. (#5203) - Remove
conda_build.conda_interface.execute_plan
. (#5203) - Remove
conda_build.conda_interface.install_actions
. (#5203) - Remove
conda_build.conda_interface.linked
. (#5203) - Remove
conda_build.conda_interface.linked_data
. (#5203) - Remove
conda_build.conda_interface.package_cache
. (#5203) - Remove
conda_build.environ.get_install_actions
. Useconda_build.environ.get_package_records
instead. (#5203) - Remove
conda_build.index._determine_namespace
. (#5203) - Remove
conda_build.index._make_seconds
. (#5203) - Remove
conda_build.index.REPODATA_VERSION
. (#5203) - Remove
conda_build.index.CHANNELDATA_VERSION
. (#5203) - Remove
conda_build.index.REPODATA_JSON_FN
. (#5203) - Remove
conda_build.index.REPODATA_FROM_PKGS_JSON_FN
. (#5203) - Remove
conda_build.index.CHANNELDATA_FIELDS
. (#5203) - Remove
conda_build.index._clear_newline_chars
. (#5203) - Remove
conda_build.index._get_jinja2_environment
. (#5203) - Remove
conda_build.index._maybe_write
. (#5203) - Remove
conda_build.index._make_build_string
. (#5203) - Remove
conda_build.index._warn_on_missing_dependencies
. (#5203) - Remove
conda_build.index._cache_post_install_details
. (#5203) - Remove
conda_build.index._cache_recipe
. (#5203) - Remove
conda_build.index._cache_run_exports
. (#5203) - Remove
conda_build.index._cache_icon
. (#5203) - Remove
conda_build.index._make_subdir_index_html
. (#5203) - Remove
conda_build.index._make_channeldata_index_html
. (#5203) - Remove
conda_build.index._get_source_repo_git_info
. (#5203) - Remove
conda_build.index._cache_info_file
. (#5203) - Remove
conda_build.index._alternate_file_extension
. (#5203) - Remove
conda_build.index._get_resolve_object
. (#5203) - Remove
conda_build.index._get_newest_versions
. (#5203) - Remove
conda_build.index._add_missing_deps
. (#5203) - Remove
conda_build.index._add_prev_ver_for_features
. (#5203) - Remove
conda_build.index._shard_newest_packages
. (#5203) - Remove
conda_build.index._build_current_repodata
. (#5203) - Remove
conda_build.index.ChannelIndex
. (#5203) - Remove
conda_build.inspect.check_install('prepend')
. (#5203) - Remove
conda_build.inspect.check_install('minimal_hint')
. (#5203) - Remove
conda_build.noarch_python.ISWIN
. Useconda_build.utils.on_win
instead. (#5203) - Remove
conda_build.noarch_python._force_dir
. Useos.makedirs(exist_ok=True)
instead. (#5203) - Remove
conda_build.noarch_python._error_exit
. (#5203) - Remove
conda_build.render.actions_to_pins
. (#5203) - Remove
conda_build.utils.linked_data_no_multichannels
. (#5203) - Mark
conda_build.api.get_output_file_path
as deprecated. Useconda_build.api.get_output_file_paths
instead. (#5208) - Mark
conda_build.environ.Environment
as deprecated. Useconda.core.prefix_data.PrefixData
instead. (#5219) - Mark
conda_build.conda_interface.get_version_from_git_tag
as deprecated. Useconda_build.environ.get_version_from_git_tag
instead. (#5221)
Docs
- Update advice for installing conda-build into base environment. (#5223)
Other
- Add a check to print an additional warning and return an empty string when bits is "arm64" in
msvc_env_cmd
. (#4867)
Contributors
- @beeankha
- @conda-bot
- @dholth
- @finnagin made their first contribution in #4867
- @kathatherine
- @kenodegard
- @mbargull
- @minrk
- @ryanskeith
- @travishathaway
- @pre-commit-ci[bot]
24.1.2
24.1.1
24.1.0
Enhancements
- Update
conda inspect channels
to use updated solver/transaction logic. (#5033) - Relax
script_env
error in outputs when variable referenced inscript_env
is not defined.
This unifies current behavior with the top-level build. (#5105) - Add support for Python 3.12. (#4997 via #4998)
- Adopt calender versioning (CalVer) per CEP-8 for consistency with conda. (#4975)
- Adopt expedited CEP-9 deprecation policy. (#5064)
Deprecations
- Mark
conda inspect channels --test-installable
as pending deprecation. (#5033) - Mark
conda_build.inspect_pkg.check_install(package)
as pending deprecation in favor ofconda_build.inspect_pkg.check_install(subdir)
. (#5033) - Mark
conda_build.inspect_pkg.check_install(prepend)
as pending deprecation. (#5033) - Mark
conda_build.inspect_pkg.check_install(minimal_hint)
as pending deprecation. (#5033) - Mark
conda_build.conda_interface.Dist
as pending deprecation. (#5074) - Mark
conda_build.conda_interface.display_actions
as pending deprecation. (#5074) - Mark
conda_build.conda_interface.execute_actions
as pending deprecation. (#5074) - Mark
conda_build.conda_interface.execute_plan
as pending deprecation. (#5074) - Mark
conda_build.conda_interface.get_index
as pending deprecation. (#5074) - Mark
conda_build.conda_interface.install_actions
as pending deprecation. (#5074) - Mark
conda_build.conda_interface.linked
as pending deprecation. (#5074) - Mark
conda_build.conda_interface.linked_data
as pending deprecation. (#5074) - Mark
conda_build.utils.linked_data_no_multichannels
as pending deprecation. (#5074) - Mark
conda_build.environ.get_install_actions
as pending deprecation in favor ofconda_build.environ.get_package_records
. (#5152) - Mark
conda_build.environ.create_env(specs_or_actions)
as pending deprecation in favor ofconda_build.environ.create_env(specs_or_precs)
. (#5152) - Mark
conda_build.index.channel_data
as pending deprecation. (#5152) - Mark
conda_build.index._determine_namespace
as pending deprecation. (#5152) - Mark
conda_build.index._make_seconds
as pending deprecation. (#5152) - Mark
conda_build.index.REPODATA_VERSION
as pending deprecation. (#5152) - Mark
conda_build.index.CHANNELDATA_VERSION
as pending deprecation. (#5152) - Mark
conda_build.index.REPODATA_JSON_FN
as pending deprecation. (#5152) - Mark
conda_build.index.REPODATA_FROM_PKGS_JSON_FN
as pending deprecation. (#5152) - Mark
conda_build.index.CHANNELDATA_FIELDS
as pending deprecation. (#5152) - Mark
conda_build.index._clear_newline_chars
as pending deprecation. (#5152) - Mark
conda_build.index._apply_instructions
as pending deprecation. (#5152) - Mark
conda_build.index._get_jinja2_environment
as pending deprecation. (#5152) - Mark
conda_build.index._maybe_write
as pending deprecation. (#5152) - Mark
conda_build.index._maybe_build_string
as pending deprecation. (#5152) - Mark
conda_build.index._warn_on_missing_dependencies
as pending deprecation. (#5152) - Mark
conda_build.index._cache_post_install_details
as pending deprecation. (#5152) - Mark
conda_build.index._cache_recipe
as pending deprecation. (#5152) - Mark
conda_build.index._cache_run_exports
as pending deprecation. (#5152) - Mark
conda_build.index._cache_icon
as pending deprecation. (#5152) - Mark
conda_build.index._make_subdir_index_html
as pending deprecation. (#5152) - Mark
conda_build.index._make_channeldata_index_html
as pending deprecation. (#5152) - Mark
conda_build.index._get_source_repo_git_info
as pending deprecation. (#5152) - Mark
conda_build.index._cache_info_file
as pending deprecation. (#5152) - Mark
conda_build.index._alternate_file_extension
as pending deprecation. (#5152) - Mark
conda_build.index._get_resolve_object
as pending deprecation. (#5152) - Mark
conda_build.index._get_newest_versions
as pending deprecation. (#5152) - Mark
conda_build.index._add_missing_deps
as pending deprecation. (#5152) - Mark
conda_build.index._add_prev_ver_for_features
as pending deprecation. (#5152) - Mark
conda_build.index._shard_newest_packages
as pending deprecation. (#5152) - Mark
conda_build.index._build_current_repodata
as pending deprecation. (#5152) - Mark
conda_build.index.ChannelIndex
as pending deprecation. (#5152) - Mark
conda_build.render.actions_to_pins
as pending deprecation. (#5152) - Mark
conda_build.render.execute_download_actions(actions)
as pending deprecation in favor ofconda_build.render.execute_download_actions(precs)
. (#5152) - Mark
conda_build.render.get_upstream_pins(actions)
as pending deprecation in favor ofconda_build.render.get_upstream_pins(precs)
. (#5152) - Remove
conda_build.api.update_index
. (#5151) - Remove
conda_build.cli.main_build.main
. (#5151) - Remove
conda_build.cli.main_convert.main
. (#5151) - Remove
conda_build.cli.main_debug.main
. (#5151) - Remove
conda_build.cli.main_develop.main
. (#5151) - Remove
conda_build.cli.main_index
. (#5151) - Remove
conda_build.cli.main_inspect.main
. (#5151) - Remove
conda_build.cli.main_metapackage.main
. (#5151) - Remove
conda_build.cli.main_render.main
. (#5151) - Remove
conda_build.cli.main_skeleton.main
. (#5151) - Remove
conda_build.conda_interface.IndexRecord
. (#5151) - Remove
conda_build.conda_interface.CrossPlatformStLink
. (#5151) - Remove
conda_build.conda_interface.SignatureError
. (#5151) - Remove
conda_build.conda_interface.which_package
. (#5151) - Remove
conda_build.conda_interface.which_prefix
. (#5151) - Remove
conda_build.conda_interface.get_installed_version
. (#5151) - Remove
conda_build.config.python2_fs_encode
. (#5151) - Remove
conda_build.config._ensure_dir
. (#5151) - Remove
conda_build.config.Config.CONDA_LUA
. (#5151) - Remove
conda_build.config.Config.CONDA_PY
. (#5151) - Remove
conda_build.config.Config.CONDA_NPY
. (#5151) - Remove
conda_build.config.Config.CONDA_PERL
. (#5151) - Remove
conda_build.config.Config.CONDA_R
. (#5151) - Remove
conda_build.environ.clean_pkg_cache
. (#5151) - Remove
conda_build.index.update_index
. (#5151) - Remove
conda_build.inspect_pkg.dist_files
. (#5151) - Remove
conda_build.inspect_pkg.which_package(avoid_canonical_channel_name)
. (#5151) - Remove
conda_build.inspect_pkg._installed
. (#5151) - Remove
conda_build.metadata.Metadata.name(fail_ok)
. (#5151) - Remove
conda_build.os_utils.ldd.get_package_files
. (#5151) - Remove
conda_build.os_utils.liefldd.is_string
. (#5151) - Remove
conda_build.os_utils.liefldd.codefile_type_liefldd
. (#5151) - Remove
conda_build.os_utils.liefldd.codefile_type_pyldd
. (#5151) - Remove
conda_build.os_utils.liefldd.codefile_type
. (#5151) - Remove
conda_build.os_utils.pyldd.mach_o_change
. (#5151) - Remove
conda_build.os_utils.pyldd.is_codefile
. (#5151) - Remove
conda_build.os_utils.pyldd.codefile_type
. (#5151) - Remove
conda_build.os_utils.pyldd.inspect_rpaths
. (#5151) - Remove
conda_build.os_utils.pyldd.get_runpaths
. (#5151) - Remove
conda_build.os_utils.pyldd.otool_sys
. (#5151) - Remove
conda_build.os_utils.pyldd.ldd_sys
. (#5151) - Remove
conda_build.plugin.index
. (#5151) - Remove
conda_build.post.determine_package_nature
. (#5151) - Remove
conda_build.post.library_nature(subdir)
. (#5151) - Remove
conda_build.post.library_nature(bldpkgs_dirs)
. (#5151) - Remove
conda_build.post.library_nature(output_folder)
. (#5151) - Remove
conda_build.post.library_nature(channel_urls)
. (#5151) - Remove
conda_build.post.dists_from_names
. (#5151) - Remove
conda_build.post.FakeDist
. (#5151) - Remove
conda_build.post._get_fake_pkg_dist
. (#5151) - Remove
conda_build.utils.relative
. (#5151) - Remove
conda_build.utils.samefile
. (#5151)
Docs
- Add GoatCounter (https://www.goatcounter.com/) as an analytics tool. (#5093)
Other
- Remove unused Allure test report collection. (#5113)
- Remove dependency on
conda.plan
. (#5074) - Remove almost all dependency on
conda.models.dist
. (#5074) - Replace usage of legacy
conda.models.dist.Dist
withconda.models.records.PackageRecord
. (#5074)
Contributors
Full Changelog: 3.28.4...24.1.0
3.28.4
Bug fixes
- Fix linking check regressions by restoring pre-3.28 behavior for
conda_build.inspect_pkg.which_package
. (#5141)
Contributors
Full Changelog: 3.28.3...3.28.4
3.28.3
Bug fixes
- Update
conda_build.os_utils.liefldd.ensure_binary
to handleNone
inputs. (#5123 via #5124) - Update
conda_build.inspect_pkg.which_package
to use a cached mapping of paths to packages (first call:O(n)
, subsequent calls:O(1)
) instead of relying onPath.samefile
comparisons (O(n * m)
). (#5126 via #5130)
Contributors
Full Changelog: 3.28.2...3.28.3
3.28.2
Enhancements
- Update
conda_build.metadata.MetaData.get_section
to consistently return lists for "source" and "outputs". (#5111 via #5112)
Bug fixes
- Resolve duplicate package record issue in
conda_build.inspect_pkg.which_package
. (#5106 via #5108) - Ensure
conda_build.post._lookup_in_prefix_packages
displaysstr(PackageRecord)
instead ofrepr(PackageRecord)
. (#5106 via #5108) - Fix finalization of recipes with multiple sources. (#5111 via #5112)
- Improve handling by catching the more general
ImportError
instead ofModuleNotFoundError
to cover cases involvingmenuinst 1.x
. (#5116)
Contributors
Full Changelog: 3.28.1...3.28.2
3.28.1
Bug fixes
- Relax
conda_build.metadata.MetaData.version
checks whenoutputs
have been defined. (#5096) - Remove
lief
frompyproject.toml
since it causespip check
to fail. To be re-added in the future after an update topy-lief
package. (#5099)
Contributors
Full Changelog: 3.28.0...3.28.1
3.28.0
Special announcement
In the upcoming January 2024 release of conda-build, significant changes are underway. We're set to transition to the CalVer versioning system. Additionally, we'll be formally embracing CEP 8 to manage our release schedule. Moreover, an expedited version of CEP 9 will be adopted for deprecation handling, omitting the pending deprecation phase and streamlining the period from deprecation to removal to a mere 2 months.
Enhancements
- Add
stblib
jinja function similar tocompiler
to explicitly define sysroot dependencies. (#4999) - Utilize conda-known subdirs for selector definitions, enabling conda_build to support new architectures with only an updated conda version. New OS support requires additional information for proper conda_build functionality, including UNIX-like platform designation, shared library prefix, and binary archive format for the platform. (#5009)
- Eliminate unnecessary cache clearing from
conda_build.build.test
. (#5031) - Consolidate
which_package
implementations and replaceconda.models.dist.Dist
usage withconda.models.records.PrefixRecords
. (#5041)
Bug fixes
- Display package file name in
get_hash_input
. (#5021) - Fall back to solved record filename to locate the downloaded tarball in
get_upstream_pins
. (#4991 via #5037) - Prevent overwriting of variants in high priority cbc.yaml entries when absent in lower priority cbc.yamls. (#5039)
- Correct the check for a missing anaconda-client to display a useful error message. (#5050)
- Fix conda_index.index verbose DEBUG/INFO message logging. (#5066)
Deprecations
- Mark
conda_build.environ.clean_pkg_cache
for pending deprecation. (#5031) - Mark
conda_build.conda_interface.IndexRecord
for pending deprecation. Useconda.models.records.PackageRecord
instead. (#5032) - Mark
conda_build.os_utils.pyldd.is_string
for pending deprecation. Useisinstance(value, str)
instead. (#5040) - Mark
conda_build.os_utils.pyldd.is_codefile
for pending deprecation. Useconda_build.os_utils.pyldd.codefile_class
instead. (#5040) - Mark
conda_build.os_utils.pyldd.codefile_type
for pending deprecation. Useconda_build.os_utils.pyldd.codefile_class
instead. (#5040) - Mark
conda_build.inspect_pkg.dist_files
for pending deprecation. (#5041) - Mark
conda_build.inspect_pkg.which_package(avoid_canonical_channel_name)
for pending deprecation. (#5041) - Mark
conda_build.inspect_pkg._installed
for pending deprecation. (#5041) - Mark
conda_build.os_utils.ldd.get_package_files
for pending deprecation. (#5041) - Mark
conda_build.os_utils.pyldd.mach_o_change
for pending deprecation. (#5041) - Mark
conda_build.os_utils.pyldd.inspect_rpath
for pending deprecation. (#5041) - Mark
conda_build.os_utils.pyldd.get_runpaths
for pending deprecation. (#5041) - Mark
conda_build.os_utils.pyldd.otool_sys
for pending deprecation. (#5041) - Mark
conda_build.os_utils.pyldd.ldd_sys
for pending deprecation. (#5041) - Mark
conda_build.post.determine_package_nature
for pending deprecation. Useconda_build.post.get_dsos
andconda_build.post.get_run_exports
instead. (#5041) - Mark
conda_build.post.library_nature(subdir, bldpkgs_dirs, output_folder, channel_urls)
for pending deprecation. (#5041) - Mark
conda_build.post.dist_from_names
for pending deprecation. Queryconda.core.prefix_data.PrefixData
instead. (#5041) - Mark
conda_build.post.FakeDist
for pending deprecation. Useconda.models.records.PrefixRecord
instead. (#5041) - Mark
conda_build.post._get_fake_pkg_dist
for pending deprecation. Useconda.models.records.PrefixRecord
instead. (#5041) - Mark
conda_build.utils.relative
for pending deprecation. Useos.path.relpath
orpathlib.Path.relative_to
instead. (#5042)
Docs
- Incorporate the conda-sphinx-theme into conda-build documentation. (#5067)
- Update certain pages to remove redundant TOC entries. (#5067)
Other
- Implement Ruff linter in pre-commit configuration. (#5015)
- Replace
black
withruff format
in pre-commit setup. (#5052) - Identify Unicode tests as incompatible with
libmamba
. (#5059)
Contributors
- @conda-bot
- @danpetry made their first contribution in #5039
- @duncanmmacleod
- @h-vetinari made their first contribution in #4999
- @isuruf
- @jaimergp
- @jakirkham
- @kenodegard
- @mbargull
- @travishathaway
- @pre-commit-ci[bot]
Full Changelog: 3.27.0...3.28.0