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: adam
Date: Fri Jan 10 08:56:11 UTC 2025
Modified Files:
pkgsrc/textproc/py-mistune: Makefile distinfo
Log Message:
py-mistune: updated to 3.1.0
Version 3.1.0
* Fix only HTML-escape URLs when rendering to HTML
* Add block_quote prefix on empty lines too
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/py-mistune/Makefile
cvs rdiff -u -r1.11 -r1.12 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.14 pkgsrc/textproc/py-mistune/Makefile:1.15
--- pkgsrc/textproc/py-mistune/Makefile:1.14 Mon Nov 11 07:29:06 2024
+++ pkgsrc/textproc/py-mistune/Makefile Fri Jan 10 08:56:11 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2024/11/11 07:29:06 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/10 08:56:11 adam Exp $
-DISTNAME= mistune-3.0.2
+DISTNAME= mistune-3.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/mistune/}
@@ -15,10 +14,10 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -v
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
+.endif
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-mistune/distinfo
diff -u pkgsrc/textproc/py-mistune/distinfo:1.11 pkgsrc/textproc/py-mistune/distinfo:1.12
--- pkgsrc/textproc/py-mistune/distinfo:1.11 Mon Oct 2 09:12:05 2023
+++ pkgsrc/textproc/py-mistune/distinfo Fri Jan 10 08:56:11 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/10/02 09:12:05 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/01/10 08:56:11 adam Exp $
-BLAKE2s (mistune-3.0.2.tar.gz) = e3792d327b5198f222659b08a0be186ac84099d541fe3cb9d79a7dafce0ddb80
-SHA512 (mistune-3.0.2.tar.gz) = 9a7e0e2886afddb8a6e314af1e4ed6e41f886f64823713f941b6a713a29986044ac66c437c4029e0fbf20224d106ce445a46906825b20b17b9e2ff6173476d28
-Size (mistune-3.0.2.tar.gz) = 90840 bytes
+BLAKE2s (mistune-3.1.0.tar.gz) = 3d440d14f4593ebcd9bc3ffd931d847150edd42b757cfdd2bbf7e4c7e62f7934
+SHA512 (mistune-3.1.0.tar.gz) = 2532565f15c1563547db131e28ea373a76dc5ab96b98a0f2f156709e625953f6f52a9e7b216e235b17ab09b282dfea8ee82c3975d9a08a0f52463b235e5589d8
+Size (mistune-3.1.0.tar.gz) = 94401 bytes
Home |
Main Index |
Thread Index |
Old Index