CVS commit: pkgsrc/textproc/py-markdown
"Adam Ciarcinski" <[email protected]> Mon, 3 Aug 2026 09:52:32 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format.
--_----------=_1785750752139320
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"
Module Name: pkgsrc
Committed By: adam
Date: Mon Aug 3 09:52:32 UTC 2026
Modified Files:
pkgsrc/textproc/py-markdown: Makefile distinfo
Log Message:
py-markdown: updated to 3.10.3
3.10.3
Fixed
* Fix `SetextHeaderProcessor` regex to prevent mixed `=` and `-` chars in setext-style headers.
* Add AI Policy to Contributing Guide.
* Officially document all included extensions as being in maintenance mode.
* Link the Extension API documentation to the API Reference.
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/py-markdown/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/py-markdown/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
--_----------=_1785750752139320
Content-Disposition: inline
Content-Length: 1626
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii
Modified files:
Index: pkgsrc/textproc/py-markdown/Makefile
diff -u pkgsrc/textproc/py-markdown/Makefile:1.47 pkgsrc/textproc/py-markdown/Makefile:1.48
--- pkgsrc/textproc/py-markdown/Makefile:1.47 Mon Feb 9 19:13:28 2026
+++ pkgsrc/textproc/py-markdown/Makefile Mon Aug 3 09:52:32 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2026/02/09 19:13:28 adam Exp $
+# $NetBSD: Makefile,v 1.48 2026/08/03 09:52:32 adam Exp $
-DISTNAME= markdown-3.10.2
+DISTNAME= markdown-3.10.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markdown/}
Index: pkgsrc/textproc/py-markdown/distinfo
diff -u pkgsrc/textproc/py-markdown/distinfo:1.31 pkgsrc/textproc/py-markdown/distinfo:1.32
--- pkgsrc/textproc/py-markdown/distinfo:1.31 Mon Feb 9 19:13:28 2026
+++ pkgsrc/textproc/py-markdown/distinfo Mon Aug 3 09:52:32 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2026/02/09 19:13:28 adam Exp $
+$NetBSD: distinfo,v 1.32 2026/08/03 09:52:32 adam Exp $
-BLAKE2s (markdown-3.10.2.tar.gz) = 7ec65da78fe0cc172ed7e12de832fcca8d942e96ffdbb529cb9dd2861d3f3c1b
-SHA512 (markdown-3.10.2.tar.gz) = cd84d5715002ed58cb1ec64f1b33d048892162cfc9675f570e146bc611ea92cf0dbb3a99018e091131188f29efde8c25da2e9218b5d0d96890c406cbde300074
-Size (markdown-3.10.2.tar.gz) = 368805 bytes
+BLAKE2s (markdown-3.10.3.tar.gz) = 74520653bf3cf6fd14aa46f40caf3845b5f362be0d8d5f637703683d46e74db7
+SHA512 (markdown-3.10.3.tar.gz) = 64e5e5f27a2aa0297e316c20796969e802acc3ffcf5e8c266fcf0eda2d188f30458adf1f0420508b104dfdb2a8b153d58b10a5b20f48d8327df5318b784307f9
+Size (markdown-3.10.3.tar.gz) = 372596 bytes
--_----------=_1785750752139320--