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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4shl3wmbmvkfmr1s858gn2v71xcmzs96-packages.json.drv building '/nix/store/4shl3wmbmvkfmr1s858gn2v71xcmzs96-packages.json.drv'... Going to be running update for following packages: - python3.10-ufo2ft-2.28.0 Press Enter key to continue... Running update for: - python3.10-ufo2ft-2.28.0: UPDATING ... - python3.10-ufo2ft-2.28.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 5a87bfd42c2..b4c12a9e295 100644 --- a/pkgs/development/python-modules/ufo2ft/default.nix +++ b/pkgs/development/python-modules/ufo2ft/default.nix @@ -13,13 +13,13 @@ buildPythonPackage rec { pname = "ufo2ft"; - version = "2.28.0"; + version = "2.30.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "sha256-pWHvjAvHNWlmJiQ75JRmFyrjYnzbJG7M8/DGoIWpEBk="; + sha256 = "sha256-ZpO55rNXkVbqMdGxsZn77gJnGBbM8c8GIAaQnTzVnf8="; }; patches = [ No auto update branch exists Old version 2.28.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.30.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-ZpO55rNXkVbqMdGxsZn77gJnGBbM8c8GIAaQnTzVnf8="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ cu2qu fonttools defcon compreffor booleanoperations cffsubr ufoLib2 skia-pathops ] ++ fonttools.optional-dependencies.lxml ++ fonttools.optional-dependencies.ufo; checkInputs = [ 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; [ jtojnar ]; }; }