python310Packages.ufo2ft 0 -> 1 attrpath: python310Packages.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/gvr6abbsbi8vw8mcn5hydzn5s5xnn8y4-packages.json.drv building '/nix/store/gvr6abbsbi8vw8mcn5hydzn5s5xnn8y4-packages.json.drv'... Going to be running update for following packages: - python3.10-ufo2ft-2.30.0 Press Enter key to continue... Running update for: - python3.10-ufo2ft-2.30.0: UPDATING ... - python3.10-ufo2ft-2.30.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/ufo2ft/default.nix b/pkgs/development/python-modules/ufo2ft/default.nix index 9ed1ec78e1bd..98087eaae75d 100644 --- a/pkgs/development/python-modules/ufo2ft/default.nix +++ b/pkgs/development/python-modules/ufo2ft/default.nix @@ -21,12 +21,12 @@ buildPythonPackage rec { pname = "ufo2ft"; - version = "2.30.0"; + version = "2.33.4"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-ZpO55rNXkVbqMdGxsZn77gJnGBbM8c8GIAaQnTzVnf8="; + hash = "sha256-e6p/H1Vub0Ln0VhQvwsVLuD/p8uNG5oCPhfQPCTl1nY="; }; nativeBuildInputs = [ No auto update branch exists Old version 2.30.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build , setuptools-scm # runtime , booleanoperations , cffsubr , compreffor , cu2qu , defcon , fonttools , skia-pathops , ufoLib2 # tests , pytestCheckHook }: buildPythonPackage rec { pname = "ufo2ft"; version = "2.33.4"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-e6p/H1Vub0Ln0VhQvwsVLuD/p8uNG5oCPhfQPCTl1nY="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ cu2qu fonttools defcon compreffor booleanoperations cffsubr ufoLib2 skia-pathops ] ++ fonttools.optional-dependencies.lxml ++ fonttools.optional-dependencies.ufo; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ # Do not depend on skia. "--deselect=tests/integration_test.py::IntegrationTest::test_removeOverlaps_CFF_pathops" "--deselect=tests/integration_test.py::IntegrationTest::test_removeOverlaps_pathops" "--deselect=tests/preProcessor_test.py::TTFPreProcessorTest::test_custom_filters_as_argument" "--deselect=tests/preProcessor_test.py::TTFInterpolatablePreProcessorTest::test_custom_filters_as_argument" ]; pythonImportsCheck = [ "ufo2ft" ]; meta = with lib; { description = "Bridge from UFOs to FontTools objects"; homepage = "https://github.com/googlefonts/ufo2ft"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }