From owner-svn-ports-all@freebsd.org Thu Dec 10 21:34:37 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 B09534B7F06; Thu, 10 Dec 2020 21:34:37 +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 4CsRyM3xXbz3Mb8; Thu, 10 Dec 2020 21:34:35 +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 BDFFA1FD0E; Thu, 10 Dec 2020 21:34:34 +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 0BALYYI0052513; Thu, 10 Dec 2020 21:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BALYYY2052511; Thu, 10 Dec 2020 21:34:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202012102134.0BALYYY2052511@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 10 Dec 2020 21:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557527 - head/devel/py-mondrian X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-mondrian X-SVN-Commit-Revision: 557527 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: Thu, 10 Dec 2020 21:34:39 -0000 Author: sunpoet Date: Thu Dec 10 21:34:33 2020 New Revision: 557527 URL: https://svnweb.freebsd.org/changeset/ports/557527 Log: Update to 0.8.1 Changes: https://github.com/python-mondrian/mondrian/commits/master Modified: head/devel/py-mondrian/Makefile head/devel/py-mondrian/distinfo Modified: head/devel/py-mondrian/Makefile ============================================================================== --- head/devel/py-mondrian/Makefile Thu Dec 10 21:34:27 2020 (r557526) +++ head/devel/py-mondrian/Makefile Thu Dec 10 21:34:33 2020 (r557527) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mondrian -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,11 @@ COMMENT= Logging with pretty colored squares LICENSE= APACHE20 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7:devel/py-colorama@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.7<0.5:devel/py-colorama@${PY_FLAVOR} -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes .include Modified: head/devel/py-mondrian/distinfo ============================================================================== --- head/devel/py-mondrian/distinfo Thu Dec 10 21:34:27 2020 (r557526) +++ head/devel/py-mondrian/distinfo Thu Dec 10 21:34:33 2020 (r557527) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534096886 -SHA256 (mondrian-0.8.0.tar.gz) = 48f3d4bc658cdf8ac1cce7939b9ec7ff0651b2c6a0396583e6063cc61c6c7ca0 -SIZE (mondrian-0.8.0.tar.gz) = 7970 +TIMESTAMP = 1607539723 +SHA256 (mondrian-0.8.1.tar.gz) = 1e976d9c17d3410ad7d887bc2de47aa55b7c4ef43f9a5a83e9bd29a4a33fee62 +SIZE (mondrian-0.8.1.tar.gz) = 9503