AnacondaRecipes / repodata-hotfixes

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

add run-constrains on conda-build to conda 23.9.0 #209

Closed dholth closed 1 year ago

dholth commented 1 year ago

https://github.com/conda/conda-build/issues/5026

dholth commented 1 year ago

Tested locally, produces e.g.

    "conda-23.9.0-py38h06a4308_0.tar.bz2": {
      "constrains": [
        "conda-build >=3.18.3",
        "conda-content-trust >=0.1.1",
        "conda-libmamba-solver >=23.7.0",
        "conda-env >=2.6",
        "conda-build >=3.27"
      ]
    },

Need to update to remove other conda-build constrains.

dholth commented 1 year ago

Updated version produces

 "conda-23.9.0-py310hd43f75c_0.tar.bz2": {
      "constrains": [
        "conda-content-trust >=0.1.1",
        "conda-libmamba-solver >=23.7.0",
        "conda-env >=2.6",
        "conda-build >=3.27"
      ]
    },