From owner-svn-ports-all@freebsd.org Sun Jan 10 08:38:42 2021 Return-Path: Delivered-To: svn-ports-all@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 7CD214BC09B; Sun, 10 Jan 2021 08:38:42 +0000 (UTC) (envelope-from sunpoet@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD9Gp35mwz3qby; Sun, 10 Jan 2021 08:38:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5D7C225272; Sun, 10 Jan 2021 08:38:42 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10A8cgxd031803; Sun, 10 Jan 2021 08:38:42 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10A8cgJN031802; Sun, 10 Jan 2021 08:38:42 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202101100838.10A8cgJN031802@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 10 Jan 2021 08:38:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r561025 - branches/2021Q1/graphics/py-cairosvg X-SVN-Group: ports-branches X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: branches/2021Q1/graphics/py-cairosvg X-SVN-Commit-Revision: 561025 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jan 2021 08:38:42 -0000 Author: sunpoet Date: Sun Jan 10 08:38:41 2021 New Revision: 561025 URL: https://svnweb.freebsd.org/changeset/ports/561025 Log: MFH: r560954 Update to 2.5.1 Changes: https://github.com/Kozea/CairoSVG/releases Security: a3cef1e6-51d8-11eb-9b8d-08002728f74c Modified: branches/2021Q1/graphics/py-cairosvg/Makefile branches/2021Q1/graphics/py-cairosvg/distinfo Directory Properties: branches/2021Q1/ (props changed) Modified: branches/2021Q1/graphics/py-cairosvg/Makefile ============================================================================== --- branches/2021Q1/graphics/py-cairosvg/Makefile Sun Jan 10 08:34:20 2021 (r561024) +++ branches/2021Q1/graphics/py-cairosvg/Makefile Sun Jan 10 08:38:41 2021 (r561025) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cairosvg -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,6 @@ COMMENT= Simple SVG Converter based on Cairo LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>=0:graphics/py-cairocffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cssselect2>=0:textproc/py-cssselect2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \ @@ -22,7 +21,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cairocffi>=0:graph ${PYTHON_PKGNAMEPREFIX}tinycss2>=0:textproc/py-tinycss2@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>=0:devel/py-pytest-cov@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-isort>=0:devel/py-pytest-isort@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}pytest-flake8>=0:devel/py-pytest-flake8@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils Modified: branches/2021Q1/graphics/py-cairosvg/distinfo ============================================================================== --- branches/2021Q1/graphics/py-cairosvg/distinfo Sun Jan 10 08:34:20 2021 (r561024) +++ branches/2021Q1/graphics/py-cairosvg/distinfo Sun Jan 10 08:38:41 2021 (r561025) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604680172 -SHA256 (CairoSVG-2.5.0.tar.gz) = 3fc50d10f0cbef53b3ee376a97a88d81bbd9e2f190f7e63de08431a1a08e9afa -SIZE (CairoSVG-2.5.0.tar.gz) = 40481 +TIMESTAMP = 1610174169 +SHA256 (CairoSVG-2.5.1.tar.gz) = bfa0deea7fa0b9b2f29e41b747a915c249dbca731a4667c2917e47ff96e773e0 +SIZE (CairoSVG-2.5.1.tar.gz) = 8397716