selinux-python 3.3 -> 3.6 https://github.com/SELinuxProject/selinux/releases attrpath: selinux-python Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/os-specific/linux/selinux-python/default.nix b/pkgs/os-specific/linux/selinux-python/default.nix index c50f4ffccd0b..765b4b8ff599 100644 --- a/pkgs/os-specific/linux/selinux-python/default.nix +++ b/pkgs/os-specific/linux/selinux-python/default.nix @@ -7,13 +7,13 @@ with lib; stdenv.mkDerivation rec { pname = "selinux-python"; - version = "3.3"; + version = "3.6"; inherit (libsepol) se_url; src = fetchurl { url = "${se_url}/${version}/selinux-python-${version}.tar.gz"; - sha256 = "1v244hpb45my303793xa4kcn7qnxjgxn4ja7rdn9k1q361hi1nca"; + sha256 = "sha256-4oZ9TNJvmGnFUhbMIMp9EEQkkaD78lYRat6Z7DlCbsA="; }; strictDeps = true; 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 selinux-python nix build failed. got build log for 'selinux-python' from 'daemon' @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/82ikksdidzikjkw4nfirw2z614966djr-selinux-python-3.6.tar.gz source root is selinux-python-3.6 setting SOURCE_DATE_EPOCH to timestamp 1702478782 of file selinux-python-3.6/sepolicy/test_sepolicy.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "configurePhase" } Running phase: configurePhase no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } Running phase: buildPhase build flags: SHELL=/nix/store/9vafkkic27k7m4934fpawl6yip3a6k4h-bash-5.2-p21/bin/bash PREFIX=\$\(out\) LOCALEDIR=\$\(out\)/share/locale BASHCOMPLETIONDIR=\$\(out\)/share/bash-completion/completions PYTHON=python PYTHONLIBDIR=\$\(out\)/lib/python3.11/site-packages LIBSEPOLA=/nix/store/2vjqds87nwwslm54xcb1ndg8f3d5igq1-libsepol-3.5/lib/libsepol.a make[1]: Entering directory '/build/selinux-python-3.6/sepolicy' python setup.py build Traceback (most recent call last): File "/build/selinux-python-3.6/sepolicy/setup.py", line 5, in from setuptools import setup ModuleNotFoundError: No module named 'setuptools' make[1]: *** [Makefile:17: python-build] Error 1 make[1]: Leaving directory '/build/selinux-python-3.6/sepolicy' make: *** [Makefile:4: all] Error 1