Unverified Commit 4920c347 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

python313Packages.imap-tools: 1.9.0 -> 1.9.1, paperless-ngx: 2.14.5 -> 2.14.6 (#375682)

parents 1194a142 af7b39ad
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -26,13 +26,13 @@
  xorg,
}:
let
  version = "2.14.5";
  version = "2.14.6";

  src = fetchFromGitHub {
    owner = "paperless-ngx";
    repo = "paperless-ngx";
    tag = "v${version}";
    hash = "sha256-ML38TErINQPjBGweCY673zFlGEjTjgJcYJTJUbTov+4=";
    hash = "sha256-wBm4+ohM9v25n6zEUAeaVU6mAmB3GR8n1kDYyTBlnjM=";
  };

  # subpath installation is broken with uvicorn >= 0.26
@@ -283,6 +283,7 @@ python.pkgs.buildPythonApplication rec {
    # FileNotFoundError(2, 'No such file or directory'): /build/tmp...
    "test_script_with_output"
    "test_script_exit_non_zero"
    "testDocumentPageCountMigrated"
    # AssertionError: 10 != 4 (timezone/time issue)
    # Due to getting local time from modification date in test_consumer.py
    "testNormalOperation"
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "imap-tools";
  version = "1.9.0";
  version = "1.9.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ikvk";
    repo = "imap_tools";
    tag = "v${version}";
    hash = "sha256-2frJqHKIOuERC8G6fJwJOdxcWHRQRRy1BxfZDrVhXEU=";
    hash = "sha256-tlShiI90PAbWztrL5PgmE1D+/h6bUoSxAHxwGlQHvus=";
  };

  build-system = [ setuptools ];