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:           Mon Jul 13 12:18:45 UTC 2026

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

Log Message:
py-mistune: update to 3.3.3.

   🐞 Bug Fixes

    Set prev token in render_list_item and add block_text to ignore_blocks  -  by @gaoflow in #456 (0799e)
    Improve nested bracket link input  -  by @lepture (fe02f)
    Escape literal emphasis markers in MarkdownRenderer  -  by @Sanjays2402 (b0429)
    Use SAFE_PROTOCOLS instead of HARMFUL_PROTOCOLS  -  by @lepture (4009f)
    Add max_emphasis_depth  -  by @lepture (0938f)
    Add image max depth  -  by @lepture (cca5e)
    inline: Use original run length in emphasis multiple-of-3 rule  -  by @greymoth-jp and Claude Opus 4.8 (1M context) (2d26b)

   🏎 Performance

    Improve link label parsing performance  -  by @lepture (e001d)
    Improve performance for math and formatting plugins  -  by @lepture (c2228)
    Improve for footnotes, ruby and spoiler  -  by @lepture (ae7e9)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-mistune/Makefile
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/textproc/py-mistune/Makefile:1.24
--- pkgsrc/textproc/py-mistune/Makefile:1.23    Wed Jun 24 05:25:41 2026
+++ pkgsrc/textproc/py-mistune/Makefile Mon Jul 13 12:18:44 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2026/06/24 05:25:41 adam Exp $
+# $NetBSD: Makefile,v 1.24 2026/07/13 12:18:44 wiz Exp $
 
-DISTNAME=      mistune-3.3.2
+DISTNAME=      mistune-3.3.3
 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.19 pkgsrc/textproc/py-mistune/distinfo:1.20
--- pkgsrc/textproc/py-mistune/distinfo:1.19    Wed Jun 24 05:25:41 2026
+++ pkgsrc/textproc/py-mistune/distinfo Mon Jul 13 12:18:44 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2026/06/24 05:25:41 adam Exp $
+$NetBSD: distinfo,v 1.20 2026/07/13 12:18:44 wiz Exp $
 
-BLAKE2s (mistune-3.3.2.tar.gz) = 7c20120f5dd1a390ecf8021e4bf7bf01b0c60eaa32edc3279262925b23dca900
-SHA512 (mistune-3.3.2.tar.gz) = b1889c4de9619710bbe5fd0382a341d4794b1d1f88e9a217580a7c6e2db4d2291c57b6c0885e6635ae4e75b39df16b4019dc90e1f925beb7a6baa76690adc975
-Size (mistune-3.3.2.tar.gz) = 111284 bytes
+BLAKE2s (mistune-3.3.3.tar.gz) = bf33580a8d6552d366a9446b4453c590d589efef5a745295d100d199615bba22
+SHA512 (mistune-3.3.3.tar.gz) = 0f3c3172ceae06577585c54d9b8c03a74d5e802a14b44aff984ef3ec3134b58738c693e74759ec66fedb1d3e18e556ef68c8c7a7b66b6feadf7854eb13a4dafd
+Size (mistune-3.3.3.tar.gz) = 115363 bytes



Home | Main Index | Thread Index | Old Index