Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2025 02:51:03 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cdcddf631e51 - main - textproc/py-mistune: Update to 3.1.0
Message-ID:  <202501020251.5022p3Mf014270@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cdcddf631e514ec96948e4f2b65174260301f8db

commit cdcddf631e514ec96948e4f2b65174260301f8db
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-01-02 02:44:58 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-01-02 02:44:58 +0000

    textproc/py-mistune: Update to 3.1.0
    
    Changes:        https://github.com/lepture/mistune/releases
---
 textproc/py-mistune/Makefile | 10 ++++++++--
 textproc/py-mistune/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/textproc/py-mistune/Makefile b/textproc/py-mistune/Makefile
index 6b5e757b6713..193978dbc6ef 100644
--- a/textproc/py-mistune/Makefile
+++ b/textproc/py-mistune/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	mistune
-PORTVERSION=	3.0.2
+PORTVERSION=	3.1.0
 CATEGORIES=	textproc python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,4 +21,10 @@ NO_ARCH=	yes
 
 CPE_VENDOR=	mistune_project
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 31100
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/py-mistune/distinfo b/textproc/py-mistune/distinfo
index a0f0c0827d61..b491accadd18 100644
--- a/textproc/py-mistune/distinfo
+++ b/textproc/py-mistune/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696048450
-SHA256 (mistune-3.0.2.tar.gz) = fc7f93ded930c92394ef2cb6f04a8aabab4117a91449e72dcc8dfa646a508be8
-SIZE (mistune-3.0.2.tar.gz) = 90840
+TIMESTAMP = 1735705199
+SHA256 (mistune-3.1.0.tar.gz) = dbcac2f78292b9dc066cd03b7a3a26b62d85f8159f2ea5fd28e55df79908d667
+SIZE (mistune-3.1.0.tar.gz) = 94401



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501020251.5022p3Mf014270>