python310Packages.duo-client 0 -> 1 attrpath: python310Packages.duo-client Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x8h380lnl5m283kb96yb180zmrz4l0s7-packages.json.drv building '/nix/store/x8h380lnl5m283kb96yb180zmrz4l0s7-packages.json.drv'... Going to be running update for following packages: - python3.10-duo-client-4.7.1 Press Enter key to continue... Running update for: - python3.10-duo-client-4.7.1: UPDATING ... - python3.10-duo-client-4.7.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/duo-client/default.nix b/pkgs/development/python-modules/duo-client/default.nix index 088e9dc844c..05f9f0c9a40 100644 --- a/pkgs/development/python-modules/duo-client/default.nix +++ b/pkgs/development/python-modules/duo-client/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "duo-client"; - version = "4.7.1"; + version = "5.0.1"; src = fetchFromGitHub { owner = "duosecurity"; repo = "duo_client_python"; rev = "refs/tags/${version}"; - hash = "sha256-nnKujvhOtuNnlFrbmYtD7L++S7DK0Qqrc0LyAVYe7Xg="; + hash = "sha256-G0XLZZaQTPD64WXN34wq2z+YtzECgtC2nJXzDxAlgyg="; }; postPatch = '' No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.duo-client nix build failed. File "/build/source/duo_client/https_wrapper.py", line 117, in connect self.sock = socket.create_connection((self.host, self.port), File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/socket.py", line 824, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution ====================================================================== ERROR: test_server_hostname_with_port (tests.test_https_wrapper.TestSSLContextCreation) ---------------------------------------------------------------------- Traceback (most recent call last): File "/nix/store/0zbc09qnldm3rsp6waq7gag4vxdvivfv-python3.10-mock-4.0.3/lib/python3.10/site-packages/mock/mock.py", line 1346, in patched return func(*newargs, **newkeywargs) File "/build/source/tests/test_https_wrapper.py", line 42, in test_server_hostname_with_port conn.connect() File "/build/source/duo_client/https_wrapper.py", line 117, in connect self.sock = socket.create_connection((self.host, self.port), File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/socket.py", line 824, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/nix/store/jhflvwr40xbb0xr6jx4311icp9cym1fp-python3-3.10.12/lib/python3.10/socket.py", line 955, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): socket.gaierror: [Errno -3] Temporary failure in name resolution ---------------------------------------------------------------------- Ran 202 tests in 0.102s FAILED (errors=2) Test failed: error: Test failed: