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 Aug 10 07:59:52 UTC 2024

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

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

4.0.0 - 2024-08-05

This release bumps the supported versions of:

- Python to ``3.10`` and greater
- Sphinx to ``>=7,<9``
- Docutils to ``>=0.19,<0.22``

Additionally, footnotes are now parsed similar to the corresponding reStructuredText, in that resolution (between definitions and references) and ordering is now deferred to transforms on the doctree 
(in <gh-pr:931>).

This allows for the proper interaction with other docutils/sphinx transforms, including those that perform translations,
and logging of warnings for duplicate/unreferenced footnote definitions and also for footnote references with no definitions.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-myst-parser/Makefile \
    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.2 pkgsrc/textproc/py-myst-parser/Makefile:1.3
--- pkgsrc/textproc/py-myst-parser/Makefile:1.2 Tue Apr 30 09:28:14 2024
+++ pkgsrc/textproc/py-myst-parser/Makefile     Sat Aug 10 07:59:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/04/30 09:28:14 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/08/10 07:59:52 adam Exp $
 
-DISTNAME=      myst_parser-3.0.1
+DISTNAME=      myst_parser-4.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/myst-parser/}
@@ -11,16 +11,16 @@ COMMENT=    Extended CommonMark compliant p
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.4:../../devel/py-flit_core
-DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.18:../../textproc/py-docutils
+DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.19:../../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:../../textproc/py-mdit-py-plugins
-DEPENDS+=      ${PYPKGPREFIX}-sphinx>=6:../../textproc/py-sphinx
+DEPENDS+=      ${PYPKGPREFIX}-sphinx>=7:../../textproc/py-sphinx
 DEPENDS+=      ${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
 
 post-install:
 .for bin in myst-anchors myst-docutils-demo myst-docutils-html myst-docutils-html5 \
Index: pkgsrc/textproc/py-myst-parser/distinfo
diff -u pkgsrc/textproc/py-myst-parser/distinfo:1.2 pkgsrc/textproc/py-myst-parser/distinfo:1.3
--- pkgsrc/textproc/py-myst-parser/distinfo:1.2 Tue Apr 30 09:28:14 2024
+++ pkgsrc/textproc/py-myst-parser/distinfo     Sat Aug 10 07:59:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/30 09:28:14 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/08/10 07:59:52 adam Exp $
 
-BLAKE2s (myst_parser-3.0.1.tar.gz) = 3e7c4b41331d1f694e4e8ae1efc6135bf59486a7f6a9e470c21e0bb408f94c7d
-SHA512 (myst_parser-3.0.1.tar.gz) = 133a3600536046c5f9451695ef87d6a30a90e12397ae187be0ef46bf1d02fa37bd2bc9b18cce8c6b95d40f4d22ab9f778f97c51ab17ba5d093bf71a55b9093c7
-Size (myst_parser-3.0.1.tar.gz) = 92392 bytes
+BLAKE2s (myst_parser-4.0.0.tar.gz) = 78718b8a049e9602b8d9fa5bb809b7f0c3dd39ef877db60ddddb8423712df241
+SHA512 (myst_parser-4.0.0.tar.gz) = ae1b24f0736eacd7b0e869ff93032117ef1215616b0972c5fd5d9682b862dd9909953be2474c81e63a14bfa674beb93bf0f1737aa82b00fe2c6bff6efeb0cadd
+Size (myst_parser-4.0.0.tar.gz) = 93858 bytes



Home | Main Index | Thread Index | Old Index