python310Packages.myst-docutils 1.0.0 -> 2.0.0 https://repology.org/project/python:myst-docutils/versions attrpath: python310Packages.myst-docutils 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-myst-docutils-1.0.0 Press Enter key to continue... Running update for: - python3.10-myst-docutils-1.0.0: UPDATING ... - python3.10-myst-docutils-1.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/myst-docutils/default.nix b/pkgs/development/python-modules/myst-docutils/default.nix index 3a51d240c5ae..23f1a7f864e9 100644 --- a/pkgs/development/python-modules/myst-docutils/default.nix +++ b/pkgs/development/python-modules/myst-docutils/default.nix @@ -13,12 +13,12 @@ buildPythonPackage rec { pname = "myst-docutils"; - version = "1.0.0"; + version = "2.0.0"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-fbh97Z/5TnnMHj2bGZ4UvJkPpYtrTTcFOgpLWgHUYk0="; + hash = "sha256-WmmPEg+bINmeId+pjR6bbp8qzjfSXfEel+sQEdPIu8Y="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.0" not present in staging derivation file with contents: { lib , buildPythonPackage , docutils , fetchPypi , flit-core , jinja2 , markdown-it-py , mdit-py-plugins , pythonOlder , pyyaml , typing-extensions }: buildPythonPackage rec { pname = "myst-docutils"; version = "2.0.0"; format = "pyproject"; src = fetchPypi { pname = "myst_docutils"; inherit version; hash = "sha256-WmmPEg+bINmeId+pjR6bbp8qzjfSXfEel+sQEdPIu8Y="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ docutils jinja2 markdown-it-py mdit-py-plugins pyyaml typing-extensions ]; pythonImportsCheck = [ "myst_parser" ]; meta = with lib; { description = "An extended commonmark compliant parser, with bridges to docutils/sphinx."; homepage = "https://github.com/executablebooks/MyST-Parser"; license = licenses.mit; maintainers = with maintainers; [ dpausp ]; broken = pythonOlder "3.8"; # dependency networkx requires 3.8 }; }