Merge pull request #244231 from r-ryantm/auto-update/python310Packages.mkdocstrings-python

python310Packages.mkdocstrings-python: 0.10.1 -> 1.2.0
This commit is contained in:
Jonas Heinrich
2023-07-19 14:27:17 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "mkdocstrings-python";
version = "0.10.1";
version = "1.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -19,8 +19,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "mkdocstrings";
repo = "python";
rev = version;
hash = "sha256-VGPlOHQNtXrfmcne93xDIxN20KDGlTQrjeAKhX/L6K0=";
rev = "refs/tags/${version}";
hash = "sha256-Q+KsVfImmJekDI5TIFREXlB/G5NGtoenHz6sZOVaP5c=";
};
nativeBuildInputs = [
@@ -37,11 +37,6 @@ buildPythonPackage rec {
pytestCheckHook
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'license = "ISC"' 'license = {text = "ISC"}' \
'';
pythonImportsCheck = [
"mkdocstrings_handlers"
];