Skip to content

Commit 188e97f

Browse files
committed
py-markdown: update to 3.10.1.
Fixed Ensure nested elements inside inline comments are properly unescaped (#1571). Make the docs build successfully with mkdocstrings-python 2.0 (#1575). Fix infinite loop when multiple bogus or unclosed HTML comments appear in input (#1578). Fix another infinite loop when handling bad comments (#1586).
1 parent 4521b73 commit 188e97f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

textproc/py-markdown/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.45 2025/11/10 09:39:26 wiz Exp $
1+
# $NetBSD: Makefile,v 1.46 2026/01/25 23:13:45 wiz Exp $
22

3-
DISTNAME= markdown-3.10
3+
DISTNAME= markdown-3.10.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
55
CATEGORIES= textproc python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markdown/}

textproc/py-markdown/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.29 2025/11/10 09:39:26 wiz Exp $
1+
$NetBSD: distinfo,v 1.30 2026/01/25 23:13:45 wiz Exp $
22

3-
BLAKE2s (markdown-3.10.tar.gz) = f80e1827fa2318d7bfec68d343370bffa67ac859efdb3d836385da3f57cd21de
4-
SHA512 (markdown-3.10.tar.gz) = 5b07895f8bd560348722a97517ef33b740221092cd2567f19ac5baf823a43916c6243ed603c8f6b94b526b39d9876a040b5ef2f4d50f3de277e6d96a2bcc510c
5-
Size (markdown-3.10.tar.gz) = 364931 bytes
3+
BLAKE2s (markdown-3.10.1.tar.gz) = 14e3470ba2d573ac6d848912bf54ec321a2e866a561e0086b9bffc70895c3c8e
4+
SHA512 (markdown-3.10.1.tar.gz) = 34c9f52172640c28ec281575eba29a841e4086b5c898ab4d7df804d691310732d707cfc0f27b36fa9bc9662191b36453a25279c4d9e3d1e0cf012d95f3d90a9d
5+
Size (markdown-3.10.1.tar.gz) = 365402 bytes

0 commit comments

Comments
 (0)