python310Packages.Mako 0 -> 1 attrpath: python310Packages.Mako 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/azbnhyxipakcrp6894gyanw8ghpp3jp2-packages.json.drv building '/nix/store/azbnhyxipakcrp6894gyanw8ghpp3jp2-packages.json.drv'... Going to be running update for following packages: - python3.10-Mako-1.2.2 Press Enter key to continue... Running update for: - python3.10-Mako-1.2.2: UPDATING ... - python3.10-Mako-1.2.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/Mako/default.nix b/pkgs/development/python-modules/Mako/default.nix index 9118f5a6fcf..eeae0d7f33d 100644 --- a/pkgs/development/python-modules/Mako/default.nix +++ b/pkgs/development/python-modules/Mako/default.nix @@ -19,13 +19,13 @@ buildPythonPackage rec { pname = "Mako"; - version = "1.2.2"; + version = "1.2.4"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - sha256 = "sha256-NySGmzY7pjCicqX4n2jAcDUhN7j9F1dlABe34G/aFj8="; + sha256 = "sha256-1go5A9w7sBoYrWqJzb4uTq3GnAvI7x43c7pT1Ew/ejQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.2.2" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , isPyPy # propagates , markupsafe # extras: Babel , babel # tests , mock , pytestCheckHook , lingua , chameleon }: buildPythonPackage rec { pname = "Mako"; version = "1.2.4"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; sha256 = "sha256-1go5A9w7sBoYrWqJzb4uTq3GnAvI7x43c7pT1Ew/ejQ="; }; propagatedBuildInputs = [ markupsafe ]; passthru.optional-dependencies = { babel = [ babel ]; }; checkInputs = [ chameleon lingua mock pytestCheckHook ] ++ passthru.optional-dependencies.babel; disabledTests = lib.optionals isPyPy [ # https://github.com/sqlalchemy/mako/issues/315 "test_alternating_file_names" # https://github.com/sqlalchemy/mako/issues/238 "test_file_success" "test_stdin_success" # fails on pypy2.7 "test_bytestring_passthru" ]; meta = with lib; { description = "Super-fast templating language"; homepage = "https://www.makotemplates.org/"; changelog = "https://docs.makotemplates.org/en/latest/changelog.html"; license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [ domenkozar ]; }; }