-
Notifications
You must be signed in to change notification settings - Fork 37
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
Release 2.2.0 #220
Comments
The bot found that v2.2.0 now imports zstandard but the dependencies have not been updated here in this repo. See conda-forge/conda-package-handling-feedstock#75 |
@beckermr It is designed to work without zstandard "in case of emergency" https://github.com/conda/conda-package-handling/blob/main/src/conda_package_handling/api.py#L28-L29 It should depend on conda-package-streaming >=0.9.0 to pull in a conda-package-streaming umask fix. conda-package-streaming depends on zstandard. |
The bot explicitly checks for guarded imports. Are you sure this one is guarded? I cannot tell from the code base. |
It would be appropriate to depend on zstandard directly. We test the alternate case here since if you don't have zstandard, it would be really nice to be able to install it. https://github.com/conda/conda-package-handling/blob/main/tests/test_degraded.py |
Summary
Placeholder for
conda-package-handling 2.2.0
release.| Pilot | dholth |
Tasks
The week before release week
YY.M.x
)conda-canary/label/YY.M.x
)Release week
YY.M.x
branch on ReadTheDocsLinked Issues & PRs
The text was updated successfully, but these errors were encountered: