python312Packages.ovh 1.1.2 -> 1.2.0 https://github.com/ovh/python-ovh/releases attrpath: python312Packages.ovh 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0gshx0zzy7smpvi4bakgj3ivl7p257ci-packages.json.drv building '/nix/store/0gshx0zzy7smpvi4bakgj3ivl7p257ci-packages.json.drv'... Going to be running update for following packages: - python3.12-ovh-1.1.2 Press Enter key to continue... Running update for: - python3.12-ovh-1.1.2: UPDATING ... - python3.12-ovh-1.1.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ovh/default.nix b/pkgs/development/python-modules/ovh/default.nix index f1cfb0536739..76fd2a319905 100644 --- a/pkgs/development/python-modules/ovh/default.nix +++ b/pkgs/development/python-modules/ovh/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "ovh"; - version = "1.1.2"; + version = "1.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Yarx6ymS/Vr4Gbpa3Qgmbp7eLgAkUeOhYGpMNn3aoE8="; + hash = "sha256-0xHwjsF7YsxhIWs9rPA+6J+VodqQNqWV2sKfydeYuCc="; }; propagatedBuildInputs = [ requests ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/9m6hqyx9cyawc39125ci1x2wjsk5wpf1-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.ovh nix build failed. Running phase: installCheckPhase @nix { "action": "setPhase", "phase": "installCheckPhase" } no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Executing pythonImportsCheckPhase Check whether the following modules can be imported: ovh Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/pgb120fb7srbh418v4i2a70aq1w9dawd-python3-3.12.5/lib/python3.12/importlib/__init__.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/nix/store/xbx35c1gb0mf352sfin6q1m2zgqa68vx-python3.12-ovh-1.2.0/lib/python3.12/site-packages/ovh/__init__.py", line 28, in from .client import Client File "/nix/store/xbx35c1gb0mf352sfin6q1m2zgqa68vx-python3.12-ovh-1.2.0/lib/python3.12/site-packages/ovh/client.py", line 64, in from .oauth2 import OAuth2 File "/nix/store/xbx35c1gb0mf352sfin6q1m2zgqa68vx-python3.12-ovh-1.2.0/lib/python3.12/site-packages/ovh/oauth2.py", line 31, in from oauthlib.oauth2 import BackendApplicationClient, MissingTokenError, OAuth2Error, TokenExpiredError ModuleNotFoundError: No module named 'oauthlib'