python311Packages.glyphslib 0 -> 1 attrpath: python311Packages.glyphslib 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/42cbrk479n72fwpk95lmahfzbagw8np7-packages.json.drv building '/nix/store/42cbrk479n72fwpk95lmahfzbagw8np7-packages.json.drv'... Going to be running update for following packages: - python3.11-glyphslib-6.6.0 Press Enter key to continue... Running update for: - python3.11-glyphslib-6.6.0: UPDATING ... - python3.11-glyphslib-6.6.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/glyphslib/default.nix b/pkgs/development/python-modules/glyphslib/default.nix index 7cf9adbb3bf6..41b257f4d975 100644 --- a/pkgs/development/python-modules/glyphslib/default.nix +++ b/pkgs/development/python-modules/glyphslib/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "glyphslib"; - version = "6.6.0"; + version = "6.6.6"; format = "pyproject"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "googlefonts"; repo = "glyphsLib"; rev = "refs/tags/v${version}"; - hash = "sha256-2Y7JhaZJXKERQXEI9cDCx7m95El6AicU0t+X3Gntbxk="; + hash = "sha256-IF/mm6JOulB4kLZ1rRnZHjQth5RkgroDWuZ+HzMZYjM="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 6.6.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , fonttools , openstep-plist , ufolib2 , pytestCheckHook , unicodedata2 , setuptools-scm , ufonormalizer , xmldiff , defcon , ufo2ft , skia-pathops }: buildPythonPackage rec { pname = "glyphslib"; version = "6.6.6"; format = "pyproject"; src = fetchFromGitHub { owner = "googlefonts"; repo = "glyphsLib"; rev = "refs/tags/v${version}"; hash = "sha256-IF/mm6JOulB4kLZ1rRnZHjQth5RkgroDWuZ+HzMZYjM="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ fonttools openstep-plist ufolib2 unicodedata2 ufonormalizer xmldiff defcon ufo2ft skia-pathops ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "glyphsLib" ]; disabledTestPaths = [ "tests/builder/designspace_gen_test.py" # this test tries to use non-existent font "CoolFoundry Examplary Serif" "tests/builder/interpolation_test.py" # this test tries to use a font that previous test should made ]; meta = { description = "Bridge from Glyphs source files (.glyphs) to UFOs and Designspace files via defcon and designspaceLib"; homepage = "https://github.com/googlefonts/glyphsLib"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.BarinovMaxim ]; }; }