python310Packages.blocksat-cli 0 -> 1 attrpath: python310Packages.blocksat-cli 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/hnkrcxd81wyrd953npbs88wnzahmazfj-packages.json.drv building '/nix/store/hnkrcxd81wyrd953npbs88wnzahmazfj-packages.json.drv'... Going to be running update for following packages: - python3.10-blocksat-cli-0.4.4 Press Enter key to continue... Running update for: - python3.10-blocksat-cli-0.4.4: UPDATING ... - python3.10-blocksat-cli-0.4.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/blocksat-cli/default.nix b/pkgs/development/python-modules/blocksat-cli/default.nix index 9edd9ac0d97..4f0e7d64fa3 100644 --- a/pkgs/development/python-modules/blocksat-cli/default.nix +++ b/pkgs/development/python-modules/blocksat-cli/default.nix @@ -13,11 +13,11 @@ buildPythonPackage rec { pname = "blocksat-cli"; - version = "0.4.4"; + version = "0.4.5"; src = fetchPypi { inherit pname version; - hash = "sha256-btwL8l5UdE9FwWXfuf1OHa8EwXDoFrh8tvOwr1yhyRg="; + hash = "sha256-BLR1eivvlbSTx/jr7Rl778apPBcoFCaKOsYOqxS6Fo4="; }; propagatedBuildInputs = [ 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.blocksat-cli nix build failed. if isinstance(e.reason, ConnectTimeoutError): # TODO: Remove this in 3.0.0: see #2811 if not isinstance(e.reason, NewConnectionError): raise ConnectTimeout(e, request=request) if isinstance(e.reason, ResponseError): raise RetryError(e, request=request) if isinstance(e.reason, _ProxyError): raise ProxyError(e, request=request) if isinstance(e.reason, _SSLError): # This branch is for urllib3 v1.22 and later. raise SSLError(e, request=request) > raise ConnectionError(e, request=request) E requests.exceptions.ConnectionError: HTTPSConnectionPool(host='satellite.blockstream.space', port=443): Max retries exceeded with url: /monitoring/accounts/password (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) /nix/store/f8f7dwnjqdkh2dlbrk0q3zpvjda1cjcn-python3.10-requests-2.28.2/lib/python3.10/site-packages/requests/adapters.py:565: ConnectionError =============================== warnings summary =============================== blocksatcli/update.py:7 /build/blocksat-cli-0.4.5/blocksatcli/update.py:7: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import StrictVersion -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED blocksatcli/test_monitoring.py::TestReceiverMonitor::test_monitor_get_stats - requests.exceptions.ConnectionError: HTTPSConnectionPool(host='satellite.bl... FAILED blocksatcli/test_monitoring.py::TestReceiverMonitor::test_monitor_update_with_reporting_enabled - requests.exceptions.ConnectionError: HTTPSConnectionPool(host='satellite.bl... =================== 2 failed, 84 passed, 1 warning in 22.36s =================== /nix/store/kk3qbkyrski18j8fwrpd5dgvplbdz7b2-stdenv-linux/setup: line 1594: pop_var_context: head of shell_variables not a function context