shaperglot 0.3.1 -> 0.5.0 https://github.com/googlefonts/shaperglot/releases attrpath: shaperglot 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/xaqy56rir02lz92269h0rvsp99z692rv-packages.json.drv building '/nix/store/xaqy56rir02lz92269h0rvsp99z692rv-packages.json.drv'... Going to be running update for following packages: - shaperglot-0.3.1 Press Enter key to continue... Running update for: - shaperglot-0.3.1: UPDATING ... - shaperglot-0.3.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/shaperglot/default.nix b/pkgs/development/python-modules/shaperglot/default.nix index f1ea7e5a723a..e7acbba7bbb3 100644 --- a/pkgs/development/python-modules/shaperglot/default.nix +++ b/pkgs/development/python-modules/shaperglot/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "shaperglot"; - version = "0.3.1"; + version = "0.5.0"; # PyPI source tarballs omit tests, fetch from Github instead src = fetchFromGitHub { owner = "googlefonts"; repo = "shaperglot"; - rev = "v${version}"; - hash = "sha256-29MzD42rgh+7n/0kjqKGDxXPnUEvj/xxEIKWZg03pxw="; + rev = "refs/tags/v${version}"; + hash = "sha256-jmYB1tsMMpFs0X/FW3z9el2nFr8De2jR1dO658w7U4Q="; }; pyproject = true; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/1gfp7hiwzpv9aglk2yfa9m49jc0n7pa5-nix-2.18.1/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A shaperglot nix build failed. unpacking source archive /nix/store/gqay7a7cz5n68i6m8pk13ias2kwfjmfw-source source root is source setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/tests/test_definitions.py @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase @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 Lib/shaperglot.egg-info writing Lib/shaperglot.egg-info/PKG-INFO writing dependency_links to Lib/shaperglot.egg-info/dependency_links.txt writing entry points to Lib/shaperglot.egg-info/entry_points.txt writing requirements to Lib/shaperglot.egg-info/requires.txt writing top-level names to Lib/shaperglot.egg-info/top_level.txt writing manifest file 'Lib/shaperglot.egg-info/SOURCES.txt' reading manifest file 'Lib/shaperglot.egg-info/SOURCES.txt' adding license file 'LICENSE.md' adding license file 'AUTHORS.txt' writing manifest file 'Lib/shaperglot.egg-info/SOURCES.txt' ERROR Missing dependencies: setuptools_scm[toml]>=6.2