diff options
author | obache <obache@pkgsrc.org> | 2014-08-08 12:56:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-08-08 12:56:21 +0000 |
commit | 4f0e55aaf23aba6916b24d826ed673ed619d1100 (patch) | |
tree | dd4ce54413dd9fc7f05c197881104c21df56b2d5 /textproc | |
parent | 2b73d26fe927d0e34efd95d743947d17075d692c (diff) | |
download | pkgsrc-4f0e55aaf23aba6916b24d826ed673ed619d1100.tar.gz |
Update py-markdown2 to 2.2.1.
## python-markdown2 2.2.1
- [issue #142 pull #141] Fix parentheses and spaces in urls.
- [issue #88 issue #95 pull #145] Fix code blocks in code blocks with syntax highlighting.
- [issue #113 issue #127 via pull #144] Fix fenced-code-blocks html and code output.
- [pull #133] Unify the -/= and ## style headers and fix TOC order
- [pull #146] tag-friendly extra to require that atx headers have a space after #
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-markdown2/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-markdown2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/py-markdown2/Makefile b/textproc/py-markdown2/Makefile index 824f29cdc4c..be0ba3a2420 100644 --- a/textproc/py-markdown2/Makefile +++ b/textproc/py-markdown2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:24 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/08/08 12:56:21 obache Exp $ -DISTNAME= markdown2-2.2.0 +DISTNAME= markdown2-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= textproc MASTER_SITES= http://pypi.python.org/packages/source/m/markdown2/ diff --git a/textproc/py-markdown2/distinfo b/textproc/py-markdown2/distinfo index 32564d18dba..41586db2c6d 100644 --- a/textproc/py-markdown2/distinfo +++ b/textproc/py-markdown2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2014/01/22 13:18:19 obache Exp $ +$NetBSD: distinfo,v 1.4 2014/08/08 12:56:21 obache Exp $ -SHA1 (markdown2-2.2.0.zip) = 27c3017fe6a89d4e4b7651f662a421101dc38fc1 -RMD160 (markdown2-2.2.0.zip) = b42eb0f3b05c8ebd8e1de93725ee0fa36aef902a -Size (markdown2-2.2.0.zip) = 132265 bytes +SHA1 (markdown2-2.2.1.zip) = 3b9a1b0a814705fa6c956e7d2b31e177e391e5e4 +RMD160 (markdown2-2.2.1.zip) = 002c35103482a7b309e0274bdeac9aeaceccde4c +Size (markdown2-2.2.1.zip) = 138508 bytes |