python3Packages.mkdocs-autorefs: 0.5.0 -> 1.0.1

https://github.com/mkdocstrings/autorefs/blob/1.0.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:32 +01:00
parent 8ba15b5910
commit cf2803da95
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "mkdocs-autorefs";
version = "0.5.0";
version = "1.0.1";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "mkdocstrings";
repo = "autorefs";
rev = "refs/tags/${version}";
hash = "sha256-GZKQlOXhQIQhS/z4cbmS6fhAKYgnVhSXh5a8Od7+TWc=";
hash = "sha256-YORrIQ+iZQZ1U/fe/IH3B/5gN0QxQF73s9vF6qvKL7Q=";
};
postPatch = ''
@@ -40,6 +40,12 @@ buildPythonPackage rec {
pytestCheckHook
];
disabledTests = [
# missing pymdownx
"test_reference_implicit_with_code_inlinehilite_plain"
"test_reference_implicit_with_code_inlinehilite_python"
];
pythonImportsCheck = [
"mkdocs_autorefs"
];