python310Packages.sphinx-autodoc-typehints 0 -> 1 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ns24x5f6k2xrynzrl71bfwqgp23y658k-packages.json.drv building '/nix/store/ns24x5f6k2xrynzrl71bfwqgp23y658k-packages.json.drv'... Going to be running update for following packages: - python3.10-sphinx-autodoc-typehints-1.19.2 Press Enter key to continue... Running update for: - python3.10-sphinx-autodoc-typehints-1.19.2: UPDATING ... - python3.10-sphinx-autodoc-typehints-1.19.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace 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 85f6366f0f0..8930d875dc7 100644 --- a/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix +++ b/pkgs/development/python-modules/sphinx-autodoc-typehints/default.nix @@ -8,7 +8,7 @@ let pname = "sphinx-autodoc-typehints"; - version = "1.19.2"; + version = "1.20.1"; in buildPythonPackage { @@ -20,7 +20,7 @@ buildPythonPackage { src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; - hash = "sha256-hy+y17PXlIJsKONu32c56TVJSRRH3KvrB8WIVen5FN4="; + hash = "sha256-pB02uwxZK98+OvtUVWdYfJLqT+iV7M4m0ECYma30Xvs="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.19.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pythonOlder , sphinx , pytestCheckHook }: let pname = "sphinx-autodoc-typehints"; version = "1.19.5"; in buildPythonPackage { inherit pname version; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "sphinx_autodoc_typehints"; inherit version; hash = "sha256-OKInN44rwVyE4pr4yx11gRgtoRBxEf0ciLGbXrcHYgU="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ sphinx ]; checkInputs = [ 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 ]; }; }