pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-mistune



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May 10 13:11:29 UTC 2026

Modified Files:
        pkgsrc/textproc/py-mistune: Makefile distinfo

Log Message:
py-mistune: update to 3.2.1.

🐞 Bug Fixes

    Resolve Windows compatibility issues in file inclusion and tests  -  by @Yuki9814 (25471)
    Escape html text  -  by @lepture (a3cb6)
    Update link reference  -  by @lepture (85eb5)
    Handle escaped dollar signs in inline math  -  by @saschabuehrle in #370 (7bd57)
    Escape id of toc  -  by @lepture (04880)
    Escape id of headings  -  by @lepture (28556)
    Remove double-encoding of image alt text  -  by @lawrence3699 (0d6f3)
    Escape xml for math plugin  -  by @lepture (5fa09)
    Use strict regex for image's height and width  -  by @lepture (8d0cb)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-mistune/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-mistune/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-mistune/Makefile
diff -u pkgsrc/textproc/py-mistune/Makefile:1.21 pkgsrc/textproc/py-mistune/Makefile:1.22
--- pkgsrc/textproc/py-mistune/Makefile:1.21    Fri Dec 26 11:28:51 2025
+++ pkgsrc/textproc/py-mistune/Makefile Sun May 10 13:11:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2025/12/26 11:28:51 adam Exp $
+# $NetBSD: Makefile,v 1.22 2026/05/10 13:11:28 wiz Exp $
 
-DISTNAME=      mistune-3.2.0
+DISTNAME=      mistune-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mistune/}

Index: pkgsrc/textproc/py-mistune/distinfo
diff -u pkgsrc/textproc/py-mistune/distinfo:1.17 pkgsrc/textproc/py-mistune/distinfo:1.18
--- pkgsrc/textproc/py-mistune/distinfo:1.17    Fri Dec 26 11:28:51 2025
+++ pkgsrc/textproc/py-mistune/distinfo Sun May 10 13:11:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2025/12/26 11:28:51 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/05/10 13:11:28 wiz Exp $
 
-BLAKE2s (mistune-3.2.0.tar.gz) = d8ed1127aef0f137fd69c35813d91d8e4c652b0212049ddde99a25f3232c4eb2
-SHA512 (mistune-3.2.0.tar.gz) = 0fc30fb323bc901830472626fc34fc4d99fc066a7492c61c7d2672df473e95220accad02f98ddcf070ddbd9fe918585319251f767e7c41443eaa37918e007838
-Size (mistune-3.2.0.tar.gz) = 95467 bytes
+BLAKE2s (mistune-3.2.1.tar.gz) = d08ccf84c818e94efafa0da6fba52bf5bdcfacfc09bde24f04df57a9a9fbcab3
+SHA512 (mistune-3.2.1.tar.gz) = df95ff09b5113f2cb99fe317fa511a3018933e2731f50395cdd686a0629eafa3c02beaef6ad801237f6be530c46a79948e127b5fc53c6d091cd4283b1bbc2617
+Size (mistune-3.2.1.tar.gz) = 98003 bytes



Home | Main Index | Thread Index | Old Index