pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-myst-parser



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan 17 08:47:58 UTC 2026

Modified Files:
        pkgsrc/textproc/py-myst-parser: Makefile distinfo

Log Message:
py-myst-parser: updated to 5.0.0

5.0.0 - 2026-01-15

This release significantly bumps the supported versions of core dependencies:

Breaking Changes

This release updates the minimum supported versions:

- **Python**: `>=3.11` (dropped Python 3.10, tests up to 3.14)
- **Sphinx**: `>=8,<10` (dropped Sphinx 7, added Sphinx 9)
- **Docutils**: `>=0.20,<0.23` (dropped docutils 0.19, added docutils 0.22)
- **markdown-it-py**: `~=4.0` (upgraded from v3)

Dependency Upgrades

- Upgrade to markdown-it-py v4
- Drop Python 3.10 and Sphinx 7
- Drop docutils 0.19
- Add support for Python 3.14
- Support Sphinx v9
- Allow docutils 0.22

Improvements

- Improve generation of meta nodes

Documentation

- Fix typo in tables.md
- Fix minor typo in `cross-referencing.md`


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-myst-parser/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-myst-parser/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-myst-parser/Makefile
diff -u pkgsrc/textproc/py-myst-parser/Makefile:1.9 pkgsrc/textproc/py-myst-parser/Makefile:1.10
--- pkgsrc/textproc/py-myst-parser/Makefile:1.9 Tue Jan  6 11:18:17 2026
+++ pkgsrc/textproc/py-myst-parser/Makefile     Sat Jan 17 08:47:58 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2026/01/06 11:18:17 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2026/01/17 08:47:58 adam Exp $
 
-DISTNAME=      myst_parser-4.0.1
+DISTNAME=      myst_parser-5.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/myst-parser/}
 
@@ -12,11 +11,11 @@ COMMENT=    Extended CommonMark compliant p
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
-DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.19:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.20:../../textproc/py-docutils
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-DEPENDS+=      ${PYPKGPREFIX}-markdown-it-py>=3.0:../../textproc/py-markdown-it-py
-DEPENDS+=      ${PYPKGPREFIX}-mdit-py-plugins>=0.4.1:../../textproc/py-mdit-py-plugins
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=7:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-markdown-it-py>=4.0:../../textproc/py-markdown-it-py
+DEPENDS+=      ${PYPKGPREFIX}-mdit-py-plugins>=0.5:../../textproc/py-mdit-py-plugins
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=8:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 USE_LANGUAGES= # none

Index: pkgsrc/textproc/py-myst-parser/distinfo
diff -u pkgsrc/textproc/py-myst-parser/distinfo:1.4 pkgsrc/textproc/py-myst-parser/distinfo:1.5
--- pkgsrc/textproc/py-myst-parser/distinfo:1.4 Wed Feb 12 16:27:29 2025
+++ pkgsrc/textproc/py-myst-parser/distinfo     Sat Jan 17 08:47:58 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2025/02/12 16:27:29 adam Exp $
+$NetBSD: distinfo,v 1.5 2026/01/17 08:47:58 adam Exp $
 
-BLAKE2s (myst_parser-4.0.1.tar.gz) = b24246494c59bcb494617eae6604902dda7e565b95c06afc6827ebe32f0be5b3
-SHA512 (myst_parser-4.0.1.tar.gz) = 2ed01d6ee2e3be643e32a59634d114dd54c638abef5d76c65caa9535c55ad3ad51ff4d159a4dd78c798e08b4f7ebe26ef5e394e68bed0a648f34607dc662653b
-Size (myst_parser-4.0.1.tar.gz) = 93985 bytes
+BLAKE2s (myst_parser-5.0.0.tar.gz) = df4590d74483b77643cec8b786159715868e1f3ed345b9ffd4a606726c499383
+SHA512 (myst_parser-5.0.0.tar.gz) = 1ed74abe39c833c992e664b9fd803acaf896afcc865b4a32a7808ae1fcfda3d55f48a396a98ab7df112b9c8de88cb80cf8cc9aa179b35cefd3da40f6a81f5952
+Size (myst_parser-5.0.0.tar.gz) = 98535 bytes



Home | Main Index | Thread Index | Old Index