Uploaded image for project: 'AI Platform Core Components'
  1. AI Platform Core Components
  2. AIPCC-11057

Checksums (hashes) of wheels in the index sometimes change over time

    • False
    • Hide

      None

      Show
      None
    • False

      Originally discussed in https://redhat-internal.slack.com/archives/C079FE5H94J/p1772019838407329?thread_ts=1769603977.599389&cid=C079FE5H94J

      Wheels have different hashes over time. When creating lock files that contain checksums, this breaks subsequent installs.

      Before:

      wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4-EA1/cpu-ubi9/annotated_doc-0.0.4-2-py3-none-any.whl", hashes = { sha256 = "e313f1ebf34a5d9c95c172ddc561af3453158e7c9cb3a7c7224c80d96edd5454" } }]
      

      After:

      wheels = [{ url = "https://packages.redhat.com/api/pulp-content/public-rhai/rhoai/3.4-EA1/cpu-ubi9/annotated_doc-0.0.4-2-py3-none-any.whl", hashes = { sha256 = "c585f75b27148124dc235f6745cfc8a4f24d6f892a3c84ca3516723f6a12e27c" } }]
      

      This is from https://github.com/red-hat-data-services/notebooks/pull/1923/changes#diff-b502ff4cd3beceff264dd26b39b7d1ea1cdcc8447a6b9a901cc08a49a3e15368L11

              Unassigned Unassigned
              jdanek@redhat.com Jiri Daněk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: