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:   adam
Date:           Wed Jun 24 05:25:41 UTC 2026

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

Log Message:
py-mistune: updated to 3.3.2

Version 3.3.2

* Fix Python 3.8 import compatibility in the inline parser.
* Fix mypy compatibility for list parsing on Python 3.8 and 3.9+.

Version 3.3.1

* Fix ``abbr`` plugin compatibility with escaped inline text.
* Normalize included Markdown line endings before parsing directives.

Version 3.3.0

* Improve CommonMark compatibility and parser performance.
* Add command line entrypoint with UTF-8 output.
* Support display and backtick math.
* Render plugin list and table nodes in Markdown renderer.
* Escape leading block markers in Markdown renderer.
* Fix RST renderer for block quotes nested in lists.
* Avoid generated heading ID collisions in TOC.
* Harden URL, image, figure, and include directive handling.
* Fix quadratic scans in inline links, reference links, and formatting markers.
* Fix math escaping, currency pattern matching, and cross-line matching.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/textproc/py-mistune/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-mistune/PLIST
cvs rdiff -u -r1.18 -r1.19 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.22 pkgsrc/textproc/py-mistune/Makefile:1.23
--- pkgsrc/textproc/py-mistune/Makefile:1.22    Sun May 10 13:11:28 2026
+++ pkgsrc/textproc/py-mistune/Makefile Wed Jun 24 05:25:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2026/05/10 13:11:28 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2026/06/24 05:25:41 adam Exp $
 
-DISTNAME=      mistune-3.2.1
+DISTNAME=      mistune-3.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mistune/}
@@ -14,6 +14,8 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
+PY_RENAME_BINARIES=    mistune
+
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions

Index: pkgsrc/textproc/py-mistune/PLIST
diff -u pkgsrc/textproc/py-mistune/PLIST:1.7 pkgsrc/textproc/py-mistune/PLIST:1.8
--- pkgsrc/textproc/py-mistune/PLIST:1.7        Mon Apr 14 12:39:20 2025
+++ pkgsrc/textproc/py-mistune/PLIST    Wed Jun 24 05:25:41 2026
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2025/04/14 12:39:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/06/24 05:25:41 adam Exp $
+bin/mistune-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/mistune/__init__.py

Index: pkgsrc/textproc/py-mistune/distinfo
diff -u pkgsrc/textproc/py-mistune/distinfo:1.18 pkgsrc/textproc/py-mistune/distinfo:1.19
--- pkgsrc/textproc/py-mistune/distinfo:1.18    Sun May 10 13:11:28 2026
+++ pkgsrc/textproc/py-mistune/distinfo Wed Jun 24 05:25:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2026/05/10 13:11:28 wiz Exp $
+$NetBSD: distinfo,v 1.19 2026/06/24 05:25:41 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index