-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Recipe updates for v1.13.0 #54
base: main
Are you sure you want to change the base?
Conversation
This is now provided by anaconda-cli-base, and anaconda-client subcommands are made available via the plugin mechanism
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( For recipe/meta.yaml:
|
@conda-forge-admin, please rerender |
…nda-forge-pinning 2024.10.31.23.25.38
I accidentally generated it with a "v" before the version number in the filename
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Hi @jakirkham, @mbargull! Just wanted to bring this to your attention. We released v1.13.0 to Also, happy to take over maintenance of this feedstock if you are interested. |
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)We've made a few fundamental changes to
anaconda-client
in v1.13.0. The changes are non-breaking and backwards-compatible.With this release, we have moved the
anaconda
entrypoint intoanaconda-cli-base
, and converted the corebinstar.scripts.main
entrypoint to be a subcommand plugin. We have implemented backwards-compatible logic to mount all existing subcommands to the parent CLI. For now, ifanaconda-client
is installed as the only plugin package, the CLI should be identical.The library interfaces haven't changed.
I wanted to bring this PR manually to draw awareness to the conda-forge team, since I know this is used in automation scripts. I'd also like to offer myself to become a maintainer of this feedstock, if the team is willing. I will be leading the CLI efforts for Anaconda in the future, so I'd love to help streamline the process.
More details can be found in the release notes.