Commit 24b8bee3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.mkdocstrings-python: 1.11.1 -> 1.12.0

parent 65806d88
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "mkdocstrings-python";
  version = "1.11.1";
  version = "1.12.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "mkdocstrings";
    repo = "python";
    rev = "refs/tags/${version}";
    hash = "sha256-g6F6xIFKLzNqgbWGZXdJeoqQz/GIlC3XmrG9Kjkr1rU=";
    hash = "sha256-Dwh1MQuOjN/quxKlOMIadZ5MR8BrS/s6l4mwSBTfXQE=";
  };

  build-system = [ pdm-backend ];
@@ -38,6 +38,11 @@ buildPythonPackage rec {

  pythonImportsCheck = [ "mkdocstrings_handlers" ];

  disabledTests = [
    # Tests fails with AssertionError
    "test_windows_root_conversion"
  ];

  meta = with lib; {
    description = "Python handler for mkdocstrings";
    homepage = "https://github.com/mkdocstrings/python";