python312Packages.blosc2 2.5.1 -> 2.6.2 https://github.com/Blosc/python-blosc2/releases attrpath: python312Packages.blosc2 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.12-blosc2-2.5.1 Press Enter key to continue... Running update for: - python3.12-blosc2-2.5.1: UPDATING ... - python3.12-blosc2-2.5.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blosc2/default.nix b/pkgs/development/python-modules/blosc2/default.nix index d960139a7d6e..d471dc6a3011 100644 --- a/pkgs/development/python-modules/blosc2/default.nix +++ b/pkgs/development/python-modules/blosc2/default.nix @@ -30,14 +30,14 @@ buildPythonPackage rec { pname = "blosc2"; - version = "2.5.1"; + version = "2.6.2"; pyproject = true; src = fetchFromGitHub { owner = "Blosc"; repo = "python-blosc2"; rev = "refs/tags/v${version}"; - hash = "sha256-yBgnNJU1q+FktIkpQn74LuRP19Ta/fNC60Z8TxzlWPk="; + hash = "sha256-boRQgZ2d4hwt1V65LY8eLI0rQSIwZ7W36S8m/GhyGVo="; }; postPatch = '' 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 python312Packages.blosc2 nix build failed. unpacking source archive /nix/store/rzmzdp9disd662z4bhvk9m7rr22hrz0x-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_vlmeta.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase substituteStream(): WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'requirements-runtime.txt') substituteStream(): WARNING: pattern pytest doesn't match anything in file 'requirements-runtime.txt' @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 Executing pypaBuildPhase Creating a wheel... * Getting build dependencies for wheel... running egg_info creating blosc2.egg-info writing blosc2.egg-info/PKG-INFO writing dependency_links to blosc2.egg-info/dependency_links.txt writing requirements to blosc2.egg-info/requires.txt writing top-level names to blosc2.egg-info/top_level.txt writing manifest file 'blosc2.egg-info/SOURCES.txt' reading manifest file 'blosc2.egg-info/SOURCES.txt' adding license file 'LICENSE.txt' writing manifest file 'blosc2.egg-info/SOURCES.txt' ERROR Missing dependencies: numpy>=2.0.0rc1