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:           Fri Sep  5 05:32:53 UTC 2025

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

Log Message:
py-markdown: updated to 3.9

3.9.0

Changed

* Footnotes are now ordered by the occurrence of their references in the
  document. A new configuration option for the footnotes extension,
  `USE_DEFINITION_ORDER`, has been added to support restoring the previous
  behavior of ordering footnotes by the occurrence of definitions

Fixed

* Ensure inline processing iterates through elements in document order
* Fix handling of incomplete HTML tags in code spans in Python 3.14


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/textproc/py-markdown/Makefile
cvs rdiff -u -r1.27 -r1.28 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.42 pkgsrc/textproc/py-markdown/Makefile:1.43
--- pkgsrc/textproc/py-markdown/Makefile:1.42   Tue Jul  1 12:00:48 2025
+++ pkgsrc/textproc/py-markdown/Makefile        Fri Sep  5 05:32:53 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2025/07/01 12:00:48 adam Exp $
+# $NetBSD: Makefile,v 1.43 2025/09/05 05:32:53 adam Exp $
 
-DISTNAME=      markdown-3.8.2
+DISTNAME=      markdown-3.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/Markdown/}

Index: pkgsrc/textproc/py-markdown/distinfo
diff -u pkgsrc/textproc/py-markdown/distinfo:1.27 pkgsrc/textproc/py-markdown/distinfo:1.28
--- pkgsrc/textproc/py-markdown/distinfo:1.27   Tue Jul  1 12:00:48 2025
+++ pkgsrc/textproc/py-markdown/distinfo        Fri Sep  5 05:32:53 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2025/07/01 12:00:48 adam Exp $
+$NetBSD: distinfo,v 1.28 2025/09/05 05:32:53 adam Exp $
 
-BLAKE2s (markdown-3.8.2.tar.gz) = 3ee371cf19529071cc20b2943b1f77c84cec64115b0b198222228af2268d5643
-SHA512 (markdown-3.8.2.tar.gz) = e5ec7ca85a74e3914f699e79d1e07a55bbe2deabe6781a9f218280a8b4dc11dbb7fe11de4379aa019fe442383d74b01ec88b27640e79481906230f2d6eddf52f
-Size (markdown-3.8.2.tar.gz) = 362071 bytes
+BLAKE2s (markdown-3.9.tar.gz) = 28f4f5cb8296a763b2c264be111740132c2518be639d1288c97805e35685fb56
+SHA512 (markdown-3.9.tar.gz) = 3427e5f5ee18d8973dc32e14c38e455a02a8e77521c8db18a750e4a7ec5f6a00c01e3e6528a6e461f35faab00dad80a7b33098fedcdf1d2b136e19daa3e8b09c
+Size (markdown-3.9.tar.gz) = 364585 bytes



Home | Main Index | Thread Index | Old Index