From owner-dev-commits-ports-main@freebsd.org Sat Sep 11 20:12:14 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7109E67760D; Sat, 11 Sep 2021 20:12:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4H6P6Q2kpLz4pfm; Sat, 11 Sep 2021 20:12:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3DAB626933; Sat, 11 Sep 2021 20:12:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18BKCEhP049428; Sat, 11 Sep 2021 20:12:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18BKCEvZ049427; Sat, 11 Sep 2021 20:12:14 GMT (envelope-from git) Date: Sat, 11 Sep 2021 20:12:14 GMT Message-Id: <202109112012.18BKCEvZ049427@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kevin Bowling Subject: git: 67b637822a56 - main - textproc/py-markupsafe: Update to 2.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kbowling X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 67b637822a5602e343d3701f628f6a181ae4ce21 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2021 20:12:14 -0000 The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=67b637822a5602e343d3701f628f6a181ae4ce21 commit 67b637822a5602e343d3701f628f6a181ae4ce21 Author: Kevin Bowling AuthorDate: 2021-09-11 20:08:13 +0000 Commit: Kevin Bowling CommitDate: 2021-09-11 20:12:05 +0000 textproc/py-markupsafe: Update to 2.0.1 PR: 255926, 258435 Reported by: vidwer+fbsdbugs@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@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