AnacondaRecipes / repodata-hotfixes

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

patch conda-libmamba-solver 22.6 so it requires conda 4.13+ #162

Closed jaimergp closed 2 years ago

jaimergp commented 2 years ago

See https://github.com/AnacondaRecipes/conda-libmamba-solver-feedstock/pull/3#issuecomment-1174700925

cc @chenghlee @jezdez

jaimergp commented 2 years ago

I ran the test I got this

$ python test-hotfix.py main --subdirs noarch
downloading repodata from https://repo.anaconda.com/pkgs/main/noarch/repodata.json
downloading repodata from https://repo.anaconda.com/pkgs/main/noarch/repodata_from_packages.json
*** main/noarch/repodata-reference.json 2022-07-05 10:33:54.000000000 +0200
--- main/noarch/repodata-patched.json   2022-07-05 10:34:29.000000000 +0200
***************
*** 14760,14770 ****
      },
      "conda-libmamba-solver-22.6.0-pyhd3eb1b0_0.tar.bz2": {
        "build": "pyhd3eb1b0_0",
        "build_number": 0,
        "depends": [
!         "conda >=4.12",
          "importlib_metadata",
          "libmambapy >=0.23",
          "python >=3.6"
        ],
        "license": "BSD-3-Clause",
--- 14760,14770 ----
      },
      "conda-libmamba-solver-22.6.0-pyhd3eb1b0_0.tar.bz2": {
        "build": "pyhd3eb1b0_0",
        "build_number": 0,
        "depends": [
!         "conda >=4.13",
          "importlib_metadata",
          "libmambapy >=0.23",
          "python >=3.6"
        ],
        "license": "BSD-3-Clause",
***************
*** 103456,103466 ****
      },
      "conda-libmamba-solver-22.6.0-pyhd3eb1b0_0.conda": {
        "build": "pyhd3eb1b0_0",
        "build_number": 0,
        "depends": [
!         "conda >=4.12",
          "importlib_metadata",
          "libmambapy >=0.23",
          "python >=3.6"
        ],
        "license": "BSD-3-Clause",
--- 103456,103466 ----
      },
      "conda-libmamba-solver-22.6.0-pyhd3eb1b0_0.conda": {
        "build": "pyhd3eb1b0_0",
        "build_number": 0,
        "depends": [
!         "conda >=4.13",
          "importlib_metadata",
          "libmambapy >=0.23",
          "python >=3.6"
        ],
        "license": "BSD-3-Clause",