git: 67b637822a56 - main - textproc/py-markupsafe: Update to 2.0.1

Kevin Bowling kbowling at FreeBSD.org
Sat Sep 11 20:12:14 UTC 2021


The branch main has been updated by kbowling:

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

commit 67b637822a5602e343d3701f628f6a181ae4ce21
Author:     Kevin Bowling <kbowling at FreeBSD.org>
AuthorDate: 2021-09-11 20:08:13 +0000
Commit:     Kevin Bowling <kbowling at FreeBSD.org>
CommitDate: 2021-09-11 20:12:05 +0000

    textproc/py-markupsafe: Update to 2.0.1
    
    PR:             255926, 258435
    Reported by:    vidwer+fbsdbugs at gmail.com, cmt, adridg
---
 textproc/py-markupsafe/Makefile | 5 ++---
 textproc/py-markupsafe/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/textproc/py-markupsafe/Makefile b/textproc/py-markupsafe/Makefile
index 0a09671c7259..06e33afe306c 100644
--- a/textproc/py-markupsafe/Makefile
+++ b/textproc/py-markupsafe/Makefile
@@ -1,8 +1,7 @@
 # Created by: wen at FreeBSD.org
 
 PORTNAME=	markupsafe
-PORTVERSION=	1.1.1
-PORTREVISION=	1
+PORTVERSION=	2.0.1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +13,7 @@ COMMENT=	Implements XML/HTML/XHTML Markup safe string for Python
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-USES=		python:2.7+
+USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
 
 post-install:
diff --git a/textproc/py-markupsafe/distinfo b/textproc/py-markupsafe/distinfo
index cdb9b932770e..c352362d7e04 100644
--- a/textproc/py-markupsafe/distinfo
+++ b/textproc/py-markupsafe/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552148123
-SHA256 (MarkupSafe-1.1.1.tar.gz) = 29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b
-SIZE (MarkupSafe-1.1.1.tar.gz) = 19151
+TIMESTAMP = 1631390737
+SHA256 (MarkupSafe-2.0.1.tar.gz) = 594c67807fb16238b30c44bdf74f36c02cdf22d1c8cda91ef8a0ed8dabf5620a
+SIZE (MarkupSafe-2.0.1.tar.gz) = 18596


More information about the dev-commits-ports-main mailing list