From owner-svn-ports-all@freebsd.org Sat Sep 5 21:30:21 2020 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 A6CCA3D70BC; Sat, 5 Sep 2020 21:30:21 +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 4BkSPm5RzWz3glw; Sat, 5 Sep 2020 21:30:19 +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 859C8242C6; Sat, 5 Sep 2020 21:30:17 +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 085LUH9d006037; Sat, 5 Sep 2020 21:30:17 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 085LUH9S006035; Sat, 5 Sep 2020 21:30:17 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202009052130.085LUH9S006035@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 5 Sep 2020 21:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547707 - head/devel/py-canonicaljson X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-canonicaljson X-SVN-Commit-Revision: 547707 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.33 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: Sat, 05 Sep 2020 21:30:22 -0000 Author: sunpoet Date: Sat Sep 5 21:30:16 2020 New Revision: 547707 URL: https://svnweb.freebsd.org/changeset/ports/547707 Log: Update to 1.4.0 Changes: https://github.com/matrix-org/python-canonicaljson/blob/master/CHANGES.md Modified: head/devel/py-canonicaljson/Makefile head/devel/py-canonicaljson/distinfo Modified: head/devel/py-canonicaljson/Makefile ============================================================================== --- head/devel/py-canonicaljson/Makefile Sat Sep 5 21:30:12 2020 (r547706) +++ head/devel/py-canonicaljson/Makefile Sat Sep 5 21:30:16 2020 (r547707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= canonicaljson -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}frozendict>=1.0:devel/py-frozendict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.14.0:devel/py-simplejson@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils @@ -23,6 +23,6 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: - @(cd ${WRKSRC} && ${PYTHON_CMD} -m pytest) + cd ${WRKSRC} && ${PYTHON_CMD} -m pytest .include Modified: head/devel/py-canonicaljson/distinfo ============================================================================== --- head/devel/py-canonicaljson/distinfo Sat Sep 5 21:30:12 2020 (r547706) +++ head/devel/py-canonicaljson/distinfo Sat Sep 5 21:30:16 2020 (r547707) @@ -1,3 +1,3 @@ -TIMESTAMP = 1597569959 -SHA256 (canonicaljson-1.3.0.tar.gz) = b4763db06a2e8553293c5edaa4bda05605c3307179a7ddfb30273a24ac384b6c -SIZE (canonicaljson-1.3.0.tar.gz) = 9572 +TIMESTAMP = 1599302741 +SHA256 (canonicaljson-1.4.0.tar.gz) = 899b7604f5a6a8a92109115d9250142cdf0b1dfdcb62cdb21d8fb5bf37780631 +SIZE (canonicaljson-1.4.0.tar.gz) = 9863