pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-markdown2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Dec 27 20:51:09 UTC 2024

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

Log Message:
py-markdown2: updated to 2.5.2

python-markdown2 2.5.2

- Add support for Python 3.13, drop EOL 3.8
- Fix `middle-word-em` extra preventing strongs from being recognized
- Add option to output to file in CLI
- Fix footnote labels appearing out-of-order
- Fix smarty pants extra not triggering when it should


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/py-markdown2/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/py-markdown2/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-markdown2/Makefile
diff -u pkgsrc/textproc/py-markdown2/Makefile:1.28 pkgsrc/textproc/py-markdown2/Makefile:1.29
--- pkgsrc/textproc/py-markdown2/Makefile:1.28  Mon Nov 11 07:29:05 2024
+++ pkgsrc/textproc/py-markdown2/Makefile       Fri Dec 27 20:51:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/11/11 07:29:05 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/12/27 20:51:09 adam Exp $
 
-DISTNAME=      markdown2-2.5.1
+DISTNAME=      markdown2-2.5.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/markdown2/}

Index: pkgsrc/textproc/py-markdown2/distinfo
diff -u pkgsrc/textproc/py-markdown2/distinfo:1.23 pkgsrc/textproc/py-markdown2/distinfo:1.24
--- pkgsrc/textproc/py-markdown2/distinfo:1.23  Sat Oct 19 16:27:08 2024
+++ pkgsrc/textproc/py-markdown2/distinfo       Fri Dec 27 20:51:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2024/10/19 16:27:08 adam Exp $
+$NetBSD: distinfo,v 1.24 2024/12/27 20:51:09 adam Exp $
 
-BLAKE2s (markdown2-2.5.1.tar.gz) = 4ae3acabfc9416fd76f50b67b00fc6be00a508c08829fe4363d3f606f1beeed8
-SHA512 (markdown2-2.5.1.tar.gz) = 758d2f66c157cd709edc3bd4e67839eaae37db7a2c126451c840e32b150792cd11c1cd25ff8c4d46bff2bed290af8a3c7c87361e2d62009b16a00eb8f549af98
-Size (markdown2-2.5.1.tar.gz) = 140957 bytes
+BLAKE2s (markdown2-2.5.2.tar.gz) = 7ec6281a42a9ab5220ca47271d2c3a0f123f0202b6f295d868aed2792e4958fe
+SHA512 (markdown2-2.5.2.tar.gz) = 776e8ec20a5d9489c59d4ebe5193f3544342fe1c630a3605708b674db3aa3f9ab6ecfa2a918785c29efe3fe97cf83303bb2dd810b447f4b8d46ee81b2a12766f
+Size (markdown2-2.5.2.tar.gz) = 141583 bytes



Home | Main Index | Thread Index | Old Index