pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-mdit-py-plugins



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep 13 19:12:20 UTC 2024

Modified Files:
        pkgsrc/textproc/py-mdit-py-plugins: Makefile distinfo

Log Message:
py-mdit-py-plugins: updated to 0.4.2

0.4.2 - 2024-09-09

- Improve parsing of nested amsmath

  The previous logic was problematic for amsmath blocks nested in other blocs (such as blockquotes)

  The new parsing code now principally follows the logic in `markdown_it/rules_block/fence.py`
  except that:

  1. it allows for a closing tag on the same line as the opening tag, and
  2. it does not allow for an opening tag without closing tag (i.e. no auto-closing)

- Add `allowed` option for inline/block attributes

  The `allowed` option accepts a list of allowed attribute names.
  If not ``None``, any attributes not in this list will be removed
  and placed in the token's meta under the key `"insecure_attrs"`.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-mdit-py-plugins/Makefile \
    pkgsrc/textproc/py-mdit-py-plugins/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-mdit-py-plugins/Makefile
diff -u pkgsrc/textproc/py-mdit-py-plugins/Makefile:1.2 pkgsrc/textproc/py-mdit-py-plugins/Makefile:1.3
--- pkgsrc/textproc/py-mdit-py-plugins/Makefile:1.2     Tue May 14 19:17:50 2024
+++ pkgsrc/textproc/py-mdit-py-plugins/Makefile Fri Sep 13 19:12:20 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/05/14 19:17:50 adam Exp $
+# $NetBSD: Makefile,v 1.3 2024/09/13 19:12:20 adam Exp $
 
-DISTNAME=      mdit_py_plugins-0.4.1
+DISTNAME=      mdit_py_plugins-0.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mdit-py-plugins/}
@@ -16,7 +16,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-mdit-py-plugins/distinfo
diff -u pkgsrc/textproc/py-mdit-py-plugins/distinfo:1.2 pkgsrc/textproc/py-mdit-py-plugins/distinfo:1.3
--- pkgsrc/textproc/py-mdit-py-plugins/distinfo:1.2     Tue May 14 19:17:50 2024
+++ pkgsrc/textproc/py-mdit-py-plugins/distinfo Fri Sep 13 19:12:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/05/14 19:17:50 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/09/13 19:12:20 adam Exp $
 
-BLAKE2s (mdit_py_plugins-0.4.1.tar.gz) = 2130903d9fe11858ba72309eba53adb4be652094999b21f44ae4ed5e0c94e2e0
-SHA512 (mdit_py_plugins-0.4.1.tar.gz) = 3457bd7dfc0636a0ae755e138ac3d0aacc7045aed3b71fb7beb807b38c088bac24baf97b84ddeb4885481630678bf488d83d7c4159ee24d18170962679662787
-Size (mdit_py_plugins-0.4.1.tar.gz) = 42713 bytes
+BLAKE2s (mdit_py_plugins-0.4.2.tar.gz) = 1f2a324ba6de288c966dffe319f7e7837312ddabc2e7db575b2066f679a0ff92
+SHA512 (mdit_py_plugins-0.4.2.tar.gz) = ac2617bf0cc509ec5bcf62b23c29ef964996c375f1cfa4d11d3dad0dc1ebbe299e084a4b513c2985d0f373ee300656c0353f3583d150878de6a29b3d71b93fa4
+Size (mdit_py_plugins-0.4.2.tar.gz) = 43542 bytes



Home | Main Index | Thread Index | Old Index