python311Packages.pydiscovergy 0 -> 1 attrpath: python311Packages.pydiscovergy 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/f3gciv8v50x8ajz0pvz9nj98di3lk4cf-packages.json.drv building '/nix/store/f3gciv8v50x8ajz0pvz9nj98di3lk4cf-packages.json.drv'... Going to be running update for following packages: - python3.11-pydiscovergy-2.0.5 Press Enter key to continue... Running update for: - python3.11-pydiscovergy-2.0.5: UPDATING ... - python3.11-pydiscovergy-2.0.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pydiscovergy/default.nix b/pkgs/development/python-modules/pydiscovergy/default.nix index dd51f1b964dc..6bc91f495996 100644 --- a/pkgs/development/python-modules/pydiscovergy/default.nix +++ b/pkgs/development/python-modules/pydiscovergy/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pydiscovergy"; - version = "2.0.5"; + version = "3.0.0"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -24,8 +24,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jpbede"; repo = "pydiscovergy"; - rev = "refs/tags/${version}"; - hash = "sha256-u2G+o/vhPri7CPSnekC8rUo/AvuvePpG51MR+FdH2XA="; + rev = "refs/tags/v${version}"; + hash = "sha256-ArcH/4ZyOtIGmoXArU+oEd357trJnS9umlN9B+U0dBI="; }; 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.pydiscovergy nix build failed. * Getting build dependencies for wheel... * Building wheel... Successfully built pydiscovergy-0.0.0-py3-none-any.whl Finished creating a wheel... /build/source/dist /build/source Unpacking to: unpacked/pydiscovergy-0.0.0...OK Repacking wheel as ./pydiscovergy-0.0.0-py3-none-any.whl...creating './pydiscovergy-0.0.0-py3-none-any.whl' and adding 'unpacked/pydiscovergy-0.0.0' to it adding 'pydiscovergy/__init__.py' adding 'pydiscovergy/const.py' adding 'pydiscovergy/discovergy.py' adding 'pydiscovergy/error.py' adding 'pydiscovergy/models.py' adding 'pydiscovergy/py.typed' adding 'pydiscovergy/authentication/__init__.py' adding 'pydiscovergy/authentication/base.py' adding 'pydiscovergy/authentication/basicauth.py' adding 'pydiscovergy/authentication/token.py' adding 'pydiscovergy-0.0.0.dist-info/LICENSE' adding 'pydiscovergy-0.0.0.dist-info/METADATA' adding 'pydiscovergy-0.0.0.dist-info/WHEEL' adding 'pydiscovergy-0.0.0.dist-info/RECORD' OK /build/source Finished executing pypaBuildPhase @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Running phase: pythonRuntimeDepsCheckHook Executing pythonRuntimeDepsCheck Checking runtime dependencies for pydiscovergy-0.0.0-py3-none-any.whl - mashumaro not installed - orjson not installed