pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-mistune Updated py-mistune to 0.7.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58b4166cbeb1
branches:  trunk
changeset: 359919:58b4166cbeb1
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 20 13:21:08 2017 +0000

description:
Updated py-mistune to 0.7.4.

Add test dependency.

Version 0.7.4
~~~~~~~~~~~~~

Released on Mar. 14, 2017

* Fix escape_link method by Marcos Ojeda
* Handle block HTML with no content by David Baumgold
* Use expandtabs for tab
* Fix escape option for text renderer
* Fix HTML attribute regex pattern

diffstat:

 textproc/py-mistune/Makefile |   7 +++++--
 textproc/py-mistune/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 111164b999e7 -r 58b4166cbeb1 textproc/py-mistune/Makefile
--- a/textproc/py-mistune/Makefile      Mon Mar 20 13:20:22 2017 +0000
+++ b/textproc/py-mistune/Makefile      Mon Mar 20 13:21:08 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/02/13 21:06:21 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/03/20 13:21:08 wiz Exp $
 
-DISTNAME=      mistune-0.7.3
+DISTNAME=      mistune-0.7.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=m/mistune/}
@@ -12,5 +12,8 @@
 
 USE_LANGUAGES= # none
 
+# TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 111164b999e7 -r 58b4166cbeb1 textproc/py-mistune/distinfo
--- a/textproc/py-mistune/distinfo      Mon Mar 20 13:20:22 2017 +0000
+++ b/textproc/py-mistune/distinfo      Mon Mar 20 13:21:08 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/02/13 21:06:21 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/03/20 13:21:08 wiz Exp $
 
-SHA1 (mistune-0.7.3.tar.gz) = 0623556c560a41c27249d47c7002b0e5a1fa7fbd
-RMD160 (mistune-0.7.3.tar.gz) = 0093a594cff2ca59b9223e8f40b7463314dafa1e
-SHA512 (mistune-0.7.3.tar.gz) = afa9efd997e107acc656b7b711d6709d522e68c8fe007308074c5e44919420ab24ef02b6a6a345b87ee514692f89e8341269245bd2d28fc26cab5df547fe9cdf
-Size (mistune-0.7.3.tar.gz) = 49045 bytes
+SHA1 (mistune-0.7.4.tar.gz) = 23adb8fe73662bfc0f1b21009a8df2fc9affd4aa
+RMD160 (mistune-0.7.4.tar.gz) = 4c97b8c31bfcf2cba1754a29c7d099b8d1d971dd
+SHA512 (mistune-0.7.4.tar.gz) = d300bec23f5482396c6f282ee3d773461c162791e4605ca40141eb9487c8b158ac7f47f6338f7c3bf27bc614292ecc61dfbf419d47eab817821f18cf80103802
+Size (mistune-0.7.4.tar.gz) = 49304 bytes



Home | Main Index | Thread Index | Old Index