Unverified Commit 994e8b66 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #299126 from r-ryantm/auto-update/python312Packages.duo-client

python312Packages.duo-client: 5.2.0 -> 5.3.0
parents 48435a9e 0d614441
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "duo-client";
  version = "5.2.0";
  version = "5.3.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,20 +21,20 @@ buildPythonPackage rec {
    owner = "duosecurity";
    repo = "duo_client_python";
    rev = "refs/tags/${version}";
    hash = "sha256-MnSAFxKgExq+e8TOwgsPAoO4GEfsc3sjPNGLxzch5f0=";
    hash = "sha256-7cifxNSBHbX7QZ52Sy1hm5xzZYcLZOkloT6q9P7TO6A=";
  };

  postPatch = ''
    substituteInPlace requirements-dev.txt \
      --replace "dlint" "" \
      --replace "flake8" ""
      --replace-fail "dlint" "" \
      --replace-fail "flake8" ""
  '';

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    six
  ];