26.5.3
Fixed 2
- If shards were not found on a channel, conda would cache the not-found response, which can break shards-only channels. Instead, always check for sharded repodata if classic repodata has not been cached.
- Fix get_shortcut_dir() test helper to use the supplied prefix when detecting .nonadmin on Windows, aligning with menuinst 2.5 shortcut path behavior.
Bug fixes
- If shards were not found on a channel, conda would cache the not-found response, which can break shards-only channels. Instead, always check for sharded repodata if classic repodata has not been cached. (#16183)
Other
- Fix
get_shortcut_dir()test helper to use the supplied prefix when detecting.nonadminon Windows, aligning with menuinst 2.5 shortcut path behavior. (#16207)
Contributors
- @danyeaw
- @jezdez
Full Changelog: https://github.com/conda/conda/compare/26.5.2...26.5.3