Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update github-tags dependency conda/conda to v24 #73

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

anaconda-renovate[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
conda/conda major 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 the conda package!

To improve the integration of the conda env subcommand (previously standalone), we've moved its
code into the conda package, while allowing old conda env commands to still work via Python
import 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
  • Verify signatures on to-be-installed packages instead of on all packages. (#​11545, #​13053)
  • Add new pre-solves and post-solves plugin hooks. (#​13053)
  • Add support for Python 3.12. (#​13072)
  • Check repodata.json.zst for faster repodata downloads. (#​13256)
  • Add --skip-flexible-search option in conda search to skip flexible search. (#​13315)
  • Provide a more useful warning when attempting to rename a non-existent prefix. (#​13387)
  • Add a new flag --keep-env to be used with conda remove --all. It allows users to delete all packages in the environment while retaining the environment itself. (#​13419)
  • Add a Y/N prompt warning users that conda env remove and conda remove --all deletes not only the conda packages but the entirety of the specified environment. (#​13440)
  • Add --repodata-use-zst/--no-repodata-use-zst flag to control repodata.json.zst check; corresponding repodata_use_zst: true/false for .condarc. Default is to check for repodata.json.zst. Disable if remote returns unparseable repodata.json.zst instead of correct data or 404. (#​13504)
Bug fixes
  • Create the ~/.conda directory before trying to write to the environments.txt file. (#​13338)
  • Ensure PackageRecord.timestamp is dumped in milliseconds. (#​13483)
  • Fix error when setting a non-default repodata filename via CONDA_REPODATA_FNS. (#​13490)
  • Fix the config file location where the integrated Anaconda client gateway loads user configuration from. This is a regression introduced in conda 23.11.0 when the platformdirs library was adopted. (#​13517 via #​13520)
  • Interpret missing Cache-Control header as max-age=0 instead of exception. (#​13522)
Deprecations
  • Mark conda_env/cli/common as pending deprecation. Use conda.cli.common instead. (#​13168)
  • Mark conda_env/cli/main_config as pending deprecation. Use conda.cli.main_env_config instead. (#​13168)
  • Mark conda_env/cli/main_create as pending deprecation. Use conda.cli.main_env_create instead. (#​13168)
  • Mark conda_env/cli/main_export as pending deprecation. Use conda.cli.main_env_export instead. (#​13168)
  • Mark conda_env/cli/main_list as pending deprecation. Use conda.cli.main_env_list instead. (#​13168)
  • Mark conda_env/cli/main_remove as pending deprecation. Use conda.cli.main_env_remove instead. (#​13168)
  • Mark conda_env/cli/main_update as pending deprecation. Use conda.cli.main_env_update instead. (#​13168)
  • Mark conda_env/cli/main_vars as pending deprecation. Use conda.cli.main_env_vars instead. (#​13168)
  • Mark conda_env/env as pending deprecation. Use conda.env.env instead. (#​13168)
  • Mark conda_env/installers/base as pending deprecation. Use conda.env.installers.base instead. (#​13168)
  • Mark conda_env/installers/conda as pending deprecation. Use conda.env.installers.conda instead. (#​13168)
  • Mark conda_env/installers/pip as pending deprecation. Use conda.env.installers.pip instead. (#​13168)
  • Mark conda_env/pip_util as pending deprecation. Use conda.env.pip_util instead. (#​13168)
  • Mark conda_env/specs as pending deprecation. Use conda.env.specs instead. (#​13168)
  • Mark conda_env/specs/binstar as pending deprecation. Use conda.env.specs.binstar instead. (#​13168)
  • Mark conda_env/specs/requirements as pending deprecation. Use conda.env.specs.requirements instead. (#​13168)
  • Mark conda_env/specs/yaml_file as pending deprecation. Use conda.env.specs.yaml_file instead. (#​13168)
  • Mark conda.testing.integration.make_temp_package_cache as pending deprecation. (#​13511)
Docs
Other
  • Add type hinting for VersionOrder class. (#​13380)
  • Re-enable and apply pyupgrade via ruff. (#​13272, #​13433)
  • Start tracking performance in continuous integration and automatically report about it in pull requests. (#​13460)
  • Add tmp_pkgs_dir fixture to replace make_temp_package_cache. (#​13511)
  • Improve lock API for the repodata cache. (#​13455)
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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@anaconda-renovate anaconda-renovate bot requested a review from a team February 1, 2024 02:04
@anaconda-renovate anaconda-renovate bot requested review from ekeih and tyu0912 February 1, 2024 02:04
@anaconda-renovate anaconda-renovate bot enabled auto-merge (squash) February 1, 2024 02:04
@anaconda-renovate anaconda-renovate bot merged commit c18d955 into main Feb 1, 2024
1 check passed
@anaconda-renovate anaconda-renovate bot deleted the renovate/conda-conda-24.x branch February 1, 2024 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants