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:           Sat Jan 13 07:10:27 UTC 2024

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

Log Message:
py-markdown: updated to 3.5.2

3.5.2

Fixed

* Fix type annotations for `convertFile` - it accepts only bytes-based buffers.
 Also remove legacy checks from Python 2
* Remove legacy import needed only in Python 2
* Fix typo that left the attribute `AdmonitionProcessor.content_indent` unset

* Fix edge-case crash in `InlineProcessor` with `AtomicString`
* Fix edge-case crash in `codehilite` with an empty `code` tag
* Improve and expand type annotations in the code base
* Fix handling of bogus comments


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/textproc/py-markdown/Makefile
cvs rdiff -u -r1.22 -r1.23 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.33 pkgsrc/textproc/py-markdown/Makefile:1.34
--- pkgsrc/textproc/py-markdown/Makefile:1.33   Mon Nov  6 13:48:14 2023
+++ pkgsrc/textproc/py-markdown/Makefile        Sat Jan 13 07:10:27 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2023/11/06 13:48:14 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2024/01/13 07:10:27 adam Exp $
 
-DISTNAME=      Markdown-3.5.1
+DISTNAME=      Markdown-3.5.2
 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.22 pkgsrc/textproc/py-markdown/distinfo:1.23
--- pkgsrc/textproc/py-markdown/distinfo:1.22   Mon Nov  6 13:48:14 2023
+++ pkgsrc/textproc/py-markdown/distinfo        Sat Jan 13 07:10:27 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2023/11/06 13:48:14 wiz Exp $
+$NetBSD: distinfo,v 1.23 2024/01/13 07:10:27 adam Exp $
 
-BLAKE2s (Markdown-3.5.1.tar.gz) = 35a1ce94d714b5405abb1bb293bcf6352ea18808616e2b5e57d453981477e2af
-SHA512 (Markdown-3.5.1.tar.gz) = 72771300bded3a12b0f1addfcdb124c8e12d3b42672c62b92b7565a03d8ba108fe9d156a59c1783295059a11e6e2d312ec4f60de2bc6c0ee7b853c0a56e2e97c
-Size (Markdown-3.5.1.tar.gz) = 348575 bytes
+BLAKE2s (Markdown-3.5.2.tar.gz) = ea28f1763cdd68bdb277f41078886b48ef7ab9b530279da150390ac2b81bde63
+SHA512 (Markdown-3.5.2.tar.gz) = a112620162cb0764848dbe766bd23df6b7220ec3db6eb60d5663757092300c5c6abb9af6a412280fc3f59e617263c3abf0ed4a969eebacd3e964228525165f24
+Size (Markdown-3.5.2.tar.gz) = 349398 bytes



Home | Main Index | Thread Index | Old Index