conda-store icon indicating copy to clipboard operation
conda-store copied to clipboard

Calculate sha256 specification hash without the description

Open costrouc opened this issue 2 years ago • 0 comments

Currently description is used when calculating the hash. It should be removed. This is the functio:

  • https://github.com/Quansight/conda-store/blob/main/conda-store-server/conda_store_server/orm.py#L59
  • https://github.com/Quansight/conda-store/blob/main/conda-store-server/conda_store_server/utils.py#L72

Maybe we add a function that transforms the json dist before passing to this function. Thanks @pierrotsmnrd for taking this on!

costrouc avatar Aug 08 '22 17:08 costrouc