chore(deps): update github-tags dependency conda/conda to v24 #73
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.1.0
Release Notes
conda/conda (conda/conda)
v24.1.0
Compare Source
Special announcement
The
conda_env.*
modules have been merged into theconda
package!To improve the integration of the
conda env
subcommand (previously standalone), we've moved itscode into the
conda
package, while allowing oldconda env
commands to still work via Pythonimport redirects. This is a first step of many to improving the user experience of the conda
command line interface related to environment management. (#13168)
Enhancements
pre-solves
andpost-solves
plugin hooks. (#13053)repodata.json.zst
for faster repodata downloads. (#13256)--skip-flexible-search
option inconda search
to skip flexible search. (#13315)--keep-env
to be used withconda remove --all
. It allows users to delete all packages in the environment while retaining the environment itself. (#13419)conda env remove
andconda remove --all
deletes not only the conda packages but the entirety of the specified environment. (#13440)--repodata-use-zst/--no-repodata-use-zst
flag to controlrepodata.json.zst
check; correspondingrepodata_use_zst: true/false
for.condarc
. Default is to check forrepodata.json.zst
. Disable if remote returns unparseablerepodata.json.zst
instead of correct data or 404. (#13504)Bug fixes
~/.conda
directory before trying to write to theenvironments.txt
file. (#13338)PackageRecord.timestamp
is dumped in milliseconds. (#13483)CONDA_REPODATA_FNS
. (#13490)platformdirs
library was adopted. (#13517 via #13520)Cache-Control
header asmax-age=0
instead of exception. (#13522)Deprecations
conda_env/cli/common
as pending deprecation. Useconda.cli.common
instead. (#13168)conda_env/cli/main_config
as pending deprecation. Useconda.cli.main_env_config
instead. (#13168)conda_env/cli/main_create
as pending deprecation. Useconda.cli.main_env_create
instead. (#13168)conda_env/cli/main_export
as pending deprecation. Useconda.cli.main_env_export
instead. (#13168)conda_env/cli/main_list
as pending deprecation. Useconda.cli.main_env_list
instead. (#13168)conda_env/cli/main_remove
as pending deprecation. Useconda.cli.main_env_remove
instead. (#13168)conda_env/cli/main_update
as pending deprecation. Useconda.cli.main_env_update
instead. (#13168)conda_env/cli/main_vars
as pending deprecation. Useconda.cli.main_env_vars
instead. (#13168)conda_env/env
as pending deprecation. Useconda.env.env
instead. (#13168)conda_env/installers/base
as pending deprecation. Useconda.env.installers.base
instead. (#13168)conda_env/installers/conda
as pending deprecation. Useconda.env.installers.conda
instead. (#13168)conda_env/installers/pip
as pending deprecation. Useconda.env.installers.pip
instead. (#13168)conda_env/pip_util
as pending deprecation. Useconda.env.pip_util
instead. (#13168)conda_env/specs
as pending deprecation. Useconda.env.specs
instead. (#13168)conda_env/specs/binstar
as pending deprecation. Useconda.env.specs.binstar
instead. (#13168)conda_env/specs/requirements
as pending deprecation. Useconda.env.specs.requirements
instead. (#13168)conda_env/specs/yaml_file
as pending deprecation. Useconda.env.specs.yaml_file
instead. (#13168)conda.testing.integration.make_temp_package_cache
as pending deprecation. (#13511)Docs
conda.cli.main_info
. (#13445)conda.cli.main_search
. (#13465)Other
VersionOrder
class. (#13380)pyupgrade
viaruff
. (#13272, #13433)tmp_pkgs_dir
fixture to replacemake_temp_package_cache
. (#13511)Contributors
Configuration
📅 Schedule: Branch creation - "every weekday" in timezone 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.