AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

pin conda <23.1 in conda-libmamba-solver #179

Closed jaimergp closed 1 year ago

jaimergp commented 1 year ago

Comes from https://github.com/conda/conda-libmamba-solver/issues/113.

Prevent breakage by an API change.

dholth commented 1 year ago

conda-libmamba-solver should not subclass SubdirData.

Could it possibly use the new repodata gateway class?

Also, this PR eliminates almost all of the overhead from SubdirData which it turns out is mostly creating PackageRecord classes

jezdez commented 1 year ago

conda-libmamba-solver should not subclass SubdirData.

Could it possibly use the new repodata gateway class?

Also, this PR eliminates almost all of the overhead from SubdirData which it turns out is mostly creating PackageRecord classes

It might be useful to open a ticket in the conda-libmamba-solver repo, this isn't a good place to leave that info.

jaimergp commented 1 year ago

Can this get merged? It might be breaking envs if conda 23.1 is out.