Unverified Commit 53b96ee0 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.dissect: 3.17.1 -> 3.18, python313Packages.acquire: 3.17 -> 3.18 (#389372)

parents edb70a97 bc5df0ff
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "acquire";
  version = "3.17";
  version = "3.18";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "acquire";
    tag = version;
    hash = "sha256-Ii19VnLLq+UGH0bkyUbLzHqZpJOXffIGeP4VZ9QG7D0=";
    hash = "sha256-kDoDPeMvpctNnB+e2LnCZ7fw9AP+AjPYDXwVqKedJ88=";
  };

  build-system = [
@@ -55,8 +55,9 @@ buildPythonPackage rec {
  nativeCheckInputs = [ pytestCheckHook ] ++ optional-dependencies.full;

  disabledTests = [
    "test_collector_collect_path_with_dir"
    "output_encrypt"
    "test_collector_collect_glob"
    "test_collector_collect_path_with_dir"
    "test_misc_osx"
    "test_misc_unix"
  ];
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@

buildPythonPackage rec {
  pname = "dissect";
  version = "3.17.1";
  version = "3.18";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect";
    tag = version;
    hash = "sha256-sD3NeZxc6VKo/tn16YVWZYk3hlOVtSf/xtzEuhXW5vs=";
    hash = "sha256-3yy7BA6FJgAdn2lMSJgyFeVDxJg0f0RWsekkqiqxd7M=";
  };

  pythonRelaxDeps = true;