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: adam
Date: Sun Apr 13 07:41:42 UTC 2025
Modified Files:
pkgsrc/textproc/py-markdown: Makefile PLIST distinfo
Log Message:
py-markdown: updated to 3.8
3.8.0 - 2025-04-09
Changed
* DRY fix in `abbr` extension by introducing method `create_element`
* Clean up test directory by removing some redundant tests and port
non-redundant cases to the newer test framework.
* Improved performance of the raw HTML post-processor
Fixed
* Backslash Unescape IDs set via `attr_list` on `toc`
* Ensure `md_in_html` processes content inside "markdown" blocks as they are
parsed outside of "markdown" blocks to keep things more consistent for
third-party extensions
* `md_in_html` handle tags within inline code blocks better
* `md_in_html` fix handling of one-liner block HTML handling
* Ensure `<center>` is treated like a block-level element
* Ensure that `abbr` extension respects `AtomicString` and does not process
perceived abbreviations in these strings
* Ensure `smarty` extension correctly renders nested closing quotes
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/textproc/py-markdown/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/py-markdown/PLIST
cvs rdiff -u -r1.25 -r1.26 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.40 pkgsrc/textproc/py-markdown/Makefile:1.41
--- pkgsrc/textproc/py-markdown/Makefile:1.40 Sat Apr 12 17:54:11 2025
+++ pkgsrc/textproc/py-markdown/Makefile Sun Apr 13 07:41:42 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.40 2025/04/12 17:54:11 pgoyette Exp $
+# $NetBSD: Makefile,v 1.41 2025/04/13 07:41:42 adam Exp $
-DISTNAME= markdown-3.7
+DISTNAME= markdown-3.8
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
-PKGREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=M/Markdown/}
Index: pkgsrc/textproc/py-markdown/PLIST
diff -u pkgsrc/textproc/py-markdown/PLIST:1.16 pkgsrc/textproc/py-markdown/PLIST:1.17
--- pkgsrc/textproc/py-markdown/PLIST:1.16 Sat Apr 12 17:54:11 2025
+++ pkgsrc/textproc/py-markdown/PLIST Sun Apr 13 07:41:42 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.16 2025/04/12 17:54:11 pgoyette Exp $
+@comment $NetBSD: PLIST,v 1.17 2025/04/13 07:41:42 adam Exp $
bin/markdown_py${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/markdown/__init__.py
${PYSITELIB}/markdown/__init__.pyc
Index: pkgsrc/textproc/py-markdown/distinfo
diff -u pkgsrc/textproc/py-markdown/distinfo:1.25 pkgsrc/textproc/py-markdown/distinfo:1.26
--- pkgsrc/textproc/py-markdown/distinfo:1.25 Sun Aug 18 13:08:45 2024
+++ pkgsrc/textproc/py-markdown/distinfo Sun Apr 13 07:41:42 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/08/18 13:08:45 wen Exp $
+$NetBSD: distinfo,v 1.26 2025/04/13 07:41:42 adam Exp $
-BLAKE2s (markdown-3.7.tar.gz) = c15a254b1172a36b9e4332b4d1b374846e5376b73c2d889566cda7e21509a2b0
-SHA512 (markdown-3.7.tar.gz) = 9152ae942dfe5c93f29d4f083d7b04fa86f042a816b7a1360f6088cd5ea0fc730e14915a8fc48f6d36f74bc311ddc35dbfe1f78ef85779f285aa35a1e56caae1
-Size (markdown-3.7.tar.gz) = 357086 bytes
+BLAKE2s (markdown-3.8.tar.gz) = a0032408c50a68f2a29a6af55bd869ce7f64c71d38272f9f75bb9fd398972886
+SHA512 (markdown-3.8.tar.gz) = 905945ba8a4c04d2231fd1f727d6eec8600ccc7e48659dda6161cfe7d091b155e40f6f14baa2ad6cc1bf9334ca42d01ddfa6a14fa2636382e1e5ed2438300dd8
+Size (markdown-3.8.tar.gz) = 360906 bytes
Home |
Main Index |
Thread Index |
Old Index