From 35170f9fcf53666ed9250c2c0f0075d7efa98198 Mon Sep 17 00:00:00 2001 From: Bianca Henderson Date: Wed, 29 May 2024 10:11:38 -0400 Subject: [PATCH] Update news file --- news/5333-remove-24.7.x-deprecations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/5333-remove-24.7.x-deprecations b/news/5333-remove-24.7.x-deprecations index 7e88e06d35..332176a70c 100644 --- a/news/5333-remove-24.7.x-deprecations +++ b/news/5333-remove-24.7.x-deprecations @@ -79,7 +79,7 @@ * `conda_build.conda_interface.VersionOrder` (use `conda.models.version.VersionOrder` instead) * `conda_build.conda_interface.walk_prefix` (use `conda.misc.walk_prefix` instead) * `conda_build.conda_interface.win_path_to_unix` (use `conda.common.path.win_path_to_unix` instead) - * `conda_build.index.channel_data` + * `conda_build.index.channel_data`; `conda_build.index.get_build_index` return value for `channel_data` is now always `None` * `conda_build.utils._convert_lists_to_sets` (use `frozendict.deepfreeze` instead) * `conda_build.utils.HashableDict` (use `frozendict.deepfreeze` instead) * `conda_build.utils.represent_hashabledict` (use `frozendict.deepfreeze` instead)