python311Packages.sphinx-rtd-theme 1.3.0 -> 2.0.0 https://repology.org/project/python:sphinx-rtd-theme/versions attrpath: python311Packages.sphinx-rtd-theme 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.11-sphinx-rtd-theme-1.3.0 Press Enter key to continue... Running update for: - python3.11-sphinx-rtd-theme-1.3.0: UPDATING ... - python3.11-sphinx-rtd-theme-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-rtd-theme/default.nix b/pkgs/development/python-modules/sphinx-rtd-theme/default.nix index fe056b3e70bc..1e8e0cd4b1e7 100644 --- a/pkgs/development/python-modules/sphinx-rtd-theme/default.nix +++ b/pkgs/development/python-modules/sphinx-rtd-theme/default.nix @@ -11,13 +11,13 @@ buildPythonPackage rec { pname = "sphinx-rtd-theme"; - version = "1.3.0"; + version = "2.0.0"; format = "setuptools"; src = fetchPypi { pname = "sphinx_rtd_theme"; inherit version; - hash = "sha256-WQsDDHq7nPA47AU7leU4C1xw1hWR6wtVIGP758QfCTE="; + hash = "sha256-vV17gGIkBnYgc6BO+PrcX5FRJhVj1HAn3gmRDOA6/ms="; }; preBuild = '' No auto update branch exists Old version 1.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , docutils , sphinx , readthedocs-sphinx-ext , sphinxcontrib-jquery , pytestCheckHook , pythonRelaxDepsHook }: buildPythonPackage rec { pname = "sphinx-rtd-theme"; version = "2.0.0"; format = "setuptools"; src = fetchPypi { pname = "sphinx_rtd_theme"; inherit version; hash = "sha256-vV17gGIkBnYgc6BO+PrcX5FRJhVj1HAn3gmRDOA6/ms="; }; preBuild = '' # Don't use NPM to fetch assets. Assets are included in sdist. export CI=1 ''; propagatedBuildInputs = [ docutils sphinx sphinxcontrib-jquery ]; nativeBuildInputs = [ pythonRelaxDepsHook ]; nativeCheckInputs = [ pytestCheckHook readthedocs-sphinx-ext ]; pythonRelaxDeps = [ "docutils" "sphinxcontrib-jquery" ]; pythonImportsCheck = [ "sphinx_rtd_theme" ]; meta = with lib; { description = "Sphinx theme for readthedocs.org"; homepage = "https://github.com/readthedocs/sphinx_rtd_theme"; changelog = "https://github.com/readthedocs/sphinx_rtd_theme/blob/${version}/docs/changelog.rst"; license = licenses.mit; }; }