python311Packages.bluecurrent-api 0 -> 1 attrpath: python311Packages.bluecurrent-api 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-bluecurrent-api-1.0.6 Press Enter key to continue... Running update for: - python3.11-bluecurrent-api-1.0.6: UPDATING ... - python3.11-bluecurrent-api-1.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bluecurrent-api/default.nix b/pkgs/development/python-modules/bluecurrent-api/default.nix index ca19887a0fb0..7873cb62696a 100644 --- a/pkgs/development/python-modules/bluecurrent-api/default.nix +++ b/pkgs/development/python-modules/bluecurrent-api/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "bluecurrent-api"; - version = "1.0.6"; + version = "1.2.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-XHVdtkiG0ff/OY8g+W5iur7OAyhhk1UGA+XUfB2L8/o="; + hash = "sha256-vr6mehGRXHW+fP2luLpD14igCdIgJI5NXzaa+bEife0="; }; nativeBuildInputs = [ No auto update branch exists 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 python311Packages.bluecurrent-api nix build failed. copying build/lib/bluecurrent_api/utils.py -> build/bdist.linux-x86_64/wheel/bluecurrent_api running install_egg_info Copying src/bluecurrent_api.egg-info to build/bdist.linux-x86_64/wheel/bluecurrent_api-1.2.1-py3.11.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/bluecurrent_api-1.2.1.dist-info/WHEEL creating '/build/bluecurrent-api-1.2.1/dist/.tmp-ig8c3ei5/bluecurrent_api-1.2.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'bluecurrent_api/__init__.py' adding 'bluecurrent_api/client.py' adding 'bluecurrent_api/exceptions.py' adding 'bluecurrent_api/py.typed' adding 'bluecurrent_api/utils.py' adding 'bluecurrent_api/websocket.py' adding 'bluecurrent_api-1.2.1.dist-info/LICENSE' adding 'bluecurrent_api-1.2.1.dist-info/METADATA' adding 'bluecurrent_api-1.2.1.dist-info/WHEEL' adding 'bluecurrent_api-1.2.1.dist-info/top_level.txt' adding 'bluecurrent_api-1.2.1.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built bluecurrent_api-1.2.1-py3-none-any.whl Finished creating a wheel... /build/bluecurrent-api-1.2.1/dist /build/bluecurrent-api-1.2.1 Unpacking to: unpacked/bluecurrent_api-1.2.1...OK Repacking wheel as ./bluecurrent_api-1.2.1-py3-none-any.whl...OK /build/bluecurrent-api-1.2.1 Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for bluecurrent_api-1.2.1-py3-none-any.whl - pytz>=2023.4 not satisfied by version 2023.3.post1