pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markdown



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Aug 18 13:08:45 UTC 2024

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

Log Message:
Update to 3.7

Upstream changes:
[3.7] 2024-08-16
Changed
Refactor abbr Extension
A new AbbrTreeprocessor has been introduced, which replaces the now deprecated AbbrInlineProcessor. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two 
extensions (#1460).

The AbbrPreprocessor class has been renamed to AbbrBlockprocessor, which better reflects what it is. AbbrPreprocessor has been deprecated.

A call to Markdown.reset() now clears all previously defined abbreviations.

Abbreviations are now sorted by length before executing AbbrTreeprocessor to ensure that multi-word abbreviations are implemented even if an abbreviation exists for one of those component words. 
(#1465)

Abbreviations without a definition are now ignored. This avoids applying abbr tags to text without a title value.

Added an optional glossary configuration option to the abbreviations extension. This provides a simple and efficient way to apply a dictionary of abbreviations to every page.

Abbreviations can now be disabled by setting their definition to "" or ''. This can be useful when using the glossary option.

Fixed
Fixed links to source code on GitHub from the documentation (#1453).


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/py-markdown/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/py-markdown/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/py-markdown/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-markdown/Makefile
diff -u pkgsrc/textproc/py-markdown/Makefile:1.35 pkgsrc/textproc/py-markdown/Makefile:1.36
--- pkgsrc/textproc/py-markdown/Makefile:1.35   Sun Mar 17 14:05:34 2024
+++ pkgsrc/textproc/py-markdown/Makefile        Sun Aug 18 13:08:45 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2024/03/17 14:05:34 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/08/18 13:08:45 wen Exp $
 
-DISTNAME=      Markdown-3.6
+DISTNAME=      markdown-3.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Markdown/}

Index: pkgsrc/textproc/py-markdown/PLIST
diff -u pkgsrc/textproc/py-markdown/PLIST:1.13 pkgsrc/textproc/py-markdown/PLIST:1.14
--- pkgsrc/textproc/py-markdown/PLIST:1.13      Sat Oct 28 19:57:18 2023
+++ pkgsrc/textproc/py-markdown/PLIST   Sun Aug 18 13:08:45 2024
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.13 2023/10/28 19:57:18 wiz Exp $
+@comment $NetBSD: PLIST,v 1.14 2024/08/18 13:08:45 wen Exp $
 bin/markdown_py${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/Markdown-${PKGVERSION}.dist-info/LICENSE.md
+${PYSITELIB}/Markdown-${PKGVERSION}.dist-info/METADATA
+${PYSITELIB}/Markdown-${PKGVERSION}.dist-info/RECORD
+${PYSITELIB}/Markdown-${PKGVERSION}.dist-info/WHEEL
+${PYSITELIB}/Markdown-${PKGVERSION}.dist-info/entry_points.txt
+${PYSITELIB}/Markdown-${PKGVERSION}.dist-info/top_level.txt
 ${PYSITELIB}/markdown/__init__.py
 ${PYSITELIB}/markdown/__init__.pyc
 ${PYSITELIB}/markdown/__init__.pyo

Index: pkgsrc/textproc/py-markdown/distinfo
diff -u pkgsrc/textproc/py-markdown/distinfo:1.24 pkgsrc/textproc/py-markdown/distinfo:1.25
--- pkgsrc/textproc/py-markdown/distinfo:1.24   Sun Mar 17 14:05:34 2024
+++ pkgsrc/textproc/py-markdown/distinfo        Sun Aug 18 13:08:45 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2024/03/17 14:05:34 wiz Exp $
+$NetBSD: distinfo,v 1.25 2024/08/18 13:08:45 wen Exp $
 
-BLAKE2s (Markdown-3.6.tar.gz) = 42032995a69f916b4de81d08896879ba9bd1879e2e584150a4da5bc179cb93f2
-SHA512 (Markdown-3.6.tar.gz) = a523f75ea72fa71f4f0f1a59523bb1a6c5c7605ba5a0be4dc37aa5bd5c87e32563f5253404485c99c13caa27501c9003aea524154a7999a22e6497829492b997
-Size (Markdown-3.6.tar.gz) = 354715 bytes
+BLAKE2s (markdown-3.7.tar.gz) = c15a254b1172a36b9e4332b4d1b374846e5376b73c2d889566cda7e21509a2b0
+SHA512 (markdown-3.7.tar.gz) = 9152ae942dfe5c93f29d4f083d7b04fa86f042a816b7a1360f6088cd5ea0fc730e14915a8fc48f6d36f74bc311ddc35dbfe1f78ef85779f285aa35a1e56caae1
+Size (markdown-3.7.tar.gz) = 357086 bytes



Home | Main Index | Thread Index | Old Index