python312Packages.ufo2ft 2.33.4 -> 3.1.0 https://github.com/googlefonts/ufo2ft/releases attrpath: python312Packages.ufo2ft 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/8r5ijlhw2m3bsnrwnv715asigkfclxds-packages.json.drv building '/nix/store/8r5ijlhw2m3bsnrwnv715asigkfclxds-packages.json.drv'... Going to be running update for following packages: - python3.12-ufo2ft-2.33.4 Press Enter key to continue... Running update for: - python3.12-ufo2ft-2.33.4: UPDATING ... - python3.12-ufo2ft-2.33.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/ufo2ft/default.nix b/pkgs/development/python-modules/ufo2ft/default.nix index 6daa54a31e81..1ceed6367d07 100644 --- a/pkgs/development/python-modules/ufo2ft/default.nix +++ b/pkgs/development/python-modules/ufo2ft/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "ufo2ft"; - version = "2.33.4"; + version = "3.1.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-e6p/H1Vub0Ln0VhQvwsVLuD/p8uNG5oCPhfQPCTl1nY="; + hash = "sha256-5EUrML1Yd88tVEP+Kd9TmXm+5Ejk/XIH/USYBakK/wQ="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.33.4" not present in staging derivation file with contents: { lib , booleanoperations , buildPythonPackage , cffsubr , compreffor , cu2qu , defcon , fetchPypi , fonttools , pytestCheckHook , pythonOlder , pythonRelaxDepsHook , setuptools-scm , skia-pathops , ufolib2 }: buildPythonPackage rec { pname = "ufo2ft"; version = "3.1.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-5EUrML1Yd88tVEP+Kd9TmXm+5Ejk/XIH/USYBakK/wQ="; }; nativeBuildInputs = [ setuptools-scm pythonRelaxDepsHook ]; pythonRelaxDeps = [ "cffsubr" ]; propagatedBuildInputs = [ cu2qu fonttools defcon compreffor booleanoperations cffsubr ufolib2 skia-pathops ] ++ fonttools.optional-dependencies.lxml ++ fonttools.optional-dependencies.ufo; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # Do not depend on skia. "test_removeOverlaps_CFF_pathops" "test_removeOverlaps_pathops" "test_custom_filters_as_argument" "test_custom_filters_as_argument" # Some integration tests fail "test_compileVariableCFF2" "test_compileVariableTTF" "test_drop_glyph_names_variable" "test_drop_glyph_names_variable" ]; pythonImportsCheck = [ "ufo2ft" ]; meta = with lib; { description = "Bridge from UFOs to FontTools objects"; homepage = "https://github.com/googlefonts/ufo2ft"; changelog = "https://github.com/googlefonts/ufo2ft/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }