python311Packages.cffsubr 0 -> 1 attrpath: python311Packages.cffsubr Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/bk926fm4rwq630gi86wydrxprjkbcyid-packages.json.drv building '/nix/store/bk926fm4rwq630gi86wydrxprjkbcyid-packages.json.drv'... Going to be running update for following packages: - python3.11-cffsubr-0.2.9.post1 Press Enter key to continue... Running update for: - python3.11-cffsubr-0.2.9.post1: UPDATING ... - python3.11-cffsubr-0.2.9.post1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cffsubr/default.nix b/pkgs/development/python-modules/cffsubr/default.nix index e86277cf2782..d82f3ff012c1 100644 --- a/pkgs/development/python-modules/cffsubr/default.nix +++ b/pkgs/development/python-modules/cffsubr/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "cffsubr"; - version = "0.2.9.post1"; + version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-azFBLc9JyPqEZkvahn4u3cVbb+b6aW/yU8TxOp/y/Fw="; + hash = "sha256-d0UVC9uBZ5+s3RHB87hwlsT029SVfo/Ou4jEVoeVLvs="; }; patches = [ No auto update branch exists Old version 0.2.9.post1" not present in staging derivation file with contents: { stdenv , lib , buildPythonPackage , fetchpatch , fetchPypi , fonttools , pytestCheckHook , setuptools-scm , wheel }: buildPythonPackage rec { pname = "cffsubr"; version = "0.3.0"; format = "pyproject"; src = fetchPypi { inherit pname version; hash = "sha256-d0UVC9uBZ5+s3RHB87hwlsT029SVfo/Ou4jEVoeVLvs="; }; patches = [ # https://github.com/adobe-type-tools/cffsubr/pull/23 (fetchpatch { name = "remove-setuptools-git-ls-files.patch"; url = "https://github.com/adobe-type-tools/cffsubr/commit/887a6a03b1e944b82fcb99b797fbc2f3a64298f0.patch"; hash = "sha256-LuyqBtDrKWwCeckr+YafZ5nfVw1XnELwFI6X8bGomhs="; }) ]; nativeBuildInputs = [ setuptools-scm wheel ]; propagatedBuildInputs = [ fonttools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "cffsubr" ]; meta = with lib; { broken = stdenv.isDarwin; description = "Standalone CFF subroutinizer based on AFDKO tx"; homepage = "https://github.com/adobe-type-tools/cffsubr"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }