git: 03787d882ebb - 2024Q2 - textproc/py-mkdocstrings: Update to 0.25.1

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Tue, 07 May 2024 03:57:17 UTC
The branch 2024Q2 has been updated by kai:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03787d882ebbde60f77e6b2371bee229b66dc768

commit 03787d882ebbde60f77e6b2371bee229b66dc768
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2024-05-07 03:51:59 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2024-05-07 03:56:31 +0000

    textproc/py-mkdocstrings: Update to 0.25.1
    
    Changelog:
    
    https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.25.1
    
    MFH:            2024Q2
    (cherry picked from commit bc48bf817328ab53f38cbbaf6384eb6633c36aff)
---
 textproc/py-mkdocstrings/Makefile | 5 +++--
 textproc/py-mkdocstrings/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/textproc/py-mkdocstrings/Makefile b/textproc/py-mkdocstrings/Makefile
index 80531d6c02d2..19bb0891bb8d 100644
--- a/textproc/py-mkdocstrings/Makefile
+++ b/textproc/py-mkdocstrings/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mkdocstrings
-DISTVERSION=	0.25.0
+DISTVERSION=	0.25.1
 CATEGORIES=	textproc python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -30,7 +30,8 @@ USE_PYTHON=	autoplist pep517 pytest
 # mkdocs-gen-files (not in Ports tree, yet).
 # The same applies to "test_plugin" which requires markdown-exec (not in Ports
 # tree yet).
-PYTEST_IGNORED_TESTS=	test_sphinx_load_mkdocstrings_inventory_file test_plugin
+# The test_no_double_toc tests, on the other hand, require py-markdown >= 3.6.
+PYTEST_IGNORED_TESTS=	test_sphinx_load_mkdocstrings_inventory_file test_plugin test_no_double_toc
 
 # Required otherwise the build process tries to get the current version via git
 MAKE_ENV=	PDM_BUILD_SCM_VERSION=${DISTVERSION}
diff --git a/textproc/py-mkdocstrings/distinfo b/textproc/py-mkdocstrings/distinfo
index de0d9c5968ac..5deff67d42e0 100644
--- a/textproc/py-mkdocstrings/distinfo
+++ b/textproc/py-mkdocstrings/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1714600326
-SHA256 (mkdocstrings-mkdocstrings-0.25.0_GH0.tar.gz) = 08a91d5991628aa74b90dc4faa8daced02d3b526ddf0c51babe5218ffd3d6444
-SIZE (mkdocstrings-mkdocstrings-0.25.0_GH0.tar.gz) = 89714
+TIMESTAMP = 1715019587
+SHA256 (mkdocstrings-mkdocstrings-0.25.1_GH0.tar.gz) = bc7499d5a9f91240c8eef61824ec1c8f1a99b969be0e4c4a499d94c3ab293db4
+SIZE (mkdocstrings-mkdocstrings-0.25.1_GH0.tar.gz) = 89869