python310Packages.sphinx-autodoc-typehints 1.24.1 -> 1.25.2 https://repology.org/project/python:sphinx-autodoc-typehints/versions attrpath: python310Packages.sphinx-autodoc-typehints 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] Going to be running update for following packages: - python3.10-sphinx-autodoc-typehints-1.24.1 Press Enter key to continue... Running update for: - python3.10-sphinx-autodoc-typehints-1.24.1: UPDATING ... - python3.10-sphinx-autodoc-typehints-1.24.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix index 59f832b999d6..7fff4b80debd 100644 --- a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix +++ b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix @@ -10,7 +10,7 @@ let pname = "sphinx-autodoc-typehints"; - version = "1.24.1"; + version = "1.25.2"; in buildPythonPackage { @@ -22,7 +22,7 @@ buildPythonPackage { src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; - hash = "sha256-Bmg6K3bDx7GTG3XkDgIRhm+7ULpMToAtCQHZtOhJrdI="; + hash = "sha256-PKvCU34XmJsvkuZKOZQlxMi/Vh7XPwh7x0FKUANhalA="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.24.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pythonOlder , sphinx , pytestCheckHook }: let pname = "sphinx-autodoc-typehints"; version = "1.25.2"; in buildPythonPackage { inherit pname version; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; hash = "sha256-PKvCU34XmJsvkuZKOZQlxMi/Vh7XPwh7x0FKUANhalA="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ sphinx ]; nativeCheckInputs = [ pytestCheckHook ]; # requires spobjinv, nbtyping doCheck = false; pythonImportsCheck = [ "sphinx_autodoc_typehints" ]; meta = with lib; { changelog = "https://github.com/tox-dev/sphinx-autodoc-typehints/releases/tag/${version}"; description = "Type hints (PEP 484) support for the Sphinx autodoc extension"; homepage = "https://github.com/tox-dev/sphinx-autodoc-typehints"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; }