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

Update write_repodata(...) to be compatible with newer conda versions #628

Closed
2 tasks done
dbast opened this issue Jan 25, 2023 · 0 comments · Fixed by #659
Closed
2 tasks done

Update write_repodata(...) to be compatible with newer conda versions #628

dbast opened this issue Jan 25, 2023 · 0 comments · Fixed by #659
Labels
locked [bot] locked due to inactivity type::feature request for a new feature or capability

Comments

@dbast
Copy link
Member

dbast commented Jan 25, 2023

Checklist

  • I added a descriptive title
  • I searched open requests and couldn't find a duplicate

What is the idea?

write_repodata(...) is currently accessing private fields in the repodata that got removed by conda 23.1.0, see also discussion here #627

there are potentially two options to move forward:

  • conda provides a public API to access the repop data (requires implementation on conda side with releases + constructor update with release)
  • or the entire constructor def write_repodata(...) function is replaced by a conda-index call against a local folder with all the packages that are shipped by the installer (potentially only requires a constructror update without conda or conda-index changes) ... do be checked if this is possible

Why is this needed?

.

What should happen?

.

Additional Context

.

@dbast dbast added the type::feature request for a new feature or capability label Jan 25, 2023
@dbast dbast mentioned this issue Jan 25, 2023
3 tasks
@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 21, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity type::feature request for a new feature or capability
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant