Unverified Commit 84265ce5 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

ramalama: 0.15.0 -> 0.17.1 (#482154)

parents 3451e0ac d7430edb
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  llama-cpp-vulkan,
  podman,
  withPodman ? true,
  writableTmpDirAsHomeHook,

  # passthru
  ramalama,
@@ -14,14 +15,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "ramalama";
  version = "0.15.0";
  version = "0.17.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "containers";
    repo = "ramalama";
    tag = "v${finalAttrs.version}";
    hash = "sha256-0R7y1PpAxXzSlhfOFHf3cWPzZ544fYVUL0w7jOFSuAU=";
    hash = "sha256-BXUWNP3yxuDsL1gY28oWhlu+vTIezYpDbScUsOulyYA=";
  };

  build-system = with python3Packages; [
@@ -31,6 +32,7 @@ python3Packages.buildPythonApplication (finalAttrs: {

  dependencies = with python3Packages; [
    argcomplete
    bcrypt
    pyyaml
    jsonschema
    jinja2
@@ -69,8 +71,10 @@ python3Packages.buildPythonApplication (finalAttrs: {
  ];

  nativeCheckInputs = [
    python3Packages.pytestCheckHook
    podman
    python3Packages.pytestCheckHook
    python3Packages.requests
    writableTmpDirAsHomeHook
  ];

  preCheck = ''