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

python312Packages.duo-client: 5.2.0 -> 5.3.0
This commit is contained in:
Fabian Affolter 2024-03-26 16:11:31 +01:00 committed by GitHub
commit 994e8b66dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -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
];