python311Packages.numexpr 0 -> 1 attrpath: python311Packages.numexpr 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] Going to be running update for following packages: - python3.11-numexpr-2.9.0 Press Enter key to continue... Running update for: - python3.11-numexpr-2.9.0: UPDATING ... - python3.11-numexpr-2.9.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/numexpr/default.nix b/pkgs/development/python-modules/numexpr/default.nix index 4de1e4a7de05..3c8a78acd643 100644 --- a/pkgs/development/python-modules/numexpr/default.nix +++ b/pkgs/development/python-modules/numexpr/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "numexpr"; - version = "2.9.0"; + version = "2.10.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-8h0S9sQyzjSQieuVNCur9mKa67P93xh6RJLTqtqtqvA="; + hash = "sha256-yJ6TB1JjnfBAU5FgMm2PmahBWbvqQZQ6uOlgWR7arvA="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/v7gdmdc9yhx3ngh840xx5kr46840s73b-nix-2.18.2/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.numexpr nix build failed. running build running build_py creating build creating build/lib.linux-x86_64-cpython-311 creating build/lib.linux-x86_64-cpython-311/numexpr copying numexpr/expressions.py -> build/lib.linux-x86_64-cpython-311/numexpr copying numexpr/utils.py -> build/lib.linux-x86_64-cpython-311/numexpr copying numexpr/version.py -> build/lib.linux-x86_64-cpython-311/numexpr copying numexpr/necompiler.py -> build/lib.linux-x86_64-cpython-311/numexpr copying numexpr/__init__.py -> build/lib.linux-x86_64-cpython-311/numexpr copying numexpr/cpuinfo.py -> build/lib.linux-x86_64-cpython-311/numexpr creating build/lib.linux-x86_64-cpython-311/numexpr/tests copying numexpr/tests/test_numexpr.py -> build/lib.linux-x86_64-cpython-311/numexpr/tests copying numexpr/tests/__init__.py -> build/lib.linux-x86_64-cpython-311/numexpr/tests running build_ext building 'numexpr.interpreter' extension creating build/temp.linux-x86_64-cpython-311 creating build/temp.linux-x86_64-cpython-311/numexpr g++ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/qa3mv3niykbdycn9xsm1xbcf7gxs74sa-libxcrypt-4.4.36/include -fPIC -DNPY_TARGET_VERSION=NPY_1_19_API_VERSION -I/nix/store/x1rqfn240xn6m6p6077gxfqxdxxj1cmc-python3.11-numpy-1.26.4/lib/python3.11/site-packages/numpy/core/include -I/nix/store/gd3shnza1i50zn8zs04fa729ribr88m9-python3-3.11.8/include/python3.11 -c numexpr/interpreter.cpp -o build/temp.linux-x86_64-cpython-311/numexpr/interpreter.o numexpr/interpreter.cpp: In function ‘PyObject* NumExpr_run(NumExprObject*, PyObject*, PyObject*)’: numexpr/interpreter.cpp:1206:17: error: ‘PyDataType_SET_ELSIZE’ was not declared in this scope; did you mean ‘PyDataType_ISUNSIZED’? 1206 | PyDataType_SET_ELSIZE(dtypes[0], (npy_intp)self->memsizes[1]); | ^~~~~~~~~~~~~~~~~~~~~ | PyDataType_ISUNSIZED numexpr/interpreter.cpp:1452:29: error: ‘PyDataType_ELSIZE’ was not declared in this scope; did you mean ‘PyDataType_ISUNSIZED’? 1452 | self->memsizes[i] = PyDataType_ELSIZE(dtypes_tmp[i]); | ^~~~~~~~~~~~~~~~~ | PyDataType_ISUNSIZED error: command '/nix/store/ac1hb5dc2z4biwgy8mjrhlifffkkrvdq-gcc-wrapper-13.2.0/bin/g++' failed with exit code 1 /nix/store/v5lsd029lz5lfhamivbgqyp3zdv94ah2-stdenv-linux/setup: line 1578: pop_var_context: head of shell_variables not a function context