From owner-dev-commits-ports-all@freebsd.org Tue Sep 21 03:53:11 2021 Return-Path: Delivered-To: dev-commits-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 2F6806B3399; Tue, 21 Sep 2021 03:53:11 +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 4HD6w35wnQz4g59; Tue, 21 Sep 2021 03:53:07 +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 8553F1CE67; Tue, 21 Sep 2021 03:53:01 +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 18L3r1ln035095; Tue, 21 Sep 2021 03:53:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3r1Xr035094; Tue, 21 Sep 2021 03:53:01 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:53:01 GMT Message-Id: <202109210353.18L3r1Xr035094@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 856d5c4d6f1d - main - textproc/py-pyexcel: Update to 0.6.7 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 856d5c4d6f1d433c284b1b8848a81cebfe2c6986 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:53:11 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=856d5c4d6f1d433c284b1b8848a81cebfe2c6986 commit 856d5c4d6f1d433c284b1b8848a81cebfe2c6986 Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:16:26 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:44:59 +0000 textproc/py-pyexcel: Update to 0.6.7 Changes: https://github.com/pyexcel/pyexcel/releases https://github.com/pyexcel/pyexcel/blob/dev/CHANGELOG.rst --- textproc/py-pyexcel/Makefile | 5 +++-- textproc/py-pyexcel/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/textproc/py-pyexcel/Makefile b/textproc/py-pyexcel/Makefile index 246d50d33f98..c4da9ec05430 100644 --- a/textproc/py-pyexcel/Makefile +++ b/textproc/py-pyexcel/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= pyexcel -PORTVERSION= 0.6.6 +PORTVERSION= 0.6.7 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,8 @@ COMMENT= Provide one API to read, manipulate and writedata in different excel fo LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>=0,1:textproc/py-chardet@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lml>=0.0.4:devel/py-lml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyexcel-io>=0.6.2:textproc/py-pyexcel-io@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}texttable>=0.8.2:textproc/py-texttable@${PY_FLAVOR} diff --git a/textproc/py-pyexcel/distinfo b/textproc/py-pyexcel/distinfo index ab839c881ca1..1fd8f2800f6f 100644 --- a/textproc/py-pyexcel/distinfo +++ b/textproc/py-pyexcel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625585428 -SHA256 (pyexcel-0.6.6.tar.gz) = 39b0bb8f033d9b5523b126cf5a5259d1990ea82b8a23c8eab7aa5e23116803df -SIZE (pyexcel-0.6.6.tar.gz) = 806792 +TIMESTAMP = 1632037244 +SHA256 (pyexcel-0.6.7.tar.gz) = cbbd9875729767564b3b64b6ed6a9870b14631184943d13646833d94157dd10f +SIZE (pyexcel-0.6.7.tar.gz) = 807641