pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-markdown2 py-markdown2: updated to 2.3.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/338c48fff2c9
branches:  trunk
changeset: 334531:338c48fff2c9
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu May 30 05:10:55 2019 +0000

description:
py-markdown2: updated to 2.3.8

python-markdown2 2.3.8
- Temporary fix to issue 150
- Stop XML escaping the body of a link
- Don't auto link patterns surrounded by triple quotes
- Add class configurability to the enclosing tag
- Accept [X] as marked task

diffstat:

 textproc/py-markdown2/Makefile |   6 +++---
 textproc/py-markdown2/distinfo |  11 +++++------
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r 94c0247a850f -r 338c48fff2c9 textproc/py-markdown2/Makefile
--- a/textproc/py-markdown2/Makefile    Thu May 30 04:10:35 2019 +0000
+++ b/textproc/py-markdown2/Makefile    Thu May 30 05:10:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/12/06 20:30:31 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/05/30 05:10:55 adam Exp $
 
-DISTNAME=      markdown2-2.3.7
+DISTNAME=      markdown2-2.3.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/markdown2/}
@@ -16,7 +16,7 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} markdown2 markdown2-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} markdown2 markdown2-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
        cd ${WRKSRC}/test && ${PYTHONBIN} test.py
diff -r 94c0247a850f -r 338c48fff2c9 textproc/py-markdown2/distinfo
--- a/textproc/py-markdown2/distinfo    Thu May 30 04:10:35 2019 +0000
+++ b/textproc/py-markdown2/distinfo    Thu May 30 05:10:55 2019 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/12/06 20:30:31 adam Exp $
+$NetBSD: distinfo,v 1.11 2019/05/30 05:10:55 adam Exp $
 
-SHA1 (markdown2-2.3.7.tar.gz) = 6a80683bd7dab327b0bad29560eb07d9073c7e05
-RMD160 (markdown2-2.3.7.tar.gz) = 1eb4f1a94c0f8a035ad5f9fe409c932f874c24ce
-SHA512 (markdown2-2.3.7.tar.gz) = 4426c4fc06cc4c8a44e5e7362fc44f16cba56b685916e02125e4b255ed7808be17ec5708031996128f208fb92c4f4874c2dc1cde6494d30232ffdbe9477c271f
-Size (markdown2-2.3.7.tar.gz) = 85941 bytes
-SHA1 (patch-setup.cfg) = 1bc8e9f52f67c0a2ae2b04fa6901e2e60a94cf0e
+SHA1 (markdown2-2.3.8.tar.gz) = 43117fe1e8068a55af78bef2ce44e7f72e9cb310
+RMD160 (markdown2-2.3.8.tar.gz) = bc3fb913fcae3a829964debd319153e3b36134b6
+SHA512 (markdown2-2.3.8.tar.gz) = 76abbbb2fa5f6a4cc43f358812079a2561f45ba5c2aed1a1860256440f7c48ca5e766c00c2464b973ef0cbbff9db58bca4398dc15ef8b5d203a6565b226bd7cd
+Size (markdown2-2.3.8.tar.gz) = 86850 bytes



Home | Main Index | Thread Index | Old Index