feat(deps): Update dependency conda-forge/conda to v24 #509
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
23.11.0->24.5.0Release Notes
conda/conda (conda-forge/conda)
v24.5.0Compare Source
Enhancements
MatchSpecitem causedInvalid*Specexceptions for more informative error messages. (#11203 via #13598)base_urlfield inrepodata.json. (#13137 via #13744)Bug fixes
conda notices --jsonto correctly output JSON. (#13561)subdiron Unix. (#13689)Deprecations
conda.plan._get_best_prec_matchas pending deprecation. Useconda.misc._get_best_prec_matchinstead. (#12421)conda.plan._handle_menuinstas pending deprecation. (#12421)conda.plan._inject_UNLINKLINKTRANSACTIONas pending deprecation. (#12421)conda.plan._plan_from_actionsas pending deprecation. (#12421)conda.plan.add_defaults_to_specsas pending deprecation. (#12421)conda.plan.add_unlinkas pending deprecation. (#12421)conda.plan.display_actionsas pending deprecation. (#12421)conda.plan.execute_actionsas pending deprecation. (#12421)conda.plan.get_blank_actionsas pending deprecation. (#12421)conda.plan.install_actionsas pending deprecation. (#12421)conda.plan.print_distsas pending deprecation. (#12421)conda.plan.revert_actionsas pending deprecation. Useconda.cli.install.revert_actionsinstead. (#12421)conda.planas an entrypoint as pending deprecation. (#12421)conda.activate._Activator.add_export_unset_varsas pending deprecation. Useconda.activate._Activator.get_export_unset_varsinstead. (#13720)conda.activate._Activator.get_scripts_export_unset_varsas pending deprecation. Useget_scripts_export_unset_varshelper function intest_activate.pyinstead. (#13720)conda.activate._Activator._get_path_dirs(extra_library_bin)as pending deprecation. (#13720)conda.activate.JSONFormatMixin.get_scripts_export_unset_varsas pending deprecation. Useconda.activate._Activator.get_export_unset_varsinstead. (#13720)conda.gateways.logging.traceas pending deprecation. UseLogger.log(conda.common.constants.TRACE, msg)instead. (#13732)conda create --mkdiras pending deprecation. The argument is redundant and unnecessary. (#13751)conda install --mkdiras pending deprecation. Useconda createinstead. (#13751)conda._vendor.frozendictas pending deprecation. Usefrozendictinstead. (#13767 via #13766)conda.auxlib.collection.make_immutableas pending deprecation. Usefrozendict.deepfreezeinstead. (#13801)conda.plan.execute_planas pending deprecation. (#13869)conda.plan.execute_instructionsas pending deprecation. (#13869)conda.plan._update_old_planas pending deprecation. (#13869)Docs
conda.core.index. (#13816)Other
setuptoolsremainings (MANIFEST.in,wheelbuild dependency) not required since the move tohatchin #12509. (#13684)conda/exports.py. (#13869)Contributors
v24.4.0Compare Source
Enhancements
Contributors
v24.3.0Compare Source
Enhancements
repodata.jsonraisesJSONDecodeError. (#11804)conda.gateways.subprocess.subprocess_callto usetext=Trueto avoid manual encoding/decoding. (#13240)conda activate. (#13567 via #13568)conda env exporttoconda exportand alias the old command to the new command. (#13577)conda install --revision <idx>. (#13611)conda.testing.tmp_channelpytest fixture to create a temporary local channel for testing. (#13634)Bug fixes
KeyboardInterruptinstead of raising anotherAttributeErrorexception, when conda debugging logs are enabled. (#13531)strinstead of raising an exception. (#13543)zstandardfor use when downloadingrepodata.json.zst. (#13551)repodata.jsonifrepodata.json.zstcannot be decompressed aszstandard. (#13558)conda renamecommand no longer throws an error when conda is not active. (#13565)repodata.jsonfromrepodata.json.zston most 4xx error codes. (#13573)--subdirand--platformflags to be available forconda env createcommand. (#13632)__archspecvirtual package on Windows to return microarchitecture instead of the defaultx86_64. (#13641)Content-Lengthis nonzero before calculating progress, avoiding a possibleZeroDivisionError. (#13653, #13671)Deprecations
conda.common.compat.encode_argumentsas pending deprecation. (#13240)conda.export.handle_proxy_407. (#13629)conda.testing.integration.make_temp_channelas pending deprecation. Useconda.testing.tmp_channelfixture instead. (#13634)conda.testing.integration.running_a_python_capable_of_unicode_subprocessingas pending deprecation. (#13634)conda.testing.integration.set_tmpdiras pending deprecation. Usetmp_path,conda.testing.path_factory, orconda.testing.tmp_envinstead. (#13634)conda.testing.integration._get_temp_prefixas pending deprecation. Usetmp_path,conda.testing.path_factory, orconda.testing.tmp_envinstead. (#13634)conda.testing.integration.make_temp_prefixas pending deprecation. Usetmp_path,conda.testing.path_factory, orconda.testing.tmp_envinstead. (#13634)conda.testing.integration.FORCE_temp_prefixas pending deprecation. Usetmp_path,conda.testing.path_factory, orconda.testing.tmp_envinstead. (#13634)conda.testing.integration.create_temp_locationas pending deprecation. Usetmp_pathorconda.testing.path_factoryinstead. (#13634)conda.testing.integration.tempdiras pending deprecation. Usetmp_pathorconda.testing.path_factoryinstead. (#13634)conda.testing.integration.reload_configas pending deprecation. Useconda.base.context.reset_contextinstead. (#13634)conda.base.context.Context.conda_exedeprecation toconda 24.9. (#13634)conda.testing.integration.run_commanddeprecation toconda 25.3. (#13634)conda 25.3. (#13634)conda._vendor.boltons. Useboltonspackage instead. (#12681 via #13634)conda.auxlib.packaging. Use a modern build system instead; see https://packaging.python.org/en/latest/tutorials/packaging-projects#creating-pyproject-toml for more details. (#12681 via #13634)conda env create --force. Useconda env create --yesinstead. (#12681 via #13634)conda info PACKAGE. Useconda search PACKAGE --infoinstead. (#12681 via #13634)conda.core.subdir_data.fetch_repodata_remote_request. Useconda.core.subdir_data.SubdirData.repo_fetch.fetch_latest_parsedinstead." (#12681 via #13634)conda.exports.memoized. Usefunctools.lru_cacheinstead. (#12681 via #13634)conda.gateways.disk.read._digest_path. Useconda.gateways.disk.read.compute_suminstead. (#12681 via #13634)conda.gateways.disk.read.compute_md5sum. Useconda.gateways.disk.read.compute_sum(path, "md5")instead. (#12681 via #13634)conda.gateways.disk.read.compute_sha256sum. Useconda.gateways.disk.read.compute_sum(path, "sha256")instead. (#12681 via #13634)conda.instructions.PREFIX. (#12681 via #13634)conda.instructions.PREFIX_CMD. (#12681 via #13634)conda.testing.encode_for_env_var. (#12681 via #13634)conda.testing.conda_check_versions_aligned. (#12681 via #13634)conda.testing.helpers.run_inprocess_conda_command. Useconda.testing.tmp_envinstead. (#12681 via #13634)conda.testing.helpers.capture_json_with_argv. (#12681 via #13634)conda.testing.integration.get_conda_list_tuple. Useconda.core.prefix_data.PrefixData.getinstead. (#12681 via #13634)conda.utils.md5_file. Useconda.gateways.disk.read.compute_sum(path, "md5")instead. (#12681 via #13634)conda.utils.hashsum_file. Useconda.gateways.disk.read.compute_suminstead. (#12681 via #13634)conda.utils.safe_open. Useopeninstead. (#12681 via #13634)python -m conda_env. Useconda envorpython -m conda envinstead. (#12681 via #13634)conda_env.env.load_from_directory. (#12681 via #13634)conda_env.pip_util.get_pip_version. (#12681 via #13634)conda_env.pip_util.PipPackage. (#12681 via #13634)conda_env.pip_util.installed. (#12681 via #13634)conda_env.pip_util._canonicalize_name. (#12681 via #13634)conda_env.pip_util.add_pip_installed. (#12681 via #13634)Docs
Other
dev/*scripts in favor ofconda-incubator/setup-minicondaGitHub Action in.github/workflows/tests.yml. (#13162).github/workflows/tests.yml. (#12418 via #13162)osx-arm64(aka Apple Silicon) runners. Enableosx-arm64canary builds. Fix or disable broken tests. (#13617)Contributors
v24.1.2Compare Source
Bug fixes
fetch_repodata_remote_requestwhenrepodata_use_zstis enabled. (#13595)Contributors
v24.1.1Compare Source
Bug fixes
repodata.jsonifrepodata.json.zstcannot be decompressed as zstandard. (#13558)repodata.jsonfromrepodata.json.zston most 4xx error codes. (#13573)Contributors
Configuration
📅 Schedule: Branch creation - "before 11pm" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.