python312Packages.amberelectric 1.1.1 -> 2.0.0 https://github.com/madpilot/amberelectric.py/releases attrpath: python312Packages.amberelectric 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/kf5jg88wycf60ypglk2vvn61n6k2m4n1-packages.json.drv building '/nix/store/kf5jg88wycf60ypglk2vvn61n6k2m4n1-packages.json.drv'... Going to be running update for following packages: - python3.12-amberelectric-1.1.1 Press Enter key to continue... Running update for: - python3.12-amberelectric-1.1.1: UPDATING ... - python3.12-amberelectric-1.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/amberelectric/default.nix b/pkgs/development/python-modules/amberelectric/default.nix index 5253eef6c214..fb7e28d38a65 100644 --- a/pkgs/development/python-modules/amberelectric/default.nix +++ b/pkgs/development/python-modules/amberelectric/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "amberelectric"; - version = "1.1.1"; + version = "2.0.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-gxpFKIrGHpwjPdF0nnyruwCYf3bhrubdtXNx2+wEiZU="; + hash = "sha256-wLHnJTY45SDG2KKrTir5UTAL/Ax9tF/rSoIgAt7ytyc="; }; nativeBuildInputs = [ setuptools ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/hvkjjva2knprwmqaa989wrxhlw3zc19v-nix-2.18.5/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python312Packages.amberelectric nix build failed. adding 'amberelectric/models/current_interval.py' adding 'amberelectric/models/current_renewable.py' adding 'amberelectric/models/forecast_interval.py' adding 'amberelectric/models/forecast_renewable.py' adding 'amberelectric/models/interval.py' adding 'amberelectric/models/price_descriptor.py' adding 'amberelectric/models/range.py' adding 'amberelectric/models/renewable.py' adding 'amberelectric/models/renewable_descriptor.py' adding 'amberelectric/models/site.py' adding 'amberelectric/models/site_status.py' adding 'amberelectric/models/spike_status.py' adding 'amberelectric/models/tariff_information.py' adding 'amberelectric/models/usage.py' adding 'amberelectric-2.0.0.dist-info/LICENSE' adding 'amberelectric-2.0.0.dist-info/METADATA' adding 'amberelectric-2.0.0.dist-info/WHEEL' adding 'amberelectric-2.0.0.dist-info/top_level.txt' adding 'amberelectric-2.0.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built amberelectric-2.0.0-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Executing pythonRuntimeDepsCheck Checking runtime dependencies for amberelectric-2.0.0-py3-none-any.whl - urllib3<2.1.0,>=1.25.3 not satisfied by version 2.2.2 - pydantic not installed - aenum not installed