python312Packages.setuptools-odoo 3.2.1 -> 3.3 https://github.com/acsone/setuptools-odoo/releases attrpath: python312Packages.setuptools-odoo 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/yifdaycm5hh3vjrzcpx672mj1mk29jns-packages.json.drv building '/nix/store/yifdaycm5hh3vjrzcpx672mj1mk29jns-packages.json.drv'... Going to be running update for following packages: - python3.12-setuptools-odoo-3.2.1 Press Enter key to continue... Running update for: - python3.12-setuptools-odoo-3.2.1: UPDATING ... - python3.12-setuptools-odoo-3.2.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/setuptools-odoo/default.nix b/pkgs/development/python-modules/setuptools-odoo/default.nix index 5a6a9ac88819..cc2e767d2520 100644 --- a/pkgs/development/python-modules/setuptools-odoo/default.nix +++ b/pkgs/development/python-modules/setuptools-odoo/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "setuptools-odoo"; - version = "3.2.1"; + version = "3.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "acsone"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-aS2a1G9lssgGk3uqWgPPWpOpEnqUkCUzWsqPLQfU55k="; + hash = "sha256-38YlkDH/PuJ1yvQ43OYmdnRd1SGJULv6fC/+fitLDJ8="; }; propagatedBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/6r0bm8shswm9v08kzvq24ib48mx3kxmn-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.setuptools-odoo nix build failed. Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir @nix { "action": "setPhase", "phase": "installCheckPhase" } Running phase: installCheckPhase no Makefile or custom installCheckPhase, doing nothing @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Running phase: pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: setuptools_odoo Traceback (most recent call last): File "", line 1, in File "", line 1, in File "/nix/store/dqsflsigjcxisziiynrxlbsm2y71m4bq-python3-3.12.2/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/7pjpkywikd72h9qmr2p432v3564lj3fn-python3.12-setuptools-odoo-3.3/lib/python3.12/site-packages/setuptools_odoo/__init__.py", line 6, in from .core import get_addon_metadata File "/nix/store/7pjpkywikd72h9qmr2p432v3564lj3fn-python3.12-setuptools-odoo-3.3/lib/python3.12/site-packages/setuptools_odoo/core.py", line 9, in from distutils.core import DistutilsSetupError ModuleNotFoundError: No module named 'distutils'