-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Replace HashableDict with frozendict.deepfreeze #27151
Replace HashableDict with frozendict.deepfreeze #27151
Conversation
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but couldn't find any. |
Hi! Thanks for your contribution to conda-forge. If these changes are intentional (and you aren't submitting a recipe), please attach a |
81967ee
to
f7674c6
Compare
Hi! Thanks for your contribution to conda-forge. If these changes are intentional (and you aren't submitting a recipe), please attach a |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/kubeseal/meta.yaml:
|
Hi! Thanks for your contribution to conda-forge. If these changes are intentional (and you aren't submitting a recipe), please attach a |
1 similar comment
Hi! Thanks for your contribution to conda-forge. If these changes are intentional (and you aren't submitting a recipe), please attach a |
HashableDict has been removed from conda_build in 24.7 and has been deprecated since 24.5. This removed the need to to pin conda_build to <24.7
d24b6d8
to
36354eb
Compare
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but couldn't find any. |
Hi! Thanks for your contribution to conda-forge. If these changes are intentional (and you aren't submitting a recipe), please attach a |
CI confirmed working. Removed the test recipe again. Now ready for review @conda-forge/staged-recipes |
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
Thanks |
Supersedes #27150.
HashableDict has been removed from conda_build in 24.7 and has been deprecated since 24.5.
This caused all PR CI builds to fail.
The deprecation message recommends using
frozendict.deepfreeze
instead.I don't have permission to add the maintainance tag to this PR, so linter complains about changing non-recipe files.
Closes conda-forge/conda-forge-ci-setup-feedstock#332