AnacondaRecipes / repodata-hotfixes

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

`>=*` should be renamed to `*` #220

Open ruben-arts opened 8 months ago

ruben-arts commented 8 months ago

The anaconda channel in osx-64 contains a >=* in the depends :

    "tapi-1000.10.8-ha1b3eb9_0.tar.bz2": {
      "build": "ha1b3eb9_0",
      "build_number": 0,
      "depends": [
        "libcxx >=*"
      ],
      "license": "UIUC",
      "license_family": "MIT",
      "md5": "7b162e44c4d1d87fb6fb63f11764c0ca",
      "name": "tapi",
      "sha256": "d750128a40f92e1125f583f57474f6b26bb168cd65b07e01a74e813d24dcfd62",
      "size": 5145518,
      "subdir": "osx-64",
      "timestamp": 1589529700015,
      "version": "1000.10.8"
    },

I think this shouldn't be the case as this doesn't make a lot of sense.

Could this be hotfixed?

xiaoxiangmoe commented 8 months ago

Just a friendly ping

@jezdez @cbouss @ryanskeith @chenghlee @jjhelmus

Could this be hotfixed in this repo?

jezdez commented 7 months ago

Sorry for the slowness, that's really odd. @chenghlee Any idea why this happens? https://github.com/mamba-org/rattler/pull/551 was added to fix this downstream