python312Packages.hyperscan 0.7.0 -> 0.7.7 https://github.com/darvid/python-hyperscan/releases attrpath: python312Packages.hyperscan 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/vd7lispgdmh0vr796pcs3dbml72shnql-packages.json.drv building '/nix/store/vd7lispgdmh0vr796pcs3dbml72shnql-packages.json.drv'... Going to be running update for following packages: - python3.12-hyperscan-0.7.0 Press Enter key to continue... Running update for: - python3.12-hyperscan-0.7.0: UPDATING ... - python3.12-hyperscan-0.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/hyperscan/default.nix b/pkgs/development/python-modules/hyperscan/default.nix index 51ea23baf4a2..0d568e15f25b 100644 --- a/pkgs/development/python-modules/hyperscan/default.nix +++ b/pkgs/development/python-modules/hyperscan/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "hyperscan"; - version = "0.7.0"; + version = "0.7.7"; pyproject = true; src = fetchFromGitHub { owner = "darvid"; repo = "python-hyperscan"; rev = "refs/tags/v${version}"; - hash = "sha256-XIsYBu2YPbSIZGIhJjPap1ymg7cr0+ozwZtpOj8GFm8="; + hash = "sha256-TNiGh89SnGi0WAqfYudsj7GaVhOifi8ZcmTrMtVbk+c="; }; buildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.hyperscan nix build failed. Traceback (most recent call last): File "/nix/store/njfmr91hxr6313lcv2blw3p809xz3d26-python3.12-pyproject-hooks-1.0.0/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 353, in main() File "/nix/store/njfmr91hxr6313lcv2blw3p809xz3d26-python3.12-pyproject-hooks-1.0.0/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 335, in main json_out['return_val'] = hook(**hook_input['kwargs']) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/njfmr91hxr6313lcv2blw3p809xz3d26-python3.12-pyproject-hooks-1.0.0/lib/python3.12/site-packages/pyproject_hooks/_in_process/_in_process.py", line 118, in get_requires_for_build_wheel return hook(config_settings) ^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/mfma6j56a8x68z2pfn8zarh4zzr72wrw-python3.12-pdm-backend-2.1.8/lib/python3.12/site-packages/pdm/backend/__init__.py", line 22, in get_requires_for_build_wheel with WheelBuilder(Path.cwd(), config_settings) as builder: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/mfma6j56a8x68z2pfn8zarh4zzr72wrw-python3.12-pdm-backend-2.1.8/lib/python3.12/site-packages/pdm/backend/wheel.py", line 78, in __init__ super().__init__(location, config_settings) File "/nix/store/mfma6j56a8x68z2pfn8zarh4zzr72wrw-python3.12-pdm-backend-2.1.8/lib/python3.12/site-packages/pdm/backend/base.py", line 101, in __init__ self._hooks = list(self.get_hooks()) ^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/mfma6j56a8x68z2pfn8zarh4zzr72wrw-python3.12-pdm-backend-2.1.8/lib/python3.12/site-packages/pdm/backend/base.py", line 126, in get_hooks BuildHookInterface, import_module_at_path(self.location / local_hook) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/nix/store/mfma6j56a8x68z2pfn8zarh4zzr72wrw-python3.12-pdm-backend-2.1.8/lib/python3.12/site-packages/pdm/backend/utils.py", line 220, in import_module_at_path spec.loader.exec_module(module) # type: ignore ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/build/source/pdm_build.py", line 6, in from distutils.sysconfig import get_python_inc ModuleNotFoundError: No module named 'distutils' ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel