pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-mistune



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar 20 13:21:08 UTC 2017

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-mistune/Makefile \
    pkgsrc/textproc/py-mistune/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-mistune/Makefile
diff -u pkgsrc/textproc/py-mistune/Makefile:1.1 pkgsrc/textproc/py-mistune/Makefile:1.2
--- pkgsrc/textproc/py-mistune/Makefile:1.1     Mon Feb 13 21:06:21 2017
+++ pkgsrc/textproc/py-mistune/Makefile Mon Mar 20 13:21:08 2017
@@ -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 @@ LICENSE=      modified-bsd
 
 USE_LANGUAGES= # none
 
+# TEST_DEPENDS
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-mistune/distinfo
diff -u pkgsrc/textproc/py-mistune/distinfo:1.1 pkgsrc/textproc/py-mistune/distinfo:1.2
--- pkgsrc/textproc/py-mistune/distinfo:1.1     Mon Feb 13 21:06:21 2017
+++ pkgsrc/textproc/py-mistune/distinfo Mon Mar 20 13:21:08 2017
@@ -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