python311Packages.validators 0 -> 1 attrpath: python311Packages.validators 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/4kfn6ihlbayj22sfi1wgf2kv1xaqa58q-packages.json.drv building '/nix/store/4kfn6ihlbayj22sfi1wgf2kv1xaqa58q-packages.json.drv'... Going to be running update for following packages: - python3.11-validators-0.22.0 Press Enter key to continue... Running update for: - python3.11-validators-0.22.0: UPDATING ... - python3.11-validators-0.22.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/validators/default.nix b/pkgs/development/python-modules/validators/default.nix index 8e29effda9a2..d43dd1870df8 100644 --- a/pkgs/development/python-modules/validators/default.nix +++ b/pkgs/development/python-modules/validators/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "validators"; - version = "0.22.0"; + version = "0.28.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "python-validators"; repo = "validators"; rev = "refs/tags/${version}"; - hash = "sha256-Qu6Tu9uIluT1KBJYkFjDFt9AWN2Kez3uCYDQknXqYrU="; + hash = "sha256-hyk89eLHG3t2om5YB2KdiAHqSk0AYpGaTdy5wkxfw0Y="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.22.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pythonOlder, setuptools, }: buildPythonPackage rec { pname = "validators"; version = "0.28.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "python-validators"; repo = "validators"; rev = "refs/tags/${version}"; hash = "sha256-r3SQvt96y8e9odWxz0GjVKH3+Pa0Lqs+tbhryeGaZUU="; }; build-system = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "validators" ]; meta = with lib; { description = "Python Data Validation for Humans"; homepage = "https://github.com/python-validators/validators"; changelog = "https://github.com/python-validators/validators/blob/${version}/CHANGES.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }