sphinx-autobuild 2024.2.4 -> 2024.04.16 https://github.com/sphinx-doc/sphinx-autobuild/releases attrpath: sphinx-autobuild 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: - sphinx-autobuild-2024.2.4 Press Enter key to continue... Running update for: - sphinx-autobuild-2024.2.4: UPDATING ... - sphinx-autobuild-2024.2.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-autobuild/default.nix b/pkgs/development/python-modules/sphinx-autobuild/default.nix index d4ad4cedab8c..0f7c72a60bfc 100644 --- a/pkgs/development/python-modules/sphinx-autobuild/default.nix +++ b/pkgs/development/python-modules/sphinx-autobuild/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "sphinx-autobuild"; - version = "2024.2.4"; + version = "2024.4.16"; pyproject = true; src = fetchPypi { pname = "sphinx_autobuild"; inherit version; - hash = "sha256-y50hIaF21i1FRxYkhyr8X613Va1mJzir5ADs9KeVQwM="; + hash = "sha256-HA7Tehlw7tGX+cWmbWV1nnxOTLp7Wl13lAdSvxpZ8sc="; }; build-system = [ No auto update branch exists Old version 2024.2.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build-system , flit-core # dependencies , colorama , sphinx , starlette , uvicorn , watchfiles , websockets # tests , pytestCheckHook }: buildPythonPackage rec { pname = "sphinx-autobuild"; version = "2024.04.16"; pyproject = true; src = fetchFromGitHub { owner = "sphinx-doc"; repo = "sphinx-autobuild"; rev = "refs/tags/${version}"; hash = "sha256-5HgRqt2ZTGcQ6X2sZN0gRfahmwlqpDbae5gOnGa02L0="; }; build-system = [ flit-core ]; dependencies = [ colorama sphinx starlette uvicorn watchfiles websockets ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "sphinx_autobuild" ]; meta = with lib; { description = "Rebuild Sphinx documentation on changes, with live-reload in the browser"; mainProgram = "sphinx-autobuild"; homepage = "https://github.com/sphinx-doc/sphinx-autobuild"; license = with licenses; [ mit ]; maintainers = with maintainers; [holgerpeters]; }; }