python312Packages.markupsafe 2.1.3 -> 2.1.5 https://repology.org/project/python:markupsafe/versions attrpath: python312Packages.markupsafe 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/77gg7jhfld7vq47f9w4cmb7h5ddihmiv-packages.json.drv building '/nix/store/77gg7jhfld7vq47f9w4cmb7h5ddihmiv-packages.json.drv'... Going to be running update for following packages: - python3.12-markupsafe-2.1.3 Press Enter key to continue... Running update for: - python3.12-markupsafe-2.1.3: UPDATING ... - python3.12-markupsafe-2.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/markupsafe/default.nix b/pkgs/development/python-modules/markupsafe/default.nix index e63af344a3a0..dcb9ac1c0d6e 100644 --- a/pkgs/development/python-modules/markupsafe/default.nix +++ b/pkgs/development/python-modules/markupsafe/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "markupsafe"; - version = "2.1.3"; + version = "2.1.5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -15,7 +15,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "MarkupSafe"; inherit version; - hash = "sha256-r1mO0y1q6G8bdHuCeDlYsaSrj2F7Bv5oeVx/Amq73K0="; + hash = "sha256-0oPTeokLpMGuc/+t+ARkNcdue8Ike7tjwAvRpwnGVEs="; }; nativeCheckInputs = [ No auto update branch exists Old version 2.1.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools # tests , pytestCheckHook # reverse dependencies , jinja2 , mkdocs , quart , werkzeug }: buildPythonPackage rec { pname = "markupsafe"; version = "2.1.5"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { pname = "MarkupSafe"; inherit version; hash = "sha256-0oPTeokLpMGuc/+t+ARkNcdue8Ike7tjwAvRpwnGVEs="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "markupsafe" ]; passthru.tests = { inherit jinja2 mkdocs quart werkzeug ; }; meta = with lib; { changelog = "https://markupsafe.palletsprojects.com/en/${versions.majorMinor version}.x/changes/#version-${replaceStrings [ "." ] [ "-" ] version}"; description = "Implements a XML/HTML/XHTML Markup safe string"; homepage = "https://palletsprojects.com/p/markupsafe/"; license = licenses.bsd3; maintainers = with maintainers; [ domenkozar ]; }; }